Skip to content

/ci-fix

Find the cause of red CI checks and verify the repair.

What it does

Diagnoses failing GitHub Actions and Git hooks, reproduces the relevant failure, and verifies affected behavior before pushing a repair. Uses measured runtimes to choose useful test scopes and checks that the current commit has the required CI coverage. Audit and optimization modes report without changing files.

When to reach for it

When CI is failing, a hook is broken, or you want an evidence-based audit of check health and runtime.

It's working if

  • A red check comes back with a cause and a verified repair.
  • The report names which tests ran and which commit they checked.
  • A passing diagnostic is kept separate from the required CI result.

Install this skill

Then type /ci-fix in your agent.

npx skills@latest add smorinlabs/smorinlabs-harness -s ci-fix

Or install the whole repo-hygiene plugin — this skill plus 4 others.

/plugin install repo-hygiene@smorinlabs-harness

Where it fits

  • /pr-merge-flow — handles review threads and the merge after the checks are ready.