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

  1. 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.
Installs
3
First Seen
Jul 19, 2026
branch-risk-audit — bbenefield89/skills