Armory
Source
Browse
Skills

commit-work

Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install commit-work --cli claude

writes the skill into.claude/skills/commit-work/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/commit-work/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.

When to use it

Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.

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/productivity/commit-work/SKILL.md -o .claude/skills/commit-work/SKILL.md

Notes

Extracted from davila7/claude-code-templates, commit-work category.