When your GitHub Actions go red, this skill pulls the logs, identifies what broke, implements a minimal fix, and pushes it to a dedicated branch without opening a PR. It walks through the full workflow: locating the failing run via gh CLI, extracting failure logs, diagnosing common patterns like build errors or flaky tests, and verifying the fix works. The approach is practical and safety-conscious, warning against broadening workflow permissions just to make tests pass and preferring deterministic code fixes over workflow plumbing. It's designed for the common case where you need CI green again but don't want to guess at solutions or manually hunt through log output across multiple failed jobs.
npx -y skills add warpdotdev/oz-skills --skill ci-fix --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
kubesphere/kubesphere
supercent-io/skills-template