ワンクリックで
check
Run build, tests, and quality checks before committing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run build, tests, and quality checks before committing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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: