gittowergittowerOfficial·25 Agent Skills Included

git-flow-next

Git-flow branching, issue resolution, and PR review automation

Manages Git-flow branching workflows with feature, release, and hotfix branches from the command line. Automates the full development cycle: triaging issues, writing specs, test-first implementation, code review, and pull request publishing. Eliminates manual branch juggling, changelog writing, and release packaging across Homebrew, WinGet, and Scoop.
npx skills add gittower/git-flow-next --all -g -y
Available:

Tells the AI agent how the git-flow-next codebase is structured, which build and test commands to run, and which coding, commit, and documentation rules to follow when executing the skills in this repository.

All Skills in This Repository (25)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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