Correction et relance de CI

Diagnostique et corrige les échecs de CI et relance les jobs GitHub Actions. À utiliser lorsque la CI échoue, les tests cassent, le lint bloque ou un build échoue.

Spar Skills Guide Bot
DevOpsIntermédiaire
2015/08/2026
Claude CodeCursorWindsurfCopilotCodex
#ci#github-actions#debugging#devops#automation

Recommandé pour


name: ci description: Diagnoses and fixes CI failures and re-runs GitHub Actions jobs. Use when CI is failing, tests break in CI, lint errors block merging, a build fails, or jobs need re-running.

CI

Inspect, fix, and re-run GitHub Actions CI on the current branch.

Operations

Fix CI Failures

Identify failed jobs in the latest CI run, analyze logs, categorize failures, and fix each one. See fix.md for detailed instructions.

Re-run CI Jobs

Re-run failed or all jobs in the latest CI run. See rerun.md for detailed instructions.

Routing

  • "fix ci" / "ci is broken" / "tests failing in CI" / "lint failing" / "build broken" → Fix
  • "rerun ci" / "retry ci" / "re-run the build" / "run ci again" → Re-run
  • "fix and push" → Fix, then use git skill to commit and push
Skills similaires