A comprehensive Git workflow skill that enforces modern development practices through eight reference documents covering everything from branching strategies to CI/CD integration. The non-negotiable rules are worth noting: no direct pushes to main, no merges until review threads are resolved, and preservation of atomic commits over squashing to maintain GPG signatures. It auto-detects hook frameworks like lefthook and husky, supports Conventional Commits out of the box, and includes a verification script to validate your setup. The merge gate workflow and signed commit handling are particularly well thought out. If you're tired of explaining Git best practices to your team or want to codify your workflow, this gives you a solid foundation to build on.
npx skills add https://github.com/netresearch/git-workflow-skill --skill git-workflow