feat(prompts): add Git Flow branch creator prompt with full XML-drive…#132
Merged
aaronpowell merged 7 commits intoAug 1, 2025
Merged
Conversation
…n workflow Introduces a new prompt file that guides users through creating Git Flow branches using a structured XML analysis and naming convention. Includes workflow, analysis framework, naming conventions, edge case handling, and validation checklist.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a comprehensive Git Flow branch creator prompt that analyzes git changes and automatically determines the appropriate branch type (feature, release, or hotfix) following the nvie Git Flow branching model. The prompt provides intelligent analysis and semantic branch naming.
- Adds a structured XML-driven prompt for Git Flow branch creation with automated analysis
- Implements comprehensive branch type classification framework with decision trees and indicators
- Provides detailed naming conventions, edge case handling, and validation checklists
aaronpowell
requested changes
Jul 29, 2025
Co-authored-by: Aaron Powell <me@aaron-powell.com>
Remove 'Created' field Add 'tools' field to front matter for clarity
aaronpowell
requested changes
Jul 31, 2025
| @@ -0,0 +1,292 @@ | |||
| --- | |||
| description: 'Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.' | |||
| tools: ['run_in_terminal', 'get_terminal_output'] | |||
Contributor
There was a problem hiding this comment.
These aren't tools that I can find available in VS Code - can you verify that the tools are correct?
Contributor
Author
There was a problem hiding this comment.
aaronpowell
approved these changes
Aug 1, 2025
aaronpowell
left a comment
Contributor
There was a problem hiding this comment.
Interesting note on the tool names - there seems to be a difference between what you get from the picker and what it might be running.
AungMyoKyaw
added a commit
to AungMyoKyaw/awesome-copilot
that referenced
this pull request
Aug 1, 2025
github#132) * feat(prompts): add Git Flow branch creator prompt with full XML-driven workflow Introduces a new prompt file that guides users through creating Git Flow branches using a structured XML analysis and naming convention. Includes workflow, analysis framework, naming conventions, edge case handling, and validation checklist. * feat(prompts): add Git Flow Branch Creator prompt to README table * style(prompts): use single quotes in front matter for git-flow-branch-creator.prompt.md * Update prompts/git-flow-branch-creator.prompt.md Co-authored-by: Aaron Powell <me@aaron-powell.com> * chore(prompts): update git-flow-branch-creator prompt front matter Remove 'Created' field Add 'tools' field to front matter for clarity * docs(readme): clarify Git Flow Branch Creator prompt description and details --------- Co-authored-by: Aung Myo Kyaw <aungmyokyaw@users.noreply.github.com> Co-authored-by: Aaron Powell <me@aaron-powell.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Introduces a new prompt file that guides users through creating Git Flow branches using a structured XML analysis and naming convention. Includes workflow, analysis framework, naming conventions, edge case handling, and validation checklist.
Pull Request Checklist
node update-readme.jsand verified thatREADME.mdis up to date.Description
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.