smithery.ai

monitor

Monitor a PR until CI is 100% green, fixing any failures

First seen Mar 26, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 511 B
  • docs SUMMARY.md 71 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Monitor this PR and ensure it's 100% green. If any CI checks fail, analyze the failure, fix the issue, and push the fix. Repeat until all checks pass.

Steps:

  1. Get current PR status with gh pr checks
  2. If all green, done
  3. If any failing, get the failure logs
  4. Analyze and fix the issue
  5. Commit and push the fix
  6. Sleep 60s between status checks (CI can take a while)
  7. Repeat until 100% green

$ARGUMENTS