en un clic
check
Run build, tests, and quality checks before committing
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Run build, tests, and quality checks before committing
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Commit staged changes with a clear, natural message
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
| name | check |
| description | Run build, tests, and quality checks before committing |
| disable-model-invocation | true |
| allowed-tools | Bash(swift*), Read, Glob, Grep |
Run the full pre-submit quality check.
Run swift build and report any compilation errors.
Run swift test and report any test failures.
Check all Swift source files for American English spellings. Search for:
equalizer (should be equaliser)behavior (should be behaviour)optimized (should be optimised)color in code context (should be colour — but note "meter" is acceptable for audio meters)center (should be centre)initialize (should be initialise)summarize (should be summarise)categorize (should be categorise)Use Grep to search for these patterns in src/ and tests/.
Check for debug print() statements in production code (not tests):
print( in src/ filesCheck for newly introduced TODO or FIXME markers in changed files.
Verify:
Produce a summary: