git-commit-helper
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install git-commit-helper --cli claudewrites the skill into.claude/skills/git-commit-helper/SKILL.mdListed as compatible
Configuration
# fetches the source and writes it to:
.claude/skills/git-commit-helper/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.
When to use it
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/git-commit-helper/SKILL.md -o .claude/skills/git-commit-helper/SKILL.md
Notes
Extracted from davila7/claude-code-templates, git-commit-helper category.