From review-pack
Run a structured code review of the current branch or a named PR using the review skill.
How this command is triggered — by the user, by Claude, or both
Slash command
/review-pack:review [PR number or 'branch']The summary Claude sees in its command listing — used to decide when to auto-load this command
Run the `review` skill against $ARGUMENTS (or the current branch if empty). If the diff is large (>30 changed files), spawn multiple `code-reviewer` subagents in parallel — one per concern (correctness, security, performance, tests) — and combine their findings. Lead the response with the severity-ordered findings list, then a one-line verdict.
Run the review skill against $ARGUMENTS (or the current branch if empty).
If the diff is large (>30 changed files), spawn multiple code-reviewer subagents in parallel — one per concern (correctness, security, performance, tests) — and combine their findings.
Lead the response with the severity-ordered findings list, then a one-line verdict.
npx claudepluginhub s-hiraoku/claude-harnesses --plugin review-pack/reviewConducts a five-axis code review of staged or recent changes covering correctness, readability, architecture, security, and performance. Outputs categorized findings with file:line references and fix recommendations.
/reviewRuns Codex code review on local git state — working tree, branch diff, or against a base ref. Supports foreground/background and scope options.
/reviewReviews code changes using OpenCodeReview (OCR) and autonomously applies high-confidence fixes. Supports workspace mode, commit range, and optional background requirement context.
/reviewRequests cross-AI peer review of phase plans from external AI CLIs (Gemini, Claude, Codex, OpenCode, Qwen, Cursor) and writes structured REVIEWS.md with per-reviewer feedback.
/reviewPerforms a multi-LLM code review with inline PR comments, checking availability of several supplemental model providers before running the enhanced review workflow.
/reviewReviews an HTML design file for anti-patterns, design principles, and accessibility issues, producing a structured markdown report.