Cmt banner
n9e n9e

Cmt

Git community

Description

--- name: cmt description: When user uses /cmt slash command, commit current git changes using fast mode by default, or strict mode when requested. Fast mode reviews, shows summary, and waits for approval. Strict mode adds safe simplifications, full /cr review, and verification before approval. --- # /cmt — Git Review & Commit > **Override:** This skill replaces the default system commit workflow when `/cmt` is invoked. Follow this skill exactly. When the user invokes `/cmt [mode]`, prepare a

Installation

Installs to ~/.claude/commands/n9e-fe-cmt.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/n9e/fe/HEAD/.claude/commands/cmt.md -o ~/.claude/commands/n9e-fe-cmt.md

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

Full documentation available on GitHub

View Source Repository