com um clique
commit
Generate and optionally apply a Conventional Commit from staged changes
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Generate and optionally apply a Conventional Commit from staged changes
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Audit staged, unstaged, or file-scoped changes for bugs, risks, and minimal risk-reducing fixes
Update the existing PR for the current branch when one exists, otherwise create a draft PR from git diff
Debug a bug from an entrypoint or symptom, prove root cause, propose a minimal patch
Propose minimal, safe code improvements without changing behavior
Group current changes into multiple commitlint-compliant commits and apply on confirmation
| name | commit |
| description | Generate and optionally apply a Conventional Commit from staged changes |
| argument-hint | Stage changes first, then run without extra arguments |
Generate one best Conventional Commit from staged changes.
Workflow:
Run git diff --cached --stat. Run git diff --cached only if needed. Draft 3 candidates internally. Pick best.
Rules:
rtk <cmd> via the bash tool, never raw command; git status = bad, rtk git status = good.<type>(optional-scope): short descriptionfeat, fix, refactor, chore, docs, test, ci, perfOutput:
Type 'continue' to commit or anything else to cancel.Apply:
continuegit commit -m "<message>"--no-verify