pr-monitor

pr-monitor is a skill for Claude Code, Codex from JansenAnalytics/claudex. It costs 59 tokens per session (438 once invoked), scanned A, original, MIT.

A monitor for GitHub repositories that checks pull requests and continuous integration (CI), the automated build and test checks run for code changes.

In plain words
What is it for?
Use it to watch main-branch CI failures, pull requests waiting for review, failing pull-request checks, and stale pull requests, then send alerts.
Why use it?
It helps teams notice failed checks, overdue reviews, and inactive pull requests before they are overlooked.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to watch main-branch CI failures, pull requests waiting for review, failing pull-request checks, and stale pull requests, then send alerts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jansenanalytics/claudex/pr-monitor
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.

Any agent
npx skills add JansenAnalytics/claudex --skill pr-monitor
Clone the repo
git clone --depth 1 https://github.com/JansenAnalytics/claudex

Made for: Claude Code, Codex.

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 pr-monitor

README.md
[![agentmods](https://agentmods.dev/badge/skills/jansenanalytics/claudex/pr-monitor/github.svg)](https://agentmods.dev/skills/jansenanalytics/claudex/pr-monitor)
Your own site
<a href="https://agentmods.dev/skills/jansenanalytics/claudex/pr-monitor"><img src="https://agentmods.dev/badge/skills/jansenanalytics/claudex/pr-monitor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pr-monitor

Your own site · 80×15
<a href="https://agentmods.dev/skills/jansenanalytics/claudex/pr-monitor"><img src="https://agentmods.dev/badge/skills/jansenanalytics/claudex/pr-monitor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 438 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.00059 $0.00438
Opus 5 $0.00030 $0.00219
Sonnet 5 $0.00012 $0.00088
Haiku 4.5 $0.00006 $0.00044

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

Security

Grade A, and why

pr-monitor 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 8d 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.

skills/pr-monitor/SKILL.md · 61 lines

What it actually says

PR / CI Monitor Skill

Use when: checking GitHub repo health, investigating why an alert fired, or adding a new repo to watch.

Check status of all repos now

node ${PR_MONITOR_HOME:-$HOME/projects/pr-monitor}/status.cjs

Run monitor now (dry run)

node ${PR_MONITOR_HOME:-$HOME/projects/pr-monitor}/monitor.cjs --dry-run

Run monitor and send real alerts if needed

node ${PR_MONITOR_HOME:-$HOME/projects/pr-monitor}/monitor.cjs

Cron

Runs every 30 minutes.

What it watches

  • CI failures on main/master branch
  • Open PRs awaiting review for >24h (non-draft, non-WIP)
  • Open PRs with failing CI checks
  • Stale PRs (no activity in 7 days)

Repos watched

All JansenAnalytics repos (auto-discovered). Exclusions in config.json.

Alert cooldown

4 hours per issue — won't spam on persistent failures.

Config

${PR_MONITOR_HOME:-$HOME/projects/pr-monitor}/config.json

Add a new repo (force-include)

node ${PR_MONITOR_HOME:-$HOME/projects/pr-monitor}/add-repo.cjs JansenAnalytics/some-new-repo

Files

  • monitor.cjs — main cron script
  • status.cjs — status table (reads last-run.json)
  • add-repo.cjs — force-add a repo to config
  • config.json — settings, exclusions, cooldowns
  • state.json — cooldown tracking (auto-managed)
  • last-run.json — last run results (read by status.cjs)
  • monitor.log — log file
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 61 lines · 59 tokens per session scan A b9053baa14e0

Subscribe to this mod's changes

pr-monitor is a skill published in the GitHub repository JansenAnalytics/claudex (5 stars, last pushed 2mo ago), licensed MIT. It adds 59 tokens to every session and 438 once invoked, about $0.0003 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-09-03.