ci-monitoring

Installation
SKILL.md

CI Monitoring

Overview

Monitor CI pipeline and resolve failures until green.

CRITICAL: CI is validation, not discovery.

If CI finds a bug you didn't find locally, your local testing was insufficient.

Before blaming CI, ask yourself:

  1. Did you run all tests locally?
  2. Did you test against local services (postgres, redis)?
  3. Did you run the same checks CI runs?
  4. Did you run integration tests, not just unit tests with mocks?

CI should only fail for: environment differences, flaky tests, or infrastructure issues—never for bugs you could have caught locally.

Core principle: CI failures are blockers. But they should never be surprises.

Related skills
Installs
5
GitHub Stars
6
First Seen
Feb 10, 2026