bprr

bprr is a skill for Claude Code, Codex from wilsonfreitas/awesome-quant. It costs 61 tokens per session (665 once invoked), scanned A, original, no licence file.

A bulk pull-request reviewer for awesome-quant. A pull request is a proposed change to a code repository; this tool reviews open ones that do not yet have the reviewed label and shows a summary before any action.

In plain words
What is it for?
Use it to review all open pull requests, or only those that have not been reviewed, in awesome-quant.
Why use it?
It helps review several pending contributions in one pass while keeping merge, comment, and labelling actions for later approval.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to review all open pull requests, or only those that have not been reviewed, in awesome-quant.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wilsonfreitas/awesome-quant/bprr
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 wilsonfreitas/awesome-quant --skill bprr
Clone the repo
git clone --depth 1 https://github.com/wilsonfreitas/awesome-quant

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 bprr

README.md
[![agentmods](https://agentmods.dev/badge/skills/wilsonfreitas/awesome-quant/bprr.svg)](https://agentmods.dev/skills/wilsonfreitas/awesome-quant/bprr)
Your own site
<a href="https://agentmods.dev/skills/wilsonfreitas/awesome-quant/bprr"><img src="https://agentmods.dev/badge/skills/wilsonfreitas/awesome-quant/bprr.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 665 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 unknown 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.00061 $0.00665
Opus 5 $0.00030 $0.00332
Sonnet 5 $0.00012 $0.00133
Haiku 4.5 $0.00006 $0.00067

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

Security

Grade A, and why

bprr 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 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.

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/bprr/SKILL.md · 62 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · -51 lines 3f89f138caaa
  2. 8d ago First seen · 113 lines · 61 tokens per session scan A 1a14ca1db5f0

Subscribe to this mod's changes

bprr is a skill published in the GitHub repository wilsonfreitas/awesome-quant (29,485 stars, last pushed today), with no licence file. It adds 61 tokens to every session and 665 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

review-prs

Triage open PRs — screen from the diff, delegate the admission judgment to audit-the-list, then merge or close on GitHub. Fire when the maintainer asks to review PRs, process the PR queue, or judge whether a specific PR should be merged.

vinta/awesome-python · 58 tokens

coding-standards

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.

hashgraph-online/awesome-codex-plugins · 28 tokens

run-work

Execute a work unit end-to-end: sequence tasks by dependency, implement, test between tasks, commit, and track progress. Use to deliver a complete feature in one session. Invoked as /agiflow:run-work . Uses getworkunit, listtasks, updatetask, getworkunitprogress.

hashgraph-online/awesome-codex-plugins · 68 tokens

writing-modpack-changelog

Use when cutting a modpack release. Creates /docs/release-changelog.md if absent; appends a new version section with grouped changes. Triggers - 'cut a release', 'release notes', 'changelog', 'v1.2.3 changes', 'what changed since last version'.

hashgraph-online/awesome-codex-plugins · 69 tokens

review-work

Quality gate: verify each acceptance criterion of a completed task/work unit, run quality checks, and create follow-up tasks for gaps. Use before merging or to audit delivered work. Invoked as /agiflow:review-work . Uses getworkunit, gettask, updatetask, createtask, createtaskcomment.

hashgraph-online/awesome-codex-plugins · 72 tokens

git-worktree-isolation

A Git workflow that gives each development task its own worktree, which is a separate working directory linked to a branch. It keeps parallel tasks and experiments apart from the main checkout.

hashgraph-online/awesome-codex-plugins · 88 tokens