What problem does it solve? When a GitHub App starts burning money through runaway PR creation, quota bypass, premium-model leakage, or duplicate job retries, this Skill provides an evidence-first operator workflow to trace the exact code path responsible and fix the highest-burn issue first. ## Core Features & Use Cases - Ingress-to-Worker Tracing: Maps webhook events through queue producers and consumers to find where expensive analysis paths converge. - Burn Pattern Detection: Identifies PR multiplication, post-enqueue quota races, free-tier premium routing, retry burn, and app-generated branch recursion. - Prioritized Fixing: Orders fixes by burn impact and verifies each with the smallest proving test before claiming resolution. - Use Case: A customer reports the app created dozens of duplicate PRs and exceeded their usage quota. Use this Skill to trace the synchronize-event handler, find the missing dedupe check, and verify the fix with a targeted integration test. ## Quick Start Audit the ECC-Tools repo to find why the GitHub App is creating duplicate PRs and bypassing usage limits.