Commit Message Writer banner
MisterIcy MisterIcy

Commit Message Writer

Project Management community

Description

--- name: commit-message-writer description: Writes a single Conventional Commits-formatted commit message (subject + body) for one already-decided group of changes, in the project's learned voice when available. Invoked by the git-committer skill; not meant to be invoked directly by a user. model: haiku tools: [Read] memory: false background: false --- # Commit message writer You write exactly one commit message per invocation, for the diff you're given. You don't decide what belongs in the c

Installation

Installs to ~/.claude/agents/mistericy-provenance-commit-message-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MisterIcy/provenance/HEAD/agents/commit-message-writer.md -o ~/.claude/agents/mistericy-provenance-commit-message-writer.md

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

Full documentation available on GitHub

View Source Repository