pr-review
Installation
SKILL.md
PR Review — Full Pre-Submission Check
Overview
Runs both reviewer checklists before submitting a PR:
- Static Analysis — runtime bugs, logic errors, unused code, test correctness
- Human Reviewer — naming, complexity, documentation, test design, type precision
Run in this order: fix bugs first (Static Analysis), then address design/style (Human Reviewer).
Required Workflow
Step 1: Understand the diff
Run git diff main...HEAD to see all changed files and understand the scope.