What problem does it solve? When CI checks fail on a pull request, developers must manually read check output, trace root causes, and patch code. This Skill automates that loop by reading failed check annotations and output, identifying root causes, and making the necessary code changes. ## Core Features & Use Cases - Failure Analysis: Reads failed check details including status, conclusion, annotations, and output to pinpoint compile errors, lint violations, or failing tests. - Targeted Code Fixes: Applies only the changes needed to resolve CI failures, avoiding unrelated modifications. - Local Validation: Verifies fixes by compiling, linting, or running relevant tests before finishing. - Use Case: A pull request fails lint and unit test checks. Trigger this Skill from the Fix Checks button to have the failures diagnosed and corrected automatically. ## Quick Start Ask the assistant to fix the failed CI checks for this session using the attached check output and annotations.