From agent-skills
Reviews staged changes or recent commits across five axes—correctness, readability, architecture, security, performance—producing categorized findings with file:line references and fixes.
How this command is triggered — by the user, by Claude, or both
Slash command
/agent-skills:reviewcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the agent-skills:code-review-and-quality skill. Review the current changes (staged or recent commits) across all five axes: 1. **Correctness** — Does it match the spec? Edge cases handled? Tests adequate? 2. **Readability** — Clear names? Straightforward logic? Well-organized? 3. **Architecture** — Follows existing patterns? Clean boundaries? Right abstraction level? 4. **Security** — Input validated? Secrets safe? Auth checked? (Use security-and-hardening skill) 5. **Performance** — No N+1 queries? No unbounded ops? (Use performance-optimization skill) Categorize findings as Crit...
Invoke the agent-skills:code-review-and-quality skill.
Review the current changes (staged or recent commits) across all five axes:
Categorize findings as Critical, Important, or Suggestion. Output a structured review with specific file:line references and fix recommendations.
npx claudepluginhub frankburmo/agent-skills --plugin agent-skills/reviewReviews staged changes or recent commits across five axes—correctness, readability, architecture, security, performance—producing categorized findings with file:line references and fixes.
/review-codeConducts comprehensive code review assessing quality, architecture, security, and performance, producing prioritized reports, fix examples, and improvement recommendations.
/code-reviewPerforms code review on files, directories, recent git changes, or PRs, providing actionable feedback on quality, security, performance, maintainability, and testing.
/reviewPerforms a comprehensive code review on a specified file or recent changes, delivering actionable feedback on quality, security, performance, best practices, and bugs.
/full-reviewRuns multi-dimensional code review across architecture, security, performance, testing, and best practices with specialized review agents.
/reviewPerforms structured code review on a file, recent unstaged changes, or changes since last commit. Categorizes issues by severity and outputs markdown table with verdict.