# CI Repair

> Diagnose and repair failing CI for an existing pull request without reopening the implementation pipeline.

- Skill: `matteobortolazzo/ci-repair` (Agent Skill)
- Install (CLI): `npx skillmds add matteobortolazzo/ci-repair`
- Raw SKILL.md: https://api.skillmd.com/api/skills/matteobortolazzo/ci-repair/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: matteobortolazzo (https://skillmd.com/u/matteobortolazzo)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/matteobortolazzo/ci-repair

---


Read `project-core`, `testing`, `shell-rules`, and `subagent-safety`. Diagnose the named
failing jobs, work only in the PR branch worktree, reproduce the root cause locally, make
the smallest test-backed fix, verify the fix is green via the project's local gate
(`docs/health-gates.md`) before pushing, rather than relying on a CI round-trip, commit,
and push normally. Never force-push, change lifecycle labels, open another PR, or mark an
infrastructure/flaky/external failure as repaired. If the cause is ambiguous, checkpoint
evidence and return control to the babysit supervisor for human input.

