Rc Commit Msg — Git skill for Claude Code
Gera uma mensagem de commit convencional a partir do diff staged (não faz commit).
How to install Rc Commit Msg
Installs to ~/.claude/skills/rodolfochicone-rc-project-rc-commit-msg/SKILL.md
mkdir -p ~/.claude/skills/rodolfochicone-rc-project-rc-commit-msg && curl -fsSL https://raw.githubusercontent.com/rodolfochicone/rc-project/HEAD/commands/rc-commit-msg.md -o ~/.claude/skills/rodolfochicone-rc-project-rc-commit-msg/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Rc Commit Msg does
description: Gera uma mensagem de commit convencional a partir do diff staged (não faz commit). allowed-tools: Bash(git status:*), Bash(git diff:*), Bash(git log:*)
Analise apenas as mudanças já em stage e proponha uma mensagem de commit.
Contexto:
- Status: !
git status --short - Diff staged: !
git diff --staged - Estilo recente do repositório: !
git log --oneline -10
Gere uma mensagem no formato **Conventional Commits**, seguindo o estilo dos commits recentes acima:
- Linha de tí
Alternatives in Git
- Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
- OSS PR — Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, t 19.7k ★
- Yeet — Stage, commit, push code, and open a GitHub pull request via CLI 14.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Git Assist
Auxilia em fluxos de trabalho com git — gera mensagens de commit a partir de diffs, explica conflitos, sugere
Gen Commit Msg
Generate intelligent commit messages based on staged changes. Invoke with /gen-commit-msg.
Check Staged
Inspect the staged changes for correctness, logic integrity, and impact relative to the last commit. Stash uns
Gen Commit Message
Use when user has staged changes and asks for a commit message, says "what should the commit message be", or t
Karpathy Check
Run Karpathy's 4-principle review on staged changes or the last commit. Checks complexity, diff noise, hidden
Mimir Diff
Estimate token cost of the current git diff (staged or HEAD) + optional task description
Related Agents
Lumem Reviewer
Revisor crítico de código do Lumem-OS (monorepo pnpm + Turborepo, TypeScript ESM, Fastify + tRPC + React + Vit
Revisor Seguranca
Auditoria de segurança antes de commit/push/deploy, ou quando o diff toca auth, webhook, env, pagamento, RLS,
Tp Commit Writer
PROACTIVELY use this when the user is about to commit a NON-TRIVIAL change (new feature, fix, refactor) and as