By ron-myers
Run configurable code reviews with adjustable tone (harsh/constructive), enforce project standards via auto-generated Technical.md, and automate the full shipping workflow from review through PR creation and auto-merge. Includes live browser QA via Chrome for finding bugs, UX issues, and accessibility problems.
Read the latest candid-chrome-qa findings JSON, pick which findings to fix, and dispatch fixes — batched PR, one PR per finding via Conductor deep links, local-only, or issues-only. Optionally files Linear issues per finding.
Drive a real Chrome session against a running web app, find bugs, and write structured findings to .context/findings/
Fast ship for low-risk changes — runs only the steps enabled in fastShip config
Review the implementation for approach/clarity/quality improvements - "the code works, what would the next version look like?"
Generate a Technical.md file based on your codebase analysis
Take a candid-chrome-qa findings JSON, let the user pick which findings to fix, and dispatch fixes — single batched PR, one PR per finding via Conductor deep links, local-only, or issues-only. Optionally files Linear (or other tracker) issues per finding before shipping.
Drive a real Chrome session against a running web app to find bugs and write structured findings JSON. Use when the user asks for a QA pass, smoke test, UX audit, accessibility check, or "find bugs / polish / a11y / perf / copy issues" on a route.
Fast ship for low-risk changes — runs only the steps you explicitly enable in fastShip config
Use when the code works and you want a focused pass on opportunities to improve approach, clarity, and quality - distinct from candid-review's defect hunt. Surfaces simpler structures, clearer names, idiomatic alternatives, dead weight to remove, and abstractions to collapse or introduce. Each suggestion comes with a concrete before/after, why it's better, what's traded off, and confidence level. Three-phase fix selection mirrors candid-review.
Generate Technical.md and config.json by deeply analyzing your codebase structure, architecture, and patterns
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A coding-agent plugin for configurable code reviews that combine thoroughness with actionable feedback. Runs on Claude Code and Codex CLI from the same install. 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.
In an interactive Codex session:
/plugins
Add the marketplace via GitHub shorthand (ron-myers/candid), install candid, then verify with /skills. Invoke skills via $skill-name mention syntax (e.g., $candid-review --harsh). See docs/codex/install.md for the full command-to-skill mapping.
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
Live browser QA pass:
/candid-chrome-qa
Drives a real Chrome session against your running app, walks it like a real user across desktop and mobile, and writes structured findings to .context/findings/<date>-<slug>.json. See Candid Chrome QA docs for the full workflow and v2.0 schema reference.
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)
/candid-init --optimize # Run /candid-optimize after generation
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:
npx claudepluginhub ron-myers/candid --plugin candidContext-Driven Development: draft specs and plans before implementation. Structured workflows for features and fixes.
5つの専門エージェント(backend-reviewer, frontend-reviewer, test-reviewer, security-reviewer, ux-reviewer)がチームでコードレビューするスキル。
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review