What problem does it solve?
Broken GitHub Actions pipelines block pull requests and waste developer time, while debugging remote CI logs and reproducing failures locally is often slow and error-prone without structured guidance.
Core Features & Use Cases
- Failing Step Debugging: View detailed logs for failed CI run steps directly via the GitHub CLI or Actions tab to pinpoint root causes quickly.
- Local Reproduction: Use the act CLI to replicate CI jobs locally, test fixes, and validate changes without pushing code repeatedly.
- Pre-Flight Validation: Run checks that match CI unit, integration, and packaging jobs before pushing to catch issues early and avoid broken runs.
- Common Failure Fixes: Access curated solutions for frequent CI errors like Node version mismatches, missing dependencies, and misconfigured secrets.
- Use Case: If your PR fails the CI unit test job with a Node version error, use this skill to identify the mismatch, reproduce the job locally, and align versions across all workflow files.
Quick Start
Use the github-actions-ci skill to debug the failing GitHub Actions run for my current pull request and reproduce the failure locally with act.