Manage Git Workflows and Versions
git-workflow-and-versioningskillsetup L1★2
LLl0k0laD/agent-skills ↗What it does
Manage branches, commits, tags, and releases
Best for
When version control workflow needs to be enforced consistently.
Inputs
- · branch name
- · commit message
- · tag
- · version
Outputs
- · commits
- · branches
- · tags
- · release notes
Requires
- · Git
Preconditions
- · Git repository
Failure modes
- · merge conflict
- · detached HEAD
- · push rejected
- · tag collision
Trust signals
- · Published in agent-skills collection