reviewing-code-perfectly
Installation
SKILL.md
Reviewing Code with PERFECT Methodology
Structured PR review applying 7 principles in strict priority order to maximize review value while reducing cognitive load. Based on Daniil Bastrich's PERFECT methodology.
Quick Start
reviewing-code-perfectly <PR-ID or PR-URL>
- Fetch PR data via
ghCLI - Analyze changes against each PERFECT principle in order
- Produce structured review with pass/fail per principle
Inputs
- PR ID (number): e.g.,
42 - PR URL: e.g.,
https://github.com/org/repo/pull/42