بنقرة واحدة
commit
Commit staged changes with a clear, natural message
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Commit staged changes with a clear, natural message
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
| 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>"