Quick Commit
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
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 RepositoryRelated Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git