git-flow-branch-creator
Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.
By github · 9,612 installs
npx skills add github/awesome-copilot --skill git-flow-branch-creator
Source repository · Upstream listing
Instructions
Workflow
Follow these steps:
1. Run git status to review the current repository state and changed files.
2. Run git diff (for unstaged changes) or git diff cached (for staged changes) to analyze the nature of changes.
3. Analyze the changes using the Git Flow Branch Analysis Framework below.
4. Determine the appropriate branch type based on the analysis.
5. Generate a semantic branch name following Git Flow conventions.
6. Create the branch and switch to it automatically.
7. Provide a summary of the analysis and next steps.
Git Flow Branch Analysis Framework
Branch Naming Conventions
Analysis Process
Edge Cases and Validation
Examples
Validation Checklist
Final Execution
Git Flow Reference