npx claudepluginhub luistheabysswalker/claude-toolkitPR-number or PR-URL/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 staged changes or recent commits across five axes—correctness, readability, architecture, security, performance—producing categorized findings with file:line references and fixes.
/reviewReviews HTML file for design anti-patterns, principles violations, and accessibility issues. Generates markdown report with status tables and recommendations.
/reviewPerforms multi-LLM code review on staged git changes, open PRs, or working tree, generating inline PR comments via orchestrate.sh orchestration.
/reviewReviews specified code scope via four specialists (quality, security, performance, architecture), producing summary, detailed findings, refactoring suggestions, prioritized action plan.
/reviewDispatches the reviewer agent to review current branch code changes against code quality principles.
Use the code-review-expert skill to perform a structured code review.
Target:
$1 (a PR number or URL), first run gh pr diff $1 to get the diff, then review it.