A solid reference for teams wanting consistent git practices. Covers conventional commits with all the standard types, branch naming conventions, and PR templates you can actually copy and use. The priority system is helpful,commit messages marked critical, branching and PRs as high impact. Includes practical examples of good versus bad commits, which matters more than you'd think when onboarding new developers. Also gets into rebasing strategy and git hooks setup with Husky. Not groundbreaking if you've been doing this for years, but genuinely useful for standardizing workflow across a team or getting junior developers up to speed on what clean git history looks like.
npx skills add https://github.com/asyrafhussin/agent-skills --skill git-workflow