pr-review

pr-review is a skill for Claude Code from microsoft/aspire-skills. It costs 241 tokens per session (4,310 once invoked), scanned A, original, MIT.

An internal review process for pull requests, which are proposed code changes submitted for merging into a repository. It checks changes in the microsoft/aspire-skills repository for concrete defects and repository damage.

In plain words
What is it for?
Reviewing pull requests or the current branch in that repository, especially before merging changes.
Why use it?
It helps catch bugs, regressions, missing test coverage, unsafe commands, broken routing, and mismatches in the plugin manifest before code is merged.

Skill for Claude Code ✓ vendor

Written for Claude Code: Claude Code plugin machinery.

Part of the aspire plugin — 7 skills shipped together

Good fit Reviewing pull requests or the current branch in that repository, especially before merging changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/microsoft/aspire-skills/pr-review
About the project

Aspire Skills is a plugin and collection of instructions and extensions that help AI coding agents work with Aspire distributed applications. It guides agents through setting up, connecting, running, monitoring, and deploying these applications.

microsoft/aspire-skills · 86 stars · on GitHub · aspire.dev

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 microsoft/aspire-skills --skill pr-review
Clone the repo
git clone --depth 1 https://github.com/microsoft/aspire-skills

Made for: Claude Code.

Or install aspire, the plugin that ships this one along with the rest of its 7 skills.

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-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoft/aspire-skills/pr-review/github.svg)](https://agentmods.dev/skills/microsoft/aspire-skills/pr-review)
Your own site
<a href="https://agentmods.dev/skills/microsoft/aspire-skills/pr-review"><img src="https://agentmods.dev/badge/skills/microsoft/aspire-skills/pr-review/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-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/microsoft/aspire-skills/pr-review"><img src="https://agentmods.dev/badge/skills/microsoft/aspire-skills/pr-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 241 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,310 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00241 $0.04310
Opus 5 $0.00120 $0.02155
Sonnet 5 $0.00048 $0.00862
Haiku 4.5 $0.00024 $0.00431

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

Security

Grade A, and why

pr-review scanned grade A with 1 finding 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 6d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. **Safety-guardrail regression** — `dotnet run` → `aspire start`, `curl` → `aspire wait`,
.github/skills/pr-review/SKILL.md · 343 lines

How it starts

The opening of the file, as written. The whole thing — 343 lines — stays where its author put it; the contents beside it link to each section on GitHub.

pr-review

Internal author skill. Lives under .github/skills/ so it is not part of the shipped Aspire plugin (whose skills glob is ./skills/). Use this when reviewing PRs opened against microsoft/aspire-skills.

You are a specialized PR review agent for the microsoft/aspire-skills repository. Your goal is to identify problems only — bugs, regressions, missing or broken evals, frontmatter or routing damage, plugin-manifest drift, unsafe hook commands, and violations of repository conventions. Do not comment on style nits or add praise. Do not suggest improvements that aren't fixing a problem.

When to activate

Signal Activate?
User says "review this PR", "review the current branch", or "check before merge" ✅ Yes
gh pr view / gh pr diff / GitHub PR URL referencing this repo in conversation ✅ Yes
Working tree is microsoft/aspire-skills and there is a non-empty diff vs main ✅ Yes
User asks to review code in a consumer Aspire app ❌ No — defer to the user's normal review flow
User asks for runtime help with the aspire CLI ❌ No — route to the shipped aspire skill

CRITICAL: Step ordering

You MUST complete Step 1 (ensure the PR branch is available locally) BEFORE fetching PR diffs or file lists. Branch-discovery calls (e.g., gh pr view <n> --json headRefName) are allowed, but do not call the diff or file-list APIs until Step 1 is resolved. Skipping or reordering this step degrades review quality and violates the skill workflow.

Understanding the user's request

Parse the user's request to extract:

  1. PR identifier — a PR number (e.g., 5) or full URL (e.g., https://github.com/microsoft/aspire-skills/pull/5).
  2. Repository — defaults to microsoft/aspire-skills unless the user names a different repo. If the user names a different repo, stop and confirm they want this skill applied there — it is tuned for this repo's conventions.

Read the full file on GitHub · 343 lines

Files

What ships with it

4 files 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. 6d ago Changed 11e522f69140
  2. 10d ago First seen · 343 lines · 241 tokens per session scan A 78d4a2069bc9

Subscribe to this mod's changes

pr-review is a skill published in the GitHub repository microsoft/aspire-skills (86 stars, last pushed today), licensed MIT. It adds 241 tokens to every session and 4,310 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

meta-reviewing-ai-reviewing

AI integration review patterns. Use when reviewing model API calls, prompt construction, LLM output handling, RAG pipelines, and tool-calling code. Covers prompt-injection call-chain tracing, output validation, token budgets, retry/timeout handling, streaming, and key/PII exposure.

agents-inc/skills · 65 tokens

meta-reviewing-cli-reviewing

CLI code review patterns. Use when reviewing CLI applications built with Commander.js, @clack/prompts, picocolors. Covers exit codes, signal handling, error messages, user experience, testing adequacy.

agents-inc/skills · 49 tokens

meta-reviewing-api-reviewing

Backend code review patterns. Use when reviewing API routes, database operations, auth middleware, and server utilities. Covers injection, boundary validation, authorization coverage, secret/PII exposure, error leakage, and query patterns.

agents-inc/skills · 50 tokens

meta-reviewing-infra-reviewing

Infrastructure code review patterns. Use when reviewing CI/CD workflows, Dockerfiles, deployment configs, and IaC. Covers supply-chain pinning, secret exposure, container hygiene, least-privilege permissions, and deployment safety.

agents-inc/skills · 52 tokens

meta-reviewing-web-reviewing

UI component review patterns. Use when reviewing React components, hooks, props, state, styling, and accessibility. Covers rules of hooks, effect cleanup, render performance, list keys, keyboard and ARIA patterns.

agents-inc/skills · 49 tokens

shared-tooling-eslint-prettier

ESLint 9/10 flat config with defineConfig(), Prettier v3.0+ shared config, eslint-config-prettier integration, typescript-eslint v8+ projectService.

agents-inc/skills · 46 tokens