Quick Commit banner
0xquinto 0xquinto

Quick Commit

Git community

Description

--- description: "Stage all changes and commit with a descriptive message" --- 1. Run `git status` to see the current state 2. Run `git diff` to understand the changes 3. Stage all changes with `git add -A` 4. Create a commit with a clear message that: - Starts with a type prefix (feat:, fix:, refactor:, docs:, test:, chore:) - Briefly describes what changed - Uses imperative mood ("Add feature" not "Added feature") Example: `feat: add product search functionality`

Installation

Installs to ~/.claude/commands/0xquinto-bcherny-claude-quick-commit.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xquinto/bcherny-claude/HEAD/.claude/commands/quick-commit.md -o ~/.claude/commands/0xquinto-bcherny-claude-quick-commit.md

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

Full documentation available on GitHub

View Source Repository