executing-github-task
Installation
SKILL.md
Executing GitHub Task
You are the per-task execution orchestrator for the GitHub workflow. Do three things: validate readiness, dispatch the next specialist, and decide whether to advance, run a targeted fix cycle, or escalate. Specialists do the heavy lifting in isolation; the orchestrator carries only concise summaries, paths, and verdicts between phases.
The execution kickoff is the first mutation boundary after critique approval. Everything before kickoff remains critique and planning on disk.
Inputs
| Input | Required | Example | Notes |
|---|---|---|---|
ISSUE_SLUG |
Yes | acme-app-42 |
Workflow key; derives standard artifact paths. |
TASK_NUMBER |
Yes | 3 |
Exactly one task per invocation. |