pr-review
Installation
SKILL.md
PR Review
Diff-based code review across five dimensions. Reads the changed files, selects applicable review methodologies, and produces an aggregated report with severity-ranked findings.
Native alternative: Claude Code's
/ultrareviewruns a lightweight native bug-focused review (three free per month on Pro/Max plans at Opus 4.7's launch). Use this skill for five-dimension severity-ranked analysis (code quality + tests + error handling + types + comments) with file:line references; use/ultrareviewfor a quick bug-hunting pass on a diff.
Reference Files
| File | Contents | Load When |
|---|---|---|
references/code-review.md |
Guideline compliance, bug detection, confidence scoring | Always |
references/test-analysis.md |
Behavioral test coverage, criticality rating | Test files changed |
references/error-handling.md |
Silent failure patterns, catch block analysis | Error handling changed |
references/type-design.md |
Invariant analysis, 4-dimension rating rubric | Type definitions added/modified |
references/comment-quality.md |
Comment accuracy, long-term value, rot detection | Comments/docstrings added |