Commit Compact banner
coder coder

Commit Compact

Git community

Description

Create a `git` commit. The body of the commit should only briefly summarize the code, but extensively explain the context or the "why" of the change. The best context for the message is what's available in the chat history with User but unavailable in the code. Think of the body as a way of helping a future you make rapid impact on the codebase.

Installation

Installs to ~/.claude/commands/coder-mux-commit-compact.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/coder/mux/HEAD/.claude/commands/commit-compact.md -o ~/.claude/commands/coder-mux-commit-compact.md

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

Full documentation available on GitHub

View Source Repository