What problem does it solve? Draining multiple pending ether-pro jobs serially in one session forces unrelated repositories to wait on each other and bloats a single context window. This Skill fans independent work out to fresh parallel subagents so jobs across different target repos run concurrently. ## Core Features & Use Cases - Queue draining and grouping: Runs ether job pending across all job types, then partitions jobs by their target repo so only independent targets are parallelized. - Parallel subagent dispatch: Issues one Agent tool call per target group in the same message, building each subagent prompt from the shared role files at skills/_shared/roles/<job-type>.prompt. - Confirmation gating: Surfaces any should-confirm pauses from subagents to the user instead of letting parallel execution become unattended, and summarizes one line per target. - Use Case: You have five pending jobs — two repo reviews on repo A, a PR author job on repo B, and two PR reviews on repo C. The Skill dispatches three subagents in parallel, one per repo, and reports outcomes, tiers, and artifacts per target. ## Quick Start Run all pending ether jobs across my repos in parallel and summarize the results per target.