원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.