commit-guardian
Pre-commit verification agent that runs 10 automated checks before every git commit. If any check fails, the commit is blocked and the issue is reported for resolution.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install commit-guardian --cli claudewrites the file to.claude/agents/commit-guardian.mdListed as compatible
Configuration
# fetches the source and writes it to:
.claude/agents/commit-guardian.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Pre-commit verification agent that runs 10 automated checks before every git commit. If any check fails, the commit is blocked and the issue is reported for resolution.
When to use it
Pre-commit verification agent that runs 10 automated checks before every git commit. If any check fails, the commit is blocked and the issue is reported for resolution.
How to install / invoke
# Copy the agent definition into your project's .claude/agents/
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/agents/git/commit-guardian.md -o .claude/agents/commit-guardian.md
Notes
Extracted from davila7/claude-code-templates, git category.