pr-reviewlisted
Install: claude install-skill ramboz/jig
> Spec 012 introduced this skill as jig's **team baseline** for PR and
> code review. It is the first non-stub active jig skill that ships
> without a `.py` helper — pr-review is fundamentally a judgment skill,
> and the determinism it needs (`git diff`, file-type detection) Codex
> can run inline. If any other skill is installed whose description
> identifies it as handling PR review, code review, or diff review, Codex
> can prefer that one over jig's baseline — the
> deferral is category-based, not name-specific, so a richer user skill
> named anything (`pr-review`, `code-reviewer`, `team-pr`, etc.) wins.
> Jig's slim version remains the auto-trigger when no such skill is
> installed.
## What this skill does
Produces a four-section markdown review of a pull request, a diff, or a
branch's accumulated changes:
1. **Scope** — a one-paragraph summary of what the PR is (new feature, bug
fix, refactor, dep bump, etc.) and what it touches.
2. **Blockers** — concrete must-fix items. Each blocker has a file path, a
line number, and a one-sentence rationale.
3. **Nits** — nice-to-haves and small polish items. Same shape as blockers
but lower urgency.
4. **Strengths** — what the change gets right. Keeps tone constructive and
surfaces patterns worth repeating.
The review is **breadth over depth**: catch the obvious across any
language/stack, leave the deep language-specific antipatterns to a richer
user-installed PR/code-review skill (or to a code reviewer with full
dom