Pr Retro

Read a feature branch's merge-readiness from its actual git data — measured metrics, not vibes: collect raw git output for the branch vs base, compute branch-health metrics (size class, test ratio, focus, drift, sessions, hotspots), scan the diff for pre-PR artifacts (secrets, `.only`, conflict markers, debug lines, TODOs), then render a GREEN / YELLOW / RED verdict with per-signal recommendations — runs as a forked analysis workflow with its own reasoning budget, isolated from the main flow. Every metric is derived from concrete git data, never estimated; the verdict follows the documented signal thresholds and never reports GREEN while a blocking finding stands; read-only apart from the optional JSON snapshot, never touching code or git state. Use when the user asks for branch health, pre-PR analysis, or `/pr-retro`.

ulpi-io Updated

File contents

ulpi-io/skills/tree/main/pr-retro commit 7c38bef53b

Frequently asked questions

npx skillmds@latest add ulpi-io/pr-retro-4