Enforces conventional commits, explicit staging, and safe force push practices across all git operations. Loads branch discovery commands upfront so you're always targeting the right base, includes a full rewrite-history workflow for cleaning up WIP commits before PRs, and adds checkpoint commit patterns for long-running agent tasks. The force-with-lease requirement and staged file verification catch the most common ways to shoot yourself in the foot. Opinionated about commit discipline but defers to repo-specific merge policies when they exist. If you've ever had an agent commit secrets or orphan a branch stack, this blocks those paths.
npx skills add https://github.com/0xbigboss/claude-code --skill git-best-practices