Debug failed GitHub Action jobs

analyze-ciskillsetup L24
tools-only/X-Skills
What it does

Analyze CI/CD pipeline performance and failures

Best for

Spotting which CI jobs consistently fail or timeout, and which tests are flaky, so you can prioritize fixes by impact

Inputs
  • · CI logs (GitHub Actions, GitLab CI, etc.)
  • · Time range
Outputs
  • · Build success rate
  • · Slowest job breakdown
  • · Flaky test detection
  • · Failure root causes
Requires
  • · CI provider API or log files
  • · Log parser
  • · Statistical analysis
Preconditions

CI logs accessible; time range specified; jobs have consistent naming

Failure modes
  • · Log format unrecognized
  • · Job names inconsistent
  • · Timeout vs real failure indistinguishable
Trust signals
  • · Analyzes actual CI logs (not metrics)
  • · Flaky test detection stateful (multiple runs)
  • · Root cause correlations