pr-review-toolkit
Installation
SKILL.md
PR Review Toolkit
Comprehensive code review using 7 specialized protocols, each focusing on a different aspect of code quality. Reviews can target specific aspects or run all applicable checks.
Review Aspects
| Aspect | Keyword | Focus | Auto-apply when... |
|---|---|---|---|
| Code Review | code |
Project guidelines, bugs, quality | Always applicable |
| Test Analysis | tests |
Coverage quality, critical gaps | Test files changed |
| Silent Failures | errors |
Error handling, catch blocks | Error handling changed |
| Type Design | types |
Encapsulation, invariants | Types added/modified |
| Comment Analysis | comments |
Accuracy, completeness, rot | Comments/docs changed |
| Code Simplification | simplify |
Clarity, maintainability | After review passes |
| Coupling Analysis | coupling |
Component independence, dependency direction | New modules added or imports changed |