بنقرة واحدة
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.