review-pr-copilotlisted
Install: claude install-skill arndvs/ctrlshft
# Review PR — Copilot
If running interactively (human present), output "Read Review PR Copilot skill." to acknowledge. If running with --dangerously-skip-permissions (AFK/unattended), skip acknowledgement and proceed directly.
> **Two paths, one policy.** This skill is the **local-interactive** path (you, in VS Code, with Confirm
> prompts). Its unattended **CI** twin is the `agent:fix` workflow → `shft/engine/workflows/address-review.ts`,
> which runs the same triage on a labeled PR. Both score comments with the canonical
> `shft/engine/lib/score-comment.ts` — change tier/keyword policy there, not duplicated here.
## 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_r