원클릭으로
sync-docs
Update CLAUDE.md, ARCHITECTURE.md, and knowledge files to reflect current codebase state
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update CLAUDE.md, ARCHITECTURE.md, and knowledge files to reflect current codebase state
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
Run build, tests, and quality checks before committing
| name | sync-docs |
| description | Update CLAUDE.md, ARCHITECTURE.md, and knowledge files to reflect current codebase state |
| disable-model-invocation | true |
| allowed-tools | Read, Glob, Grep, Edit |
Synchronise documentation with the current codebase state.
Use Glob and Bash to get the current file structure of:
src/domain/ — verify domain types match what's documentedsrc/services/ — verify service files match what's documentedsrc/store/ — verify coordinators and managers match what's documentedsrc/viewmodels/ — verify view models match what's documentedsrc/views/ — verify view directories match what's documentedtests/ — verify test structure matches what's documentedRead each knowledge file and verify its claims against the current code:
docs/dev/coreaudio.md — are the architecture diagrams still accurate?docs/dev/realtime-safety.md — are the patterns still used?docs/dev/swift-concurrency.md — are the concurrency patterns current?docs/dev/memory-safety.md — are the memory patterns still followed?docs/dev/project-patterns.md — do the patterns still match the code?docs/dev/known-issues.md — are the known issues still relevant?Verify:
Verify:
For each discrepancy found:
Important: Never add new content without verifying it matches the code. Only update existing sections that are stale or inaccurate.
Produce a summary: