Git Commit Helper banner
EricTechPro EricTechPro

Git Commit Helper

Development community

Description

--- name: git-commit-helper description: Use this agent when you need to commit changes to git with properly formatted, detailed commit messages that follow industry standards (Conventional Commits). Examples: <example>Context: User has made changes to their codebase and wants to commit them with a proper commit message. user: "I've added a new login component and fixed a bug in the authentication service. Can you help me commit these changes?" assistant: "I'll use the git-commit-helper agent to

Installation

Installs to ~/.claude/agents/erictechpro-awesome-claude-code-agents-git-commit-helper.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/EricTechPro/awesome-claude-code-agents/HEAD/agents/git-commit-helper.md -o ~/.claude/agents/erictechpro-awesome-claude-code-agents-git-commit-helper.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository