review-pr-copilotlisted
Install: claude install-skill arndvs/ctrlshft
# Review PR — Copilot
Output "Read Review PR Copilot skill." to chat to acknowledge you read this file.
## When to use
Use whenever Copilot has left review comments on a pull request and the user wants to address them. Trigger phrases: "address the review comments", "address review", "address copilot review", "fix the PR comments", "clean up review feedback", "address PR feedback", "re-request review". Also trigger proactively when the active PR has unresolved Copilot review threads and the user asks to commit or ship.
**Never ask the user to paste comment bodies into chat.** Fetch them yourself per step 1 — that's the whole point of the skill. The only thing you may ask the user for is `owner/repo#number` if no active PR is detected.
This skill is a **thin orchestrator**. It does not reimplement comment fetching or commit logic — those live in:
- The `atomic-commits` skill — branch hygiene, conventional commits, ship mode
- The GitHub MCP — `mcp_github_pull_request_read`, `mcp_github_add_reply_to_pull_request_comment`, `mcp_github_add_issue_comment`, `mcp_github_pull_request_review_write` (method `resolve_thread`), `mcp_github_request_copilot_review`, `mcp_github_issue_write` (method `create_issue`, used by the HITL-deferrable flow in step 5b). Any of these may be deferred and require `tool_search` to load — see the tool-discovery contract in step 5b before calling.
- The VS Code GitHub PR extension — `github-pull-request_currentActivePullRequest` (required for thread