What problem does it solve?
This Skill helps engineers safely delegate well-specified coding tasks to GitHub Copilot's remote coding agent while avoiding unsuitable work, incorrect branches, unverified changes, and unreliable completion signals.
Core Features & Use Cases
- Remote Task Dispatch: Start and manage Copilot coding sessions through the Agent tasks REST API or issue assignment workflow.
- Workflow Guidance: Specify task scope, base branches, models, custom agents, authentication requirements, and follow-up sessions.
- Independent Verification: Poll task status, inspect artifacts and transcripts, validate changes in a throwaway clone, run tests, review diffs, and merge verified pull requests.
- Use Case: Delegate a self-contained feature with a reliable test suite, verify the returned branch independently, and merge it only after confirming the scope and acceptance criteria.
Quick Start
Use the copilot-orchestration skill to dispatch a well-specified coding task to GitHub Copilot, monitor its progress, independently verify the resulting pull request in a throwaway clone, and merge it when the tests and review pass.