with one click
commit
Commit staged changes with a clear, natural message
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Commit staged changes with a clear, natural message
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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
Based on SOC occupation classification
| 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>"