一键导入
check-docs
Check whether code changes need documentation updates.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check whether code changes need documentation updates.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Full PR review workflow — Copilot triage, automated checks, change requests or approval.
Verify that a PR author addressed prior review feedback — parses checklist items from the reviewer's comment and checks each against new commits.
Pre-flight checks, approve, squash-merge, and delete branch for a PR.
Draft and post a structured PR comment requesting specific changes from the author.
Run all automated PR checks — code conventions, documentation sync, and holistic review.
Fetch and classify Copilot's review suggestions on a PR as incorporate, ignore, or discuss.
| name | check-docs |
| description | Check whether code changes need documentation updates. |
| disable-model-invocation | true |
Check whether code changes need documentation updates.
Gather context, then delegate to the doc-sync agent:
git diff --name-only HEAD to find changed filesgit diff HEAD focusing on characteristic-related changes (.alias() calls, list definitions, new column names)If there are no changed Python files, report that there is nothing to check.