Skip to content

Can3299/Git-AI-Commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Git-AI-Commands

A collection of AI agent prompts for automating common Git workflows.

Prompts

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

Usage

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

Requirements

None. This is a set of Markdown instruction files — no dependencies, build steps, or installation required.

About

A collection of AI agent prompts for automating common Git workflows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors