nyann:wait-for-pr-checks

nyann:wait-for-pr-checks is a command for Claude Code from thettwe/nyann. It costs 41 tokens per session (590 once invoked), scanned A, original, MIT.

A command that checks a GitHub pull request repeatedly until its automated checks pass, one fails, or a time limit is reached. Pull request checks are automated tests and other validations run by GitHub or connected services.

In plain words
What is it for?
Use it when you need to wait for CI before merging, or when you want to monitor a pull request's checks to completion.
Why use it?
It saves you from repeatedly refreshing the pull request while waiting for checks to finish. It reports whether the request passed, failed, timed out, had no checks, or could not be checked.

Command for Claude Code

Written for Claude Code: arguments in frontmatter. Also seen: mentions Claude Code.

Part of the nyann plugin — 41 skills, 41 commands, 3 hooks shipped together

Good fit Use it when you need to wait for CI before merging, or…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/thettwe/nyann/wait-for-pr-checks
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.

Clone the repo
git clone --depth 1 https://github.com/thettwe/nyann

Made for: Claude Code.

Or install nyann, the plugin that ships this one along with the rest of its 41 skills, 41 commands, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nyann:wait-for-pr-checks

README.md
[![agentmods](https://agentmods.dev/badge/commands/thettwe/nyann/wait-for-pr-checks.svg)](https://agentmods.dev/commands/thettwe/nyann/wait-for-pr-checks)
Your own site
<a href="https://agentmods.dev/commands/thettwe/nyann/wait-for-pr-checks"><img src="https://agentmods.dev/badge/commands/thettwe/nyann/wait-for-pr-checks.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 590 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00041 $0.00590
Opus 5 $0.00020 $0.00295
Sonnet 5 $0.00008 $0.00118
Haiku 4.5 $0.00004 $0.00059

Measured 7d ago against content hash 8f99e58ceaa0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

nyann:wait-for-pr-checks 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 7d 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.

commands/wait-for-pr-checks.md · 56 lines

What it actually says

Plugin root: This is a Claude Code plugin, NOT a CLI tool. Do NOT search via which, npm list, pip list, or brew list. This file is at <plugin_root>/commands/. All scripts: <plugin_root>/bin/. Read the matching skills/*/SKILL.md for the full flow.

/nyann:wait-for-pr-checks

Wraps bin/wait-for-pr-checks.sh. Same gh-best-effort pattern as the rest of the GitHub-touching scripts: never prompts for credentials, soft-skips when gh is missing or unauthenticated.

Outcome Exit code Meaning
pass 0 every check completed with a passing conclusion
no-checks 0 PR has no checks attached (treat as pass)
skipped 0 gh unreachable or PR couldn't be resolved
fail 3 at least one check failed; loop bailed early
timeout 3 deadline reached, some still in progress

When to invoke

  • "wait for CI to finish on this PR" → run this.
  • "block until checks are green before I merge" → run this, then merge on outcome: "pass".
  • "babysit the PR, ping me when it's done" → run this; the stderr log line emits per-poll progress.

When NOT to invoke

  • The user wants to merge immediately when checks pass — use /nyann:ship (server-side, doesn't tie up the terminal).
  • The user just wants the current status snapshot — gh pr checks <num> directly.

See also:

  • /nyann:ship — combines commit, PR, and merge into a single flow.
  • /nyann:release — uses this script to gate the tag step on green checks (when invoked with --wait-for-checks).
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. 7d ago First seen · 56 lines · 41 tokens per session scan A 8f99e58ceaa0

Subscribe to this mod's changes

nyann:wait-for-pr-checks is a command published in the GitHub repository thettwe/nyann (6 stars, last pushed 8d ago), licensed MIT. It adds 41 tokens to every session and 590 once invoked, about $0.0002 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-31.

Related

Other commands, from other repositories