com um clique
commit
Commit staged changes with a clear, natural message
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
Commit staged changes with a clear, natural message
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ê.
Investigate audio glitches, artefacts, device routing failures, and CoreAudio issues
Implement a feature or fix following project patterns and expert knowledge
Analyse code for SOLID and DRY violations and produce a concrete refactoring plan
Update CLAUDE.md, ARCHITECTURE.md, and knowledge files to reflect current codebase state
Run build, tests, and quality checks before committing
Baseado na classificação ocupacional SOC
| name | commit |
| description | Commit staged changes with a clear, natural message |
| allowed-tools | Bash(git diff*), Bash(git log*), Bash(git commit*) |
Commit the currently staged changes.
One line only. No body, no bullet points, no multi-line descriptions. Keep it concise but descriptive — aim for clarity over brevity.
Start with a capital. Use a type prefix when it helps readability, skip it when the subject speaks for itself. British English spelling. No trailing period.
Common prefixes: Fix, Refactor, Add, Remove, Update, Optimise
Examples from this repo:
Refactor device selection: replace isVirtual/isRealDevice checks with isValidForSelectionFix HAL input startup: delay after sample rate sync for CoreAudio propagationFix shared memory capture: consume at output rate to prevent overflow artefactsFix volume sync: add settling window and drift detection for device switchesRefactor shared memory capture: eliminate double buffering for direct capture modeNo Claude attribution or co-authored-by lines.
git diff --stat --staged to see what is staged.git commit -m "<message>"