git-flow-next
Git-flow branching, issue resolution, and PR review automation
All Skills in This Repository (25)
Pure Emerald Level Indicatorscommit
Create convention-compliant Git commits from staged or unstaged changes.
resolve-issue
Orchestrate GitHub spec issue resolution from analysis through pull request preparation.
gh-issue
Create GitHub issues with repository-specific formatting and labels.
analyze-issue
Analyze GitHub issues and generate structured implementation analysis documents in Markdown.
validate-tests
Validate implementation test plans against guidelines and scenario conventions.
takeover-pr
Evaluate stale pull requests for takeover eligibility and prepare successor changes.
pr-summary
Generate a GitHub pull request summary from branch commits and diffs.
create-plan
Create a test-first implementation plan from a spec or issue.
code-review
Review Git changes and pull requests against project-specific coding guidelines.
address-review
Triage GitHub pull request review comments into a structured action plan.
ship-issue
Resolve small GitHub issues end to end through merged pull requests.
release
Update changelog and version files from git history using semantic versioning.
Frequently Asked Questions
FAQPage SchemaHow to install git-flow-next?▼
Run `npx skills add gittower/git-flow-next --all -g -y` in your terminal to install all skills in this suite globally.
What does git-flow-next do?▼
It is a modern Go implementation of the Git-flow branching model that manages feature, release, and hotfix branches with better conflict handling and error messages than the original.
Can AI resolve a GitHub issue end-to-end?▼
Yes. The resolve-issue and ship-issue skills analyze a spec, create a branch, write tests first, implement the fix, run reviews, and publish or merge the pull request.
Does git-flow-next work with existing git-flow repos?▼
Yes. It imports configuration from git-flow-avh and uses the same branch naming conventions, so existing repositories keep working.
Can it automate releases and changelogs?▼
Yes. The release and full-release skills generate the changelog from commit history, bump versions, tag releases, and update Homebrew and WinGet packages.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core