prp: Skill for Claude Code

.agents/skills/prp-maintainer-triage/SKILL.md

prp-maintainer-triage is a skill for Claude Code, Codex from Wirasm/prp. It costs 116 tokens per session (386 once invoked), scanned A, original, MIT.

A lightweight workflow for checking a GitHub pull request or reported issue against a repository's policies and basic evidence. It focuses on initial triage rather than a complete code review or root-cause investigation.

In plain words
What is it for?
Use it to triage contributor pull requests, sanity-check changes, reproduce reported issues, and decide their initial disposition.
Why use it?
It helps maintainers quickly decide whether a contribution or bug report is clear, reproducible, and ready for further work. It prevents a pull request and an issue from being sent through the wrong review process.

Skill for Claude CodeCodex

Written for Claude Code: $ARGUMENTS substitution. Also seen: positional $N argument; installed under .agents/ (shared by several agents); $skill-name invocation.

This is Wirasm/prp's own configuration. It tells Claude Code and Codex how to work on prp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything prp configures →

View source ↗ Wirasm/prp
About the project

PRP is a collection of prompts and workflows for AI-assisted software development with Claude Code. Its Product Requirement Prompts combine product requirements, selected codebase context, and an execution runbook so a coding agent can implement a vertical slice of software. The catalogue entries are the project’s own skills, agents, instructions, hook, and plugin workflows.

Wirasm/prp · 2,242 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to Wirasm/prp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Wirasm/prp/development/.agents/skills/prp-maintainer-triage/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Wirasm/prp

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 prp-maintainer-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/wirasm/prp/prp-maintainer-triage.svg)](https://agentmods.dev/skills/wirasm/prp/prp-maintainer-triage)
Your own site
<a href="https://agentmods.dev/skills/wirasm/prp/prp-maintainer-triage"><img src="https://agentmods.dev/badge/skills/wirasm/prp/prp-maintainer-triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 386 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. 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.00116 $0.00386
Opus 5 $0.00058 $0.00193
Sonnet 5 $0.00023 $0.00077
Haiku 4.5 $0.00012 $0.00039

Measured today against content hash 8e96f1d36e6e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

prp-maintainer-triage 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 today.

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.

.agents/skills/prp-maintainer-triage/SKILL.md · 25 lines

What it actually says

Arguments: $ARGUMENTS (and $1, $2, ...) refer to the arguments given when this skill was invoked. Take them from the user's request; if absent, infer them from the conversation.

Maintainer Triage

Resolve one GitHub pull request or issue, then load only its lightweight triage workflow.

Input: $ARGUMENTS (if absent, use the target named in the conversation).

Determine the target type from GitHub metadata, not keyword guesses. For a bare number, resolve a pull request with that number first, then an issue. If no single target can be resolved, ask the user which PR or issue to triage.

  • Pull request — read references/pr-triage.md completely, then execute it end to end with the original input. Do not read the issue workflow.
  • Issue — read references/issue-triage.md completely, then execute it end to end with the original input. Do not read the PR workflow.

Do not triage both kinds in one invocation or route into a heavier workflow.

Resources

  • references/pr-triage.md — lightweight contributor PR policy and reviewability triage
  • references/issue-triage.md — lightweight issue reproduction and disposition
Files

What ships with it

2 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. today Changed · -1 lines · +30 tokens per session 8e96f1d36e6e
  2. 4d ago First seen · 26 lines · 86 tokens per session scan A 29bd1c790831

Subscribe to this mod's changes

prp-maintainer-triage is a skill published in the GitHub repository Wirasm/prp (2,242 stars, last pushed today), licensed MIT. It adds 116 tokens to every session and 386 once invoked, about $0.0006 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.