Find failing CI jobs, inspect logs, and apply focused fixes
Scanned 9/2/2026
Install to Claude Code
npx -y skills add nota-america/forgecat-agent-profiles --skill fix-ci --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fix Ci?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nota-america-fix-ci-3e86b330)More formats (shields.io, HTML) on the badges page.
---
name: fix-ci
description: Find failing CI jobs, inspect logs, and apply focused fixes
---
# Fix CI
## Trigger
Branch CI is failing and needs a fast, iterative path to green checks.
## Workflow
1. Identify the latest run for the current branch.
2. Inspect failed jobs and extract the first actionable error.
3. Apply the smallest safe fix.
4. Re-run CI and repeat until green.
## Guardrails
- Fix one actionable failure at a time.
- Prefer minimal, low-risk changes before broader refactors.
## Output
- Primary failing job and root error
- Fixes applied in iteration order
- Current CI status and next action
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!