Delegates implementation tasks to GitHub Copilot by creating well-structured GitHub issues. Use this skill when asked to delegate work, create GitHub issues for implementation, assign tasks to Copilot, or enable parallel development.
This skill helps delegate implementation tasks to GitHub Copilot's coding agent by creating well-structured GitHub issues with complete requirements.
specs/tasks/Read the complete task file from specs/tasks/ to understand:
Use the GitHub MCP server to create an issue with:
Title: Clear, concise task name (e.g., "Implement user authentication API")
Description: Include ALL of the following:
specs/features/specs/prd.mdspecs/adr/) for coding standardsLabels: Add appropriate labels:
feature, bug, enhancement, etc.backend, frontend, infrastructure, etc.priority:high, priority:medium, priority:lowOnce the issue is created:
specs/tasks/ with the GitHub issue link[Full task description]
Before delegating, verify:
See templates/issue-template.md for the GitHub issue format.
See examples/sample-github-issue.md for a complete example.