A collection of AI agent prompts for automating common Git workflows.
| File | Agent | Purpose |
|---|---|---|
src/git-commit.md |
plan |
Draft commit messages in a consistent ADD/CHANGE/REMOVE format |
src/git-release.md |
maintainer |
Generate release notes from PRs/commits and propose version bumps |
Feed the relevant prompt file to your AI coding assistant before performing a Git operation. The agent will follow the instructions to produce structured output.
Commits:
# reference src/git-commit.md, then stage changes and ask the agent to draft a commit
Releases:
# reference src/git-release.md, then ask the agent to create release notes from recent PRs
None. This is a set of Markdown instruction files — no dependencies, build steps, or installation required.