elitan / monitor
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/monitor && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2929" && unzip -o skill.zip -d .claude/skills/monitor && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/monitor/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Monitor a PR until CI is 100% green, fixing any failures
0 views
0 installs
Skill Content
--- name: monitor description: Monitor a PR until CI is 100% green, fixing any failures --- 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