What problem does it solve?
When a Comet pull request shows red CI checks, it is hard to tell whether the failure comes from production code, test fixtures, toolchain drift, stale runs, or coverage thresholds. This Skill performs evidence-based triage of GitHub Actions and Codecov results so you know the real root cause before attempting any fix.
Core Features & Use Cases
- Accurate Remote State Inspection: Resolves the PR's current head SHA, runs
gh pr checks, and inspects failed job logs with gh run view --log-failed instead of trusting aggregated summaries.
- Failure Classification: Categorizes red results into production code, test fixtures, generated runtime drift, toolchain/platform issues, credentials, stale checks, or unresolved coverage thresholds.
- Codecov Verification: Uses available APIs to check affected files and patch coverage metadata when the Codecov page is incomplete.
- Use Case: A Comet PR shows a failing job and a Codecov warning. Use this Skill to confirm the checks belong to the current head, extract the real failure boundary from logs, and report the root cause with minimal next actions.
Quick Start
Use the comet-github-ci-triage skill to find the real cause of the failing CI checks on my Comet pull request.