Reviews uncommitted git changes or specified file/directory across correctness, security, performance, design, and readability. Classifies findings by severity with line-specific fixes and summary.
From code-guardiannpx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin code-guardian/reviewRuns Codex code review on local git state (working tree or vs base branch). Supports --wait/--background, --base <ref>, --scope auto|working-tree|branch.
/reviewReviews HTML file for design anti-patterns, principles violations, and accessibility issues. Generates markdown report with status tables and recommendations.
/reviewReviews staged changes or recent commits across five axes—correctness, readability, architecture, security, performance—producing categorized findings with file:line references and fixes.
/reviewReviews specified code scope via four specialists (quality, security, performance, architecture), producing summary, detailed findings, refactoring suggestions, prioritized action plan.
/reviewPerforms expert multi-LLM code review with inline PR comments on staged changes, open PRs, working tree, or paths. Checks LLM providers and queries focus areas.
/reviewDispatches the reviewer agent to review current branch code changes against code quality principles.
Perform a thorough code review of the current uncommitted changes or a specified file/directory.
Gather the changes to review:
git diff for unstaged changes and git diff --cached for staged changesgit diff HEAD~1Analyze each changed file across these dimensions:
Classify each finding by severity:
For each finding, provide:
Present findings grouped by severity, then by file. Lead with critical issues. Skip categories that have no findings. End with a brief summary of overall quality.