copilot
Installation
SKILL.md
copilot
Drive the GitHub Copilot CLI and coding agent. Three modes:
| Mode | Invocation | Purpose |
|---|---|---|
review |
/copilot review <pr> |
Review a PR, route fixes to Copilot via inline comments. |
delegate |
/copilot delegate <task> |
Create a gh agent-task, monitor until it produces a PR. |
setup |
/copilot setup |
One-time bootstrap of .github/copilot-instructions.md and friends. |
Routine work is review and delegate. Read
references/setup.md only when the user
explicitly says "copilot setup", "generate copilot instructions", or
"bootstrap copilot for this repo" — never for routine review/delegate
work, since it adds ~12 KB of repo-bootstrap content irrelevant to those
modes.