pr-review
PR REVIEW: Local code review against a branch diff. Findings go to stdout — no GitHub post.
Dependency note: This skill's delegate() call requires pr-review-agent to be registered
in your session — i.e., the host app has the app-actions bundle/behavior installed (not merely
the standalone skill file). Installing only this skill via npx skill add will not, by itself,
make delegation work.
Two review approaches
Exhaustive — The agent works through 5 focused review lenses sequentially (correctness ·
architecture · patterns · tests · pedantic), each with explicit focus on only that dimension.
Findings are merged, deduplicated, and prioritized by severity before the final output.
Mirrors the structure of pipelines/pr-review-exhaustive.dot without needing the GHA attractor runtime.
Prompt-shot — Single-pass five-check review (Necessity · Layer fit · Pattern · Correctness · Calibration). Fast. Best for quick sanity checks or small diffs.