Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add e1024kb/wise-claude/plugin install wiseWrote 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.
[](https://agentmods.dev/skills/e1024kb/wise-claude/wise-pr-watch-auto)<a href="https://agentmods.dev/skills/e1024kb/wise-claude/wise-pr-watch-auto"><img src="https://agentmods.dev/badge/skills/e1024kb/wise-claude/wise-pr-watch-auto/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.
<a href="https://agentmods.dev/skills/e1024kb/wise-claude/wise-pr-watch-auto"><img src="https://agentmods.dev/badge/skills/e1024kb/wise-claude/wise-pr-watch-auto.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00334 | $0.02524 |
| Opus 5 | $0.00167 | $0.01262 |
| Sonnet 5 | $0.00067 | $0.00505 |
| Haiku 4.5 | $0.00033 | $0.00252 |
Grade A, and why
wise-pr-watch-auto 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/wise-pr-watch-auto — autonomous CI watch + bulk-fix loop
Why this skill exists
/wise-pr-watch is a long interactive loop that walks review queues
with the user. An unattended pipeline cannot stop to ask.
/wise-pr-watch-auto runs the same job as a round loop the Lead
Architect persona drives alone:
settle → gather → bulk-fix → push → re-review window → (settle …) → merge
One push per round, every handled thread resolved before that push, every wait a linear 2-minute poll that re-reads the PR state and the human-comment gate. It ends when a settled head has nothing actionable, never at "the bot posted another nit".
Copilot and CodeRabbit are review inputs, not merge gates. When one is
down the loop substitutes wise's own review
(review-fallback-auto.md), records it, and keeps going.
Arguments
Read $ARGUMENTS and split into whitespace-separated tokens:
-
--profile <low|medium|max>— per-run override of the session token-budget profile. -
--minutes <n>— wall-clock budget for the whole run (default 120).nmust be an integer in1..1440(one minute to one day). The loop stops withexhausted reason=wall-clockwhen it runs out. -
The first remaining token, if present, is
max_fix_attempts— the cap on commit-producing rounds. Ignore anything else. -
A
--profile/--minuteswith no value, or a value out of range, is an error — stop before the loop with the matching message:Unknown --profile value: <value> Usage: /wise-pr-watch-auto [<max-fix-attempts>] [--minutes <n>] [--profile low|medium|max]Unknown --minutes value: <value> (must be an integer 1-1440) Usage: /wise-pr-watch-auto [<max-fix-attempts>] [--minutes <n>] [--profile low|medium|max]
Resolve profile: the argument if given, else the session profile via
${CLAUDE_PLUGIN_ROOT}/references/profile-read.md (silent degrade to
medium). The profile scales budget only — never gates, verdicts or
merge rules:
| profile | max_fix_attempts default | fixer tier | Opus model (opus_model) |
|---|---|---|---|
low |
3 | prefer sonnet-grade focus | claude-opus-4-8 (MUST — never Opus 5) |
medium |
10 | today's defaults | opus |
max |
10 | today's defaults | opus |
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.
- 2d ago Changed · -4 lines · +23 tokens per session ee1a6c7591fe
- 3d ago Changed · +20 lines 046c94b8a711
- 4d ago Changed · +3 lines 90529ab536ae
- 9d ago First seen · 173 lines · 311 tokens per session scan A 212887591bda
wise-pr-watch-auto is a skill published in the GitHub repository e1024kb/wise-claude (4 stars, last pushed today), licensed MIT. It adds 334 tokens to every session and 2,524 once invoked, about $0.0017 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.
Other skills, from other repositories
release
Bump a plugin's version, write a detailed changelog entry for the upgrade skill to consume, and commit+push. Takes a plugin slug argument identifying which plugin under plugins/ to release. Use this skill whenever the user says "release", "version bump", "cut a release", "changelog and push", or finishes a set of…
pre-release-review
Run the pre-release gate for this multi-plugin monorepo: establish each plugin's release boundary from its last reachable tag to HEAD, audit every changed plugin's [Unreleased] changelog against the actual code diff, identify contract-surface and breaking changes, and, per the objective the user picks up front, either…
commit
Changelog and commit — lightweight motion for day-to-day plugin dev work in the monorepo. One commit per plugin scope; CHANGELOG and staging routed by detected slug. Trigger when the user says "commit", "commit this", "save this", "wrap this up", "let's commit", or finishes a change and wants to capture it. NOT for…
fleet-release
Use this skill whenever the user wants to release, ship, prep, or cut versions for two or more plugins together on the current branch. Trigger on phrasings like "release both plugins", "ship them together", "release all changed plugins", "fleet release", "multi-plugin release", "release in order", or "release…
spawn-session
Spawn a background Claude Code helper in its own git worktree, watch it until idle, and relay its report to the operator. Use when the operator says "spawn a helper", "spawn-session", "run this in a background session", or names /spawn-session.
github-pr-creation
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…