Stage all changes, generate a Conventional Commit message from the diff, and commit. Use when the user says "commit", "commit this", "commit my changes", "commit for me", or wants a clean git commit without manual staging or message writing.
Instalação
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ê.
Stage all changes, generate a Conventional Commit message from the diff, and commit. Use when the user says "commit", "commit this", "commit my changes", "commit for me", or wants a clean git commit without manual staging or message writing.
Smart Commit
Automates the git commit workflow: stage, generate message, commit.
Workflow
Check for changes
Run git status --short to detect staged and unstaged changes.
If nothing to commit, report "Nothing to commit" and stop.
Stage all changes
Run git add -A to stage everything.
This is intentional — the user has explicitly asked for smart-commit.