copilot-review-fixer
Installation
SKILL.md
Copilot Review Fixer
Wraps the task-agent:copilot-review-fixer sub-agent so it can be invoked as a workflow step.
Arguments (key=value form):
pr_url=<url>— full GitHub PR URL (e.g.https://github.com/owner/repo/pull/42). Required.repo=<owner/repo>— repository inowner/repoformat. Required.branch=<branch>— branch name the PR is on. Required.
What to do
Step 1 — Parse arguments
Parse pr_url, repo, and branch from the invocation arguments.
Derive:
OWNERandREPO_NAMEfromrepo(split on/)PR_NUMBERfrom the last path segment ofpr_url