원클릭으로
update-dot-claude
Audit and update `.claude/` agent docs against the repo
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Audit and update `.claude/` agent docs against the repo
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | update-dot-claude |
| description | Audit and update `.claude/` agent docs against the repo |
| disable-model-invocation | true |
Review the documentation in .claude/ against the current state of the
repository. Update any docs that are outdated. These are the agent's own
instructions, so the goal is accuracy — edit them to match reality.
Explore the repo — Use Glob and Read to understand the current source
layout (src/), tests (tests/), and config files (pyproject.toml,
.github/).
Audit .claude/ — Read every file under .claude/ (except settings*).
For each file, check whether its content still accurately reflects the repo:
CLAUDE.md — project overview, build commands, code architecture, strategy
listing, usage conventions, code style rules.rules/ci.md — CI matrix, dependency files, release workflows (path-scoped
to .github/** and pyproject.toml).rules/testing-patterns.md — test patterns, example code (path-scoped to
tests/**).rules/docs.md — docs conventions: build, structure, examples (path-scoped
to docs/**).rules/docs-voice.md — voice rules for user-facing prose (path-scoped to
README.md and docs/**).rules/diataxis-review.md — Diátaxis review guidance for the
docs-persona-* agents (always loaded so subagents receive it).agents/ and skills/ — check that the file paths and repo facts they
reference still exist.Pick up any rule files added later.
Optimize context — Review always-loaded context (files without paths:
frontmatter) for size and relevance:
CLAUDE.md contains details that Claude could
discover from code (e.g., per-function listings). Suggest trimming.Report findings — Summarize what is outdated and what changes you propose. Group by file.
Apply updates — Edit the outdated docs to match reality. Keep the existing voice and style. Do not rewrite content that is still accurate.
settings.json or settings.local.json.