What problem does it solve? Coordinating a multi-issue GitHub epic implemented by an automated coding bot requires constant human oversight: triggering work, answering design questions, reviewing PRs, verifying CI and SonarCloud results, and merging safely. This Skill turns that into a disciplined, repeatable tick-based workflow where the operator never writes code but keeps the epic moving to completion. ## Core Features & Use Cases - Tick-based orchestration loop: Each run verifies identity, fetches fresh epic state via gh, evaluates every child issue against a state machine (not started, awaiting design answer, PR open), and takes exactly one appropriate action. - Strict C1-C6 PR gate: A sequential checklist covering CI status, SonarCloud zero-new-issues verification (beyond the misleading quality-gate banner), Copilot review requests via the only working method (gh pr edit --add-reviewer @copilot), finding verification against actual source, merge, and sibling-PR rebase notification. - Failure discrimination: Distinguishes real code failures from external outages (e.g., SonarCloud 5xx) before asking the bot to fix anything, and escalates genuinely ambiguous or risky decisions to the user. - Use Case: A team lead has an epic with 8 sub-issues being implemented by a bot account. They invoke this Skill periodically to check status, answer the bot's design questions, request and verify Copilot reviews, and merge clean PRs until the epic closes. ## Quick Start Ask the assistant to orchestrate epic #N in this repository, providing the orchestrator GitHub account, the bot account name, the trigger label, and the WIP limit.