audit-harness-deps
비공식 의존 로직의 무결성 검사 및 업데이트 — 클로드 코드의 공식 레퍼런스가 없는 관측 기반 의존을 전수 식별하고, 이 머신의 최신 실측 기록과 대조해 표류를 찾아, 발견 시 수정·배포까지 수행하는 full cycle
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
비공식 의존 로직의 무결성 검사 및 업데이트 — 클로드 코드의 공식 레퍼런스가 없는 관측 기반 의존을 전수 식별하고, 이 머신의 최신 실측 기록과 대조해 표류를 찾아, 발견 시 수정·배포까지 수행하는 full cycle
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Answer the owner's questions about a running or finished loop from its records — read-only, in a separate session
Hours-long (3-12h) multi-agent code-architecture optimization — cross-examines antipatterns into consensus, then applies only the highest-ROI refactors. Not for routine refactors.
Hours-long (3-12h) multi-agent documentation-architecture optimization — verifies every claim in every non-executable text (markdown, spec systems, comments) against the code, cross-examines discrepancies into consensus, then applies only the highest-ROI fixes. Code is never modified — defects are reported, not fixed. Not for touching up a single file.
Hours-long (3-12h) multi-agent integrity-boundary optimization — hunts every reachable state the boundary (types, invariants, error definitions, tests) fails to contain, then absorbs only the highest-ROI set into it — code and docs both, pinned by tests. Not for fixing a known bug.
Implement the planned change task by task, then spawn the independent verify stage until it passes
Archive the completed change — task gate, delta sync into main specs, revalidate
| name | audit-harness-deps |
| description | 비공식 의존 로직의 무결성 검사 및 업데이트 — 클로드 코드의 공식 레퍼런스가 없는 관측 기반 의존을 전수 식별하고, 이 머신의 최신 실측 기록과 대조해 표류를 찾아, 발견 시 수정·배포까지 수행하는 full cycle |
이 코드베이스의 훅·플러그인들은 일부 지점에서 클로드 코드의 공식 레퍼런스가 없는 관측 기반 동작(트랜스크립트 내부 형식, 미문서 훅 거동, 권한 분류기 동작, UI 표면 등)에 의존한다. 클로드 코드가 업데이트되면 이 의존들은 소리 없이 표류한다 — 완전한 고장보다, graceful degrade가 조용히 상시 발동 중인 상태가 가장 놓치기 쉽다. 이 스킬은 그 표류를 실측으로 잡아내고 해소하는 full cycle이다.
모든 비공식 의존이 지금 이 머신에 설치된 클로드 코드가 실제로 내보내는 형식·동작과 일치함을 증거로 실증한 상태. 표류가 발견되면 수정하고 배포까지 마친 상태. 문제가 없으면 무변경 — 검사 결과 보고만 남긴다.
command_args의 문서-실측 불일치는 목록 밖 전수
감사에서야 발견됐다).AskUserQuestion으로 간단히 검증한다 — 예: "최근 세션 시작 시 UI에서
이런 메시지를 본 적이 있는가?"