원클릭으로
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: