ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| 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