branch-risk-audit
Installation
SKILL.md
Branch Risk Audit
Quick start
Audit the current branch diff and return findings at Critical, High, Medium, and Low.
If nothing clears that bar, respond exactly:
No findings.
Workflow
- Establish the review base.
- Prefer the repo default branch from
origin/HEAD. - Fallback in this order:
origin/main,origin/master,main,master. - Compare the branch with
git merge-base HEAD <base>. - If staged or unstaged local changes exist, include them and call that out.