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 rules/danielsmithdevelopment/clawql/git-pr-merge-wait-cigit clone --depth 1 https://github.com/danielsmithdevelopment/ClawQLWhat 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.00253 | $0.00253 |
| Opus 5 | $0.00127 | $0.00127 |
| Sonnet 5 | $0.00051 | $0.00051 |
| Haiku 4.5 | $0.00025 | $0.00025 |
Grade A, and why
git-pr-merge-wait-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
Git / PR merges — wait for CI
When merging pull requests (GitHub / gh pr merge):
- Never merge immediately after creating a PR or without verifying CI.
- Always wait for required checks to finish and pass before merging.
gh pr merge --autois not sufficient by itself: if the repository does not require specific status checks in branch protection, GitHub may merge immediately when you use--auto, before workflows finish. Do not rely on--autoalone.- Before merge, run:
gh pr checks <n> --watch --fail-fastand confirm it exits 0 (all checks finished and passed). Alternatively pollgh pr checks <n> --jsonuntil no check is pending and none failed. - Only then run
gh pr merge <n> --merge(merge-after-green). Prefer this sequence over trusting--autounless you have verified branch protection blocks merge until required checks pass.
If branch protection blocks merge until green, do not bypass it. Do not assume checks are optional.
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 · 17 lines · 253 tokens per session scan A 27cb6a334e57
git-pr-merge-wait-ci is a cursor rule published in the GitHub repository danielsmithdevelopment/ClawQL (12 stars, last pushed 3d ago), licensed Apache-2.0. It adds 253 tokens to every session, about $0.0013 per session on Opus 5. 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 cursor rules, from other repositories
40-deploy
For PM2 processes, GitHub Actions, health checks, and production operations.
beanstalk-deploy
Robust deployment patterns for Elastic Beanstalk with GitHub Actions, Pulumi, and edge case handling.
workflow-ci
Testing and verification workflow expectations.
ci-scripts-maintenance
CI and script maintenance after software updates.
test-headless-github-actions
Run Maven tests with GITHUBACTIONS=true so @WebTest Chrome is headless.
cursorrules
When the user asks about ci cd generator, use ci-cd-generator-ai-mcp tools: generatepipeline, validateconfig, listtemplates, optimizestages.