with one click
check
Run build, tests, and quality checks before committing
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
Run build, tests, and quality checks before committing
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.
Based on SOC occupation classification
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: