ci-auto-fix
Installation
SKILL.md
CI Auto-Fix
Diagnose and fix a failed CI check, then verify it passes. Generic across repositories; currently implements the GitHub Actions path via gh.
Input
The user provides one of:
- A GitHub Actions check/run URL (e.g.,
https://github.com/owner/repo/actions/runs/12345678) - A check run ID or workflow run ID
- A PR URL with failing checks (e.g.,
https://github.com/owner/repo/pull/42)
The argument is: $ARGUMENTS
Step 1: Identify the failure
Based on the input provided:
- If a run URL or run ID was given, fetch the failed job logs:
Related skills