Commit Writer banner
felixhennequin-gif felixhennequin-gif

Commit Writer

Development community

Description

--- name: commit-writer description: Drafts a Conventional Commits message for the currently staged changes and creates the commit. Reads the modified files in full (not just the diff hunks) before classifying — that step is the difference between `feat: update auth.js` and `fix(auth): prevent JWT alg=none bypass`. Use after staging changes when you want classification + formatting without burning reasoning-model tokens. Stops if intent is ambiguous or the diff is too large — does not guess. mod

Installation

Installs to ~/.claude/agents/felixhennequin-gif-claude-code-config-template-commit-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/felixhennequin-gif/claude-code-config-template/HEAD/.claude/agents/commit-writer.md -o ~/.claude/agents/felixhennequin-gif-claude-code-config-template-commit-writer.md

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

Full documentation available on GitHub

View Source Repository