Branch Review Before Pr

Gate a branch before it becomes a PR — catch the STRUCTURAL defects tests miss, not style: read the full diff against the default base, run a two-pass checklist (blocking pass first — unsafe queries, race conditions, trust-boundary and auth mistakes, conditional side effects — then the non-blocking remainder), and verify each candidate against surrounding code before reporting. Stays read-only and reports blocking-first; only becomes mutating after you explicitly approve a specific fix per issue — never batches decisions or auto-fixes. Use as the branch gate right before shipping or opening a PR.

ulpi-io 81512f6 2 files · 12.7 KB Updated

File contents

ulpi-io/skills/tree/main/branch-review-before-pr commit 81512f6d95

Frequently asked questions

npx skillmds add ulpi-io/branch-review-before-pr