[DBA-270] Add check-pr-comments skill for Claude#61
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new Claude skill, check-pr-comments, to standardize how an agent uses the GitHub CLI (gh) to discover and work through unresolved PR review threads, including an explicit “triage table then wait for approval” gate before edits or GitHub replies.
Changes:
- Introduces
check-pr-commentsskill documentation with a step-by-step workflow for PR discovery, thread triage, implementation/validation, and in-thread replies/resolution. - Adds eval definitions covering PR discovery (by number or current branch), unresolved-thread triage, and “reply-only” outcomes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .claude/skills/check-pr-comments/SKILL.md | Documents the gh-based workflow for fetching review threads, triaging, waiting for explicit approval, then implementing/replying/resolving. |
| .claude/skills/check-pr-comments/evals/evals.json | Adds eval cases/assertions to enforce PR discovery, unresolved-thread focus, triage-table output, and approval gating. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
- Use explicit <OWNER>/<REPO> placeholders with a gh repo view step - Add pageInfo pagination support to the GraphQL query Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
284b1bd to
cf13e08
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new Claude skill (check-pr-comments) to standardize how PR review threads are discovered, triaged, and (only after explicit approval) acted on using the GitHub CLI (gh).
Changes:
- Added
check-pr-commentsskill documentation describing an approval-gated workflow for triaging and addressing unresolved PR review threads viagh+ GraphQL. - Added eval definitions covering PR discovery, unresolved thread triage, and “reply-only” handling.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.claude/skills/check-pr-comments/SKILL.md |
New skill doc outlining the end-to-end gh workflow (auth, PR discovery, GraphQL thread fetch, triage table, approval gate, reply/resolve). |
.claude/skills/check-pr-comments/evals/evals.json |
New eval cases validating the intended workflow and guardrails (especially “pause for explicit approval”). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
check-pr-commentsClaude skill for handling GitHub PR review threads withghTesting