wise-pr-request-review-auto

wise-pr-request-review-auto is a skill for Claude Code from e1024kb/wise-claude. It costs 152 tokens per session (907 once invoked), scanned A, original, MIT.

An automatic workflow that asks coding-review bots to inspect the pull request on the current Git branch.

In plain words
What is it for?
Use it when a pull request already exists and you want to attach GitHub Copilot review and trigger CodeRabbit.
Why use it?
It removes the need to choose human reviewers or manually request these bot reviews, and failed requests do not stop the workflow.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the wise plugin — 38 skills, 13 agents, 1 hook, 1 MCP server shipped together

Good fit Use it when a pull request already exists and you want to attach GitHub Copilot review and trigger CodeRabbit.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add e1024kb/wise-claude
Claude Code
/plugin install wise

Made for: Claude Code.

Or install wise, the plugin that ships this one along with the rest of its 38 skills, 13 agents, 1 hook, 1 MCP server.

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 wise-pr-request-review-auto

README.md
[![agentmods](https://agentmods.dev/badge/skills/e1024kb/wise-claude/wise-pr-request-review-auto/github.svg)](https://agentmods.dev/skills/e1024kb/wise-claude/wise-pr-request-review-auto)
Your own site
<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.

agentmods 80×15 button for wise-pr-request-review-auto

Your own site · 80×15
<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>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 907 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.00152 $0.00907
Opus 5 $0.00076 $0.00453
Sonnet 5 $0.00030 $0.00181
Haiku 4.5 $0.00015 $0.00091

Measured 4d ago against content hash 55377f305da3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

plugins/wise/skills/wise-pr-request-review-auto/SKILL.md · 89 lines

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.md
  • SKILL_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.

Read the full file on GitHub · 89 lines

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. 4d ago Changed · +21 lines 55377f305da3
  2. 10d ago First seen · 68 lines · 152 tokens per session scan A e3043886917f

Subscribe to this mod's changes

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.

Related

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…

fvadicamo/dev-agent-skills · 95 tokens

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…

fvadicamo/dev-agent-skills · 75 tokens

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.

NexaDuo/mARC · 81 tokens

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…

NexaDuo/mARC · 122 tokens

review

Run a full code review on current changes or specified files. Runs ruff lint, review-code agent, and security scan in sequence.

This-HW/claude-code-kit · 29 tokens

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…

PrabhdeepSingh/claude-plugins · 79 tokens