-
Notifications
You must be signed in to change notification settings - Fork 6
Address Comments
github-actions[bot] edited this page Feb 23, 2026
·
1 revision
Track all review comments on your PR in one table, work through them systematically, and mark them resolved. The agent is release-context-aware — it flags which comments must be resolved before merging and which can be deferred.
- After receiving a code review with multiple comments
- Working through reviewer feedback systematically
- Deciding which review comments are blocking vs. deferrable
- Confirming all required changes are resolved before re-requesting review
In GitHub Copilot Chat:
/address-comments owner/repo#123
Or for the current branch PR:
/address-comments
- Fetch all comments — Reads every review comment, inline comment, and review summary from the PR
- Build tracking table — Each comment gets an ID, reviewer name, file/line, content snapshot, and status
- Classify resolution priority — Blocking (must resolve before merge) vs. Deferrable (can address later)
- Walk comments sequentially — Presents each one with suggested resolution or asks for your decision
- Mark resolved — As you address each comment, the agent marks it done and updates the table
| Status | Meaning |
|---|---|
| Open | Unaddressed |
| In progress | You have started a fix |
| Resolved | Fixed and marked done |
| Dismissed | Intentionally not addressed (with reason) |
| Deferred | Agreed to address in a follow-up PR |
The agent classifies each comment as:
- Blocking — CRITICAL or IMPORTANT priority, or reviewer explicitly said "must fix"
- Deferrable — SUGGESTION or NIT, or reviewer said "optional" or "nice to have"
If a linked milestone or release is near, the threshold shifts and more comments are marked blocking.
# Review Comment Tracker — owner/repo#123
| ID | Reviewer | File | Priority | Status | Comment |
|----|----------|------|----------|--------|---------|
| 1 | alice | src/auth.ts:47 | CRITICAL | Open | JWT secret fallback missing |
| 2 | alice | src/routes.ts:22 | IMPORTANT | Open | Admin route needs role check |
| 3 | bob | src/auth.ts:61 | NIT | Deferrable | Extract to constant |
Blocking: 2 | Deferrable: 1 | Resolved: 0
/address-comments # Current branch PR
/address-comments owner/repo#123 # Specific PR
/address-comments blocking only # Show only must-fix items
/address-comments mark 1 resolved # Quick-resolve item by ID
| Agent | Role |
|---|---|
| pr-review agent | Executes this prompt |
- review-pr — review a PR as a reviewer
- pr-comment — add a comment to a PR
- merge-pr — merge once all blocking comments are resolved
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide