git-pr-merge-wait-ci

A GitHub pull-request rule that requires automated checks to finish and pass before a change is merged.

In plain words
What is it for?
Use it when reviewing and merging pull requests, especially when checks may still be running.
Why use it?
It prevents unfinished or failing tests and other checks from entering the main code branch.

Cursor rule for Cursor

Install

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.

agentmods
npx agentmods add rules/danielsmithdevelopment/clawql/git-pr-merge-wait-ci
Clone the repo
git clone --depth 1 https://github.com/danielsmithdevelopment/ClawQL

Made for: Cursor.

Per session 253 This file is loaded in full into every session.
When invoked 253 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce 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

Measured 3d ago against content hash 27cb6a334e57, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.cursor/rules/git-pr-merge-wait-ci.mdc · 17 lines

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 --auto is 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 --auto alone.
  • Before merge, run: gh pr checks <n> --watch --fail-fast and confirm it exits 0 (all checks finished and passed). Alternatively poll gh pr checks <n> --json until no check is pending and none failed.
  • Only then run gh pr merge <n> --merge (merge-after-green). Prefer this sequence over trusting --auto unless 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.

Changes

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.

  1. 3d ago First seen · 17 lines · 253 tokens per session scan A 27cb6a334e57

Subscribe to this mod's changes

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.