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-request-review-auto)<a href="https://agentmods.dev/skills/e1024kb/wise-claude/wise-pr-request-review-auto"><img src="https://agentmods.dev/badge/skills/e1024kb/wise-claude/wise-pr-request-review-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-request-review-auto"><img src="https://agentmods.dev/badge/skills/e1024kb/wise-claude/wise-pr-request-review-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.00152 | $0.00907 |
| Opus 5 | $0.00076 | $0.00453 |
| Sonnet 5 | $0.00030 | $0.00181 |
| Haiku 4.5 | $0.00015 | $0.00091 |
Grade A, and why
wise-pr-request-review-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 4d 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 — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/wise-pr-request-review-auto — request bot review, autonomously
Why this skill exists
/wise-pr-add-reviewers asks the user whether to add human reviewers
and which ones. An unattended ticket→PR pipeline can't stop to ask.
/wise-pr-request-review-auto requests the bot reviews — attaches
Copilot and triggers CodeRabbit — and nothing else, no prompts. It is
also the reusable building block the ticket-auto workflow's
request-review step follows.
Arguments
This skill takes no arguments. Ignore anything the user types beyond the skill name.
Run on another harness (--on)
If $ARGUMENTS contains --on <harness>[:<model>[:<effort>]] (or
--on ask / a bare --on), do
NOT run the procedure below in this conversation. Strip the --on
tokens (everything left is SKILL_ARGS), then read
${CLAUDE_PLUGIN_ROOT}/references/dispatch.md and follow it with:
SKILL_MD=${CLAUDE_PLUGIN_ROOT}/skills/wise-pr-request-review-auto/SKILL.mdSKILL_ARGS= the remaining tokens
--on ask (or a bare --on) picks harness, model and effort through
one composite AskUserQuestion before any child spawns — the ONE
sanctioned prompt in this skill: it happens at invocation time, so the
dispatched run itself stays decision-free.
The reference probes the harness login, validates model and effort
against the engine catalog, and runs the procedure as a headless child
via engine.sh dispatch; you only relay its result. Without --on,
this section does not apply.
Procedure
1. Verify a PR exists for the current branch
git rev-parse --show-toplevel
gh pr view --json number,url
If gh pr view fails (no PR for this branch), stop with a clear
message pointing at /wise-pr-create-auto.
2. Follow the shared fragment
Read ${CLAUDE_PLUGIN_ROOT}/workflows/ticket-auto/prompts/request-review-auto.md
and follow it with pr_number and project.path (the toplevel). It
attaches Copilot (CLI shorthand, GraphQL fallback) and triggers
CodeRabbit (@coderabbitai review), idempotently and best-effort.
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.
- 4d ago Changed · +21 lines 55377f305da3
- 10d ago First seen · 68 lines · 152 tokens per session scan A e3043886917f
wise-pr-request-review-auto is a skill published in the GitHub repository e1024kb/wise-claude (4 stars, last pushed today), licensed MIT. It adds 152 tokens to every session and 907 once invoked, about $0.0008 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
github-pr-review
Handles PR review comments and feedback resolution. Use when user wants to resolve PR comments, handle review feedback, fix review comments, address PR review, check review status, respond to reviewer, verify PR readiness, review PR comments, analyze review feedback, evaluate PR comments, assess review suggestions, or…
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…
tech-lead
Channel operator (IRC handle @techlead) for the mARC agent team. Compiles chat demands into ready-to-execute work, records them on the GitHub Project board/Issues, and dispatches to specialists (@dev, @sre, @design, @sec, @rev, @research). Invoke with /tech-lead to turn discussion into tracked, delegated tasks.
init
Opt-in onboarding for the mARC agent team. Scaffolds a per-repo team binding so the team graduates from ephemeral session-memory to persistent, versioned config — without ever writing a file silently. Discovers the repo's org/repo/ project at runtime via gh, prefills {{ agentsdir }}/team.toml, and (optionally) a lean…
review
Run a full code review on current changes or specified files. Runs ruff lint, review-code agent, and security scan in sequence.
self-review
Surface the riskiest parts of the current diff so a reviewer knows where to look hardest — one inline pass on small diffs, one cold read on a cheaper model tier with in-session synthesis on substantial ones. INVOKE PROACTIVELY whenever a change is finished and about to be handed off, reviewed, or shipped. It points…