·ci-monitoring
</>

ci-monitoring

Use after creating PR - monitor CI pipeline, resolve failures cyclically until green or issue is identified as unresolvable

4Installs·0Trend·@troykelly

Installation

$npx skills add https://github.com/troykelly/codex-skills --skill ci-monitoring

How to Install ci-monitoring

Quickly install ci-monitoring AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/troykelly/codex-skills --skill ci-monitoring
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: troykelly/codex-skills.

SKILL.md

View raw

If CI finds a bug you didn't find locally, your local testing was insufficient. Before blaming CI, ask yourself: Did you run all tests locally? Did you test against local services (postgres, redis)?

Did you run the same checks CI runs? 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.

Use after creating PR - monitor CI pipeline, resolve failures cyclically until green or issue is identified as unresolvable Source: troykelly/codex-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/troykelly/codex-skills --skill ci-monitoring
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from troykelly/codex-skills

Quick answers

What is ci-monitoring?

Use after creating PR - monitor CI pipeline, resolve failures cyclically until green or issue is identified as unresolvable Source: troykelly/codex-skills.

How do I install ci-monitoring?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/troykelly/codex-skills --skill ci-monitoring Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/troykelly/codex-skills