Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/liam-hq/liam/monitor-cigit clone --depth 1 https://github.com/liam-hq/liamWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00364 |
| Opus 5 | $0.00000 | $0.00182 |
| Sonnet 5 | $0.00000 | $0.00073 |
| Haiku 4.5 | $0.00000 | $0.00036 |
Grade A, and why
monitor-ci scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Monitor CI Checks
Monitors pull request CI checks until they are resolved (pass or fail).
Usage
When asked to monitor CI checks, Claude will:
- Run
gh pr checks --watchto continuously monitor the status - Wait until all checks are completed
- Report the final status of all checks
- If checks fail, analyze the failure logs and suggest fixes
Command
# Monitor PR checks in watch mode
gh pr checks --watch
# Alternative: Check status once
gh pr checks
# View specific check details if needed
gh pr checks --verbose
Workflow
- Start Monitoring: Run
gh pr checks --watchimmediately after PR creation or when requested - Track Progress: The command will show real-time updates of all CI checks
- Completion: Wait until all checks show as either ✓ (passed) or X (failed)
- Action on Failure:
- If any checks fail, use
gh pr checks --verboseto get detailed logs - Analyze the failure and suggest or implement fixes
- After fixes, push changes and monitor again
- If any checks fail, use
Example Output
Refreshing checks status every 10 seconds. Press Ctrl+C to quit.
NAME STATUS CONCLUSION
Build completed success ✓
Lint completed success ✓
Test completed failure X
Type Check in_progress - ◐
Some checks were not successful
Important Notes
- The
--watchflag refreshes every 10 seconds - Press Ctrl+C to stop monitoring
- Always wait for all checks to complete before proceeding
- If checks fail, investigate and fix issues before merging
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 56 lines · 0 tokens per session scan A 8947e612b53f
monitor-ci is a command published in the GitHub repository liam-hq/liam (5,100 stars, last pushed 5d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 364 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
fixing-pr
Fix CI failures and address PR review comments.
testarch-ci
Scaffold CI/CD quality pipeline with test execution. Use when the user says ""lets setup CI pipeline"" or ""I want to create quality gates"".
k8s-dev
Manage a production-like Lightdash deployment on AWS EKS. Args: (none) = show status, up = idempotently provision + deploy, deploy = build this branch → ECR → roll the deployment, logs = tail backend/scheduler, psql = shell into the bundled postgres, down = tear everything down to stop spend.
healthcheck
Trigger the Health Check GitHub Actions workflow and report the result.
monitor-ci
You are the orchestrator for monitoring Nx Cloud CI pipeline executions and handling self-healing fixes. You spawn the ci-monitor-subagent subagent to poll CI status and make decisions based on the results.
actions
Command "actions" from openclaw/crabbox, covering actions, subcommands, hydrate, register and dispatch.