From code-quality
Comprehensive code review combining clean-code-review and code-smell-detector.
How this command is triggered — by the user, by Claude, or both
Slash command
/code-quality:review-code code-block or file-pathThe summary Claude sees in its command listing — used to decide when to auto-load this command
Chain these steps: 1. Use the `clean-code-review` skill to assess naming, function design, comments, and formatting 2. Use the `code-smell-detector` skill to identify long methods, duplication, and low cohesion 3. Synthesize findings into a prioritized list: critical issues first (duplication, error handling), then improvements (naming, complexity) 4. Suggest specific refactorings with before/after examples After completion, ask: "Would you like me to help refactor any of these issues?" and suggest the `refactor` command.
Chain these steps:
clean-code-review skill to assess naming, function design, comments, and formattingcode-smell-detector skill to identify long methods, duplication, and low cohesionAfter completion, ask: "Would you like me to help refactor any of these issues?" and suggest the refactor command.
npx claudepluginhub sethdford/claude-skills --plugin engineer-code-quality/refactorAudits target code for smells, anti-patterns, and duplication using Prowl, then presents findings for approval before fixing via named Autobots. Preserves behavior throughout.
/reviewReviews code quality of optional file or recent changes, providing assessment, issues found, recommendations, and best practices.
/review-codeReviews code against specification compliance, checks if implementation matches requirements, identifies deviations, and reports a compliance score.
/review-codeConducts comprehensive code review assessing quality, architecture, security, and performance, producing prioritized reports, fix examples, and improvement recommendations.
/review-codeReviews all uncommitted git changes across security, performance, style, and consistency dimensions, producing a prioritized action list with file:line references. Optionally posts findings to issue trackers.