원클릭으로
draft-pr-comment
Draft and post a structured PR comment requesting specific changes from the author.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Draft and post a structured PR comment requesting specific changes from the author.
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.
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.
Check whether code changes need documentation updates.
| name | draft-pr-comment |
| description | Draft and post a structured PR comment requesting specific changes from the author. |
| disable-model-invocation | true |
Draft a structured PR comment requesting changes, then post it after reviewer confirmation.
The PR number is: $ARGUMENTS
If no PR number was provided, detect it from the current branch:
gh pr view --json number --jq .number
Use the review findings already present in this conversation (from /triage-copilot, /review-pr, or the reviewer's own observations). If no findings are available, ask the reviewer what changes they want to request.
Compose a PR comment with this structure:
## Review Feedback
Hi @<author>,
Thanks for this PR. A few items to address before we can merge:
### Required Changes
- [ ] **[file.py:42]** Description of what needs to change and why
- [ ] **[file.py:78]** Description of what needs to change and why
### Suggestions (optional but recommended)
- [ ] **[file.py:15]** Description of suggested improvement
### Copilot Items to Address
- [ ] **[file.py:30]** Copilot suggestion that should be incorporated (with guidance)
Let me know if you have questions about any of these items.
Rules for the comment:
Show the full draft to the reviewer. Ask them to confirm or edit before posting. Do NOT post without explicit confirmation.
Once confirmed, post using:
gh pr comment <PR> --body "<comment>"
Report that the comment was posted and link to the PR.