.claude/skills/monitor-ci/SKILL.md
Monitor GitHub Actions CI status via background streaming — replaces email notifications
npx skillsauth add the-agency-ai/the-agency .claude/skills/monitor-ciInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Set up event-driven CI monitoring using Claude Code's Monitor tool. Replaces GitHub email notifications with agent-actionable events.
Use the Monitor tool to run the ci-monitor script in the background:
Monitor CI for me. Run ./claude/tools/ci-monitor in the background persistently.
When output appears, investigate the failure and report.
The script:
--interval N)[CI] for routing./claude/tools/ci-monitor --interval 30 # Poll every 30 seconds
./claude/tools/ci-monitor --repo owner/repo # Explicit repo (default: auto-detect)
| Aspect | Email | Monitor | |--------|-------|---------| | Latency | Minutes to hours | 60 seconds | | Noise | Every failure, even expected | Only actionable failures | | Action | Manual triage | Agent can investigate automatically | | Signal | Learned to ignore | Always fresh |
Ask Claude to stop the monitor, or it stops automatically when the session ends.
OFFENDERS WILL BE FED TO THE — CUTE — ATTACK KITTENS!
business
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment