What problem does it solve? When a pull request's CI checks fail, developers must manually dig through check logs, annotations, and output to find root causes. This Skill automates that investigation and applies the necessary code fixes directly in the current session. ## Core Features & Use Cases - Failure Analysis: Reads failed check information including check name, status, conclusion, details URL, annotations, and output to identify root causes such as compile errors, lint violations, or failing tests. - Targeted Code Fixes: Makes the necessary code changes to resolve failures while avoiding unrelated modifications. - Local Validation: Verifies fixes locally where possible by compiling, linting, or running relevant tests. - Use Case: After opening a pull request, you click the Fix Checks button in the Changes toolbar, and the Skill inspects the failed checks, fixes a lint error and a broken test, then validates the changes. ## Quick Start Ask the assistant to fix the failed CI checks for this session using the attached check information.