npx claudepluginhub ron-myers/candidConfigurable code review with radical candor - choose between harsh direct feedback or constructive caring criticism. Features Technical.md for project standards, architectural context analysis, actionable fixes, decision register for tracking review decisions, seamless todo integration, and live browser QA via Chrome.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
A Claude Code plugin for configurable code reviews that combine thoroughness with actionable feedback. Based on Kim Scott's Radical Candor framework: Care Personally + Challenge Directly.
Candid provides AI-powered code reviews that catch issues before production while teaching you better patterns. Choose between Harsh (brutal honesty) or Constructive (caring + challenging) tone. Define project-specific standards in Technical.md that get enforced automatically. Every issue comes with concrete fixes rated by confidence level.
The review process follows these steps:
/candid-review on your changesnpx skills add https://github.com/ron-myers/candid
Then restart Claude Code.
Basic review:
/candid-review
With tone preset:
/candid-review --harsh
/candid-review --constructive
Focus on specific aspects:
/candid-review --focus security
/candid-review --focus performance
Auto-commit applied fixes:
/candid-review --auto-commit
Full documentation at www.candid.tools:
Define project-specific standards that Candid enforces during reviews. Violations appear as 📜 Standards Violation in your review.
Quick setup:
/candid-init # Auto-generate from codebase (thorough analysis)
/candid-init react # React-specific standards
/candid-init minimal # Minimal starter
/candid-init --effort quick # Fast analysis (~30 sec)
/candid-init --effort thorough # Deep analysis (~3-5 min, default)
Or copy a template:
cp templates/Technical-minimal.md ./Technical.md
cp templates/Technical-react.md ./Technical.md
cp templates/Technical-node.md ./Technical.md
Keep it focused: under 500 lines, verifiable rules only. Skip what your linter handles. See the Custom Standards guide for detailed guidance.
Persist your tone preference and other settings in config files:
User-wide default:
mkdir -p ~/.candid
echo '{"tone": "harsh"}' > ~/.candid/config.json
Project-specific:
mkdir -p .candid
echo '{"tone": "constructive", "autoCommit": true}' > .candid/config.json
See the Config Reference for all options including exclude patterns, focus areas, and mergeTargetBranches.
This plugin is built on the Radical Candor principle that the best feedback:
Whether you choose Harsh or Constructive tone, every review aims to find real issues before production, provide immediately applicable fixes, help you track what needs doing, and teach patterns that prevent future problems.
claude plugin update candid@candid
Then restart Claude Code. See CHANGELOG.md for version history.