# Fix CI

> Find failing CI jobs, inspect logs, and apply focused fixes

- Skill: `ledgerhq/fix-ci` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ledgerhq/fix-ci`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ledgerhq/fix-ci/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ledgerhq (https://skillmd.com/u/ledgerhq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ledgerhq/fix-ci

---


# 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
