pr-review-static
Installation
SKILL.md
PR Review — Static Analysis Patterns
Overview
This skill runs a static analysis self-review checklist based on patterns from automated and manual code reviews on NestJS/TypeScript backend repos. It focuses on runtime bugs, silent logic errors, unused code, and test correctness — things that compile fine but break at runtime or make tests unreliable.
Required Workflow
Follow these steps in order.
Step 1: Understand the diff
Run git diff main...HEAD or read the list of modified files to understand the scope.
Step 2: Apply the Checklist
Work through each category. Flag every issue with file path and line number.