This one covers the main Git branching strategies teams actually use: GitFlow, GitHub Flow, and Trunk-Based Development. You get reference guides for setup, merge strategies, and code review workflows, plus a quick start that walks through the GitFlow commands for features, releases, and hotfixes. The best practices are solid reminders about keeping feature branches under three days, protecting main, and rebasing often. If you're setting up workflow standards for a team or trying to move beyond everyone doing their own thing with branches, this gives you the structure and commands to make it consistent. Most useful when you need to document or enforce a specific workflow rather than figure out which one to use.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill git-workflow-strategy