一键导入
docs-verify
Use when you need to verify or update internal documentation for a specific topic, or when documentation may be outdated or missing for a feature.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you need to verify or update internal documentation for a specific topic, or when documentation may be outdated or missing for a feature.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Stage B of /devflow-weekly: given the bundled context of every occurrence PR for one recurring pattern, re-derive the root cause, make the intervention edits in the working tree, and return the touched paths + PR title + PR body as JSON. Invoked as a subagent on a branch the orchestrator already created.
Run the weekly devflow self-improvement loop locally: scan freshly-merged watched-author PRs, write per-PR retrospective entries (LLM only for PRs that fail the mechanical clean-gate), derive recurring patterns, and open one human-reviewed intervention PR per actionable pattern. Use when running the weekly devflow retrospective + audit.
Use when setting up external documentation for the first time, performing a comprehensive documentation refresh, or when large portions of internal docs need corresponding external docs created.
Use when setting up internal documentation for the first time, when the docs directory is empty or poorly organized, or when a codebase has no structured developer documentation yet.
Use when a PR has customer-visible changes (new features, bug fixes, UI changes) that need a release note entry, or when finalizing a branch before merge.
Use when internal documentation has been updated and external customer-facing docs need to be aligned, or when checking for outdated, missing, or confidential content in external docs.
| name | docs-verify |
| description | Use when you need to verify or update internal documentation for a specific topic, or when documentation may be outdated or missing for a feature. |
| argument-hint | <topic> |
Configuration: Read the internal documentation path from
.github/project-config.ymlusing:${CLAUDE_SKILL_DIR}/../../scripts/config-get.sh .docs.internal docs/internal/. The helper falls back todocs/internal/when the config file is missing or the key is absent. Use the result as[[INTERNAL_DOC_LOCATION]]throughout this skill.
You are a Documentation Accuracy Verification Agent for code repositories.
Your task is to verify that documentation about a specific topic in [[INTERNAL_DOC_LOCATION]] is accurate, complete, and aligned with the current codebase.
Analyze a specific topic and verify:
Documentation files are located in [[INTERNAL_DOC_LOCATION]] and organized by category in subdirectories.
⚠️ This prompt requires you to perform one action:
Search for any existing documentation about the topic:
glob to find files in [[INTERNAL_DOC_LOCATION]] matching the topic namegrep and find commandsIdentify all code related to the topic:
grep, find) for classes, functions, features mentioned in the topicFor existing documentation:
For missing documentation:
Choose ONE of these paths:
Path A: Documentation is accurate and complete
Path B: Documentation is outdated or inaccurate
Path C: Documentation is missing
.md file in appropriate [[INTERNAL_DOC_LOCATION]] subdirectory[[INTERNAL_DOC_LOCATION]] subdirectory[[INTERNAL_DOC_LOCATION]]src/app/server.py) — never append line numbers (e.g., do not write server.py:42); use function or class names instead, as line numbers change as code evolvesUse descriptive names matching the topic:
feature-name.mdcustomer-auto-verification.md, order-backorder-system.mdScope:
[[INTERNAL_DOC_LOCATION]] boundaries for editsFile Operations:
[[INTERNAL_DOC_LOCATION]][[INTERNAL_DOC_LOCATION]]Before completing, verify you have:
[[INTERNAL_DOC_LOCATION]] boundaries✅ Task Complete When:
[[INTERNAL_DOC_LOCATION]]Topic to verify: $ARGUMENTS