pr-review
Installation
SKILL.md
ABOUTME: Commit-aware PR review that reads each commit's intent before judging code.
ABOUTME: Composes the existing review tiers and reclassifies findings by commit narrative, never re-implementing them.
PR Review - Commit-by-Commit
Review Tiers - pick the right one
pr-review is the PR-level tier. It COMPOSES the tiers below; it never re-implements them.
| Tier | What it is | Use when |
|---|---|---|
gemini-review |
Fast pre-commit review of the working diff | Before committing local changes |
| Orchestrator Step 3 agents | In-loop review during implementation | While building, routed by file pattern |
advanced-review |
Deep isolated multi-LLM review with hard evidence | High-stakes, thorough audit |
pr-review (this) |
PR-level orchestration over a submitted PR | Reviewing a PR, commit by commit |
pr-review's unique value is commit-narrative awareness: reading each commit's intent to tell a deliberate deferral from a bug, then reclassifying findings. Everything else it delegates to the tiers above.