Skip to content

/ci-audit

Audit, fix, and monitor CI and pre-commit hooks.

What it does

Covers the whole CI surface: whether GitHub Actions are passing, why they are not, whether pre-commit hooks are actually running, and whether the workflow files themselves lint clean.

When to reach for it

"CI is broken", "are the actions passing", or the quieter version — "are the hooks even running?"

It's working if

  • A red check comes back with a cause, not a link to the log.
  • It finds a hook that is configured but has not actually fired in months.
  • A workflow file with a mistake in it gets caught before the next push finds it.

Install this skill

Then type /ci-audit in your agent.

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

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

/plugin install repo-hygiene@smorinlabs-harness

Where it fits

  • /pr-merge-flow — the review-side sibling; this one owns the red checks.