What problem does it solve? Debugging failed GitHub Actions pipelines requires manually digging through lengthy logs to find root causes. This Skill automates failure analysis by fetching logs, categorizing errors, and proposing concrete code fixes. ## Core Features & Use Cases - Automated Log Analysis: Accepts pipeline or PR URLs, fetches failed job logs via the gh CLI, and categorizes errors into infrastructure, compilation, build, test, and lint types. - Specific Fix Proposals: Generates actionable fixes with file:line references and before/after diffs, confirmed with you before any code change is applied. - Token-Efficient Delegation: Offloads mechanical fixes (imports, syntax, assertions) to a local Ollama model, escalating complex issues to Claude. - Use Case: You paste a failed PR URL like https://github.com/owner/repo/pull/67, and the Skill identifies that lint errors and emulator timeouts caused the failure, then proposes the exact code changes to fix the lint violations. ## Quick Start Provide a GitHub Actions pipeline or pull request URL and ask to analyze the CI failures and propose fixes.