Qc — Git skill for Claude Code
Quick commit - analyze staged changes and commit with subject + optional body using Haiku.
How to install Qc
Installs to ~/.claude/commands/rremizov-django-random-queryset-_qc.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/rremizov/django-random-queryset/HEAD/.claude/commands/_qc.md -o ~/.claude/commands/rremizov-django-random-queryset-_qc.md Restart Claude Code, or start a new session, for it to be picked up.
What Qc does
name: _qc description: Quick commit - analyze staged changes and commit with subject + optional body using Haiku model: haiku
Analyze the git staged changes and create a commit message following the conventional 50/72 format:
Run `git diff --cached` to see staged changes
Generate a commit message with:
**Subject line (required):**
- ~50 characters (max 72)
- Starts with imperative verb (e.g., "Add", "Fix", "Update", "Remove")
- Summarizes WHAT changed
- No period
Alternatives in Git
- Bulletproof Quick Start Guide — Target Audience: Complete beginners Never used Python/git before 11.1k ★
- Gen Commit Msg — Generate intelligent commit messages based on staged changes 5.7k ★
- Skill Copilot Provider — GitHub Copilot CLI as optional zero-cost provider via copilot -p programmatic mode 2.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Commit Message Writer
Writes a Conventional Commits message from a git diff — tight subject line plus a why-focused body.
Plan Close
Close out a finished staged-rollout .plan/ — verify completion, distill the story into a final PR body, clean
Quick Commit
Stage all changes and commit with a descriptive message
Commit Quick Fix
Ship changes by creating a worktree, PR, merging, and rebuilding
Mimir Diff
Estimate token cost of the current git diff (staged or HEAD) + optional task description
Create PR
Review branch changes (including staged/uncommitted), generate commit message, and create PR using Claude Code
Related Agents
Commit Message Writer
Writes a single Conventional Commits-formatted commit message (subject + body) for one already-decided group o
Osf Analyze
Codebase structural analysis using codebase-retrieval. Traces dependencies, blast radius, call chains, and imp
Code Reviewer Low
Quick code quality checker (Haiku). Use for fast review of small changes.