원클릭으로
update-docs
Update project documentation based on recent changes and current codebase state.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update project documentation based on recent changes and current codebase state.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Show a sorted list of incomplete tasks from TODO.md.
Interactively walk through and address PR review comments one at a time. Accepts an optional PR number argument; defaults to the current branch's PR.
Review a pull request for issues and feedback.
Deep PR review that runs `code-review:code-review` and `pr-review-toolkit` agents in parallel, then hands off to `review-pr` for fix or post.
Use when working with Jira or Confluence from command line, including authentication, searching issues with JQL, bulk operations, sprint reports, or creating/updating work items using acli
Create or append tasks to TODO.md in the current working directory.
SOC 직업 분류 기준
| name | update-docs |
| description | Update project documentation based on recent changes and current codebase state. |
| when_to_use | Use when the user says 'update docs', 'update readme', 'sync docs', 'docs are stale', 'update CLAUDE.md', 'refresh documentation', or any variation of wanting documentation updated. |
| context | fork |
| agent | general-purpose |
Verify and update project documentation so it accurately reflects the current state of the codebase. Do not commit or push the changes to git unless also asked to do so. Do not include volatile metrics (test counts, coverage percentages, line counts) that become stale quickly.
Glob for **/*.md to find all doc files. Read each one.
For each doc file, spot-check its claims against the codebase using Glob and Grep — focus on things likely to have changed (skill lists, plugin names, file paths, commands). Skip claims that are obviously stable.
Edit files directly. Do not produce a report first.
Treat CLAUDE.md and README.md in the same directory as a pair — they cover the same component from different angles. Update both when updating one.
./CLAUDE.md, ./.claude/CLAUDE.md, ./AGENTS.md and any nested CLAUDE.md files in subdirectoriesls), obvious language conventions, and anything the agent can trivially discover