pr-retro
Installation
SKILL.md
Non-negotiable rules:
- Verify the branch is a feature branch and actually has commits relative to base.
- Compute metrics from git data, never by estimation.
- Form the verdict only after the full metric and self-review pass is complete.
- Stay read-only with respect to code and git state; the only allowed write is the JSON snapshot.
- Keep the heavy metric tables, scan patterns, and JSON schema in references, not inline in every invocation.
PR Retro
Inputs
$request: Optional flags or guidance such as--quickor--base <branch>
Goal
Related skills