review¶
Bug-first, risk-focused review workflow before merge or release.
Workflow¶
- Identify the review scope: diff, files, commit range, pull request, or task goal.
- Inspect changed behavior before style or cleanup concerns.
- Prioritize bugs, regressions, security risks, data-loss risks, and missing verification.
- Check whether tests, docs, migrations, and release notes match the behavioral impact.
- Look for edge cases around empty input, permissions, concurrency, rollback, and failure paths.
- Keep findings specific, reproducible, and tied to exact files or lines when possible.
- Avoid broad refactor suggestions unless they block correctness, safety, or maintainability.
- If no issues are found, say so clearly and note remaining test gaps or residual risk.
For large diffs, the skill delegates per-area passes to parallel code-reviewer subagents (one per concern: correctness, security, performance, tests) and combines findings.
Final report¶
Lead with severity-ranked findings. For each: severity, file:line, what can fail, why it matters, fix direction. End with verification reviewed and a one-line verdict.
Install¶
gh skill install s-hiraoku/claude-harnesses review --scope project
Part of review-pack. Slash command: /review.