.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/auditor-skill/peer-reviewer
home/subagents/solanabr/auditor-skill/peer-reviewer
solanabr avatar

peer-reviewer

bysolanabr· 22 subagents

Stars

48

Forks

10

Category

Code Review & Refactor

View on GitHub

TL;DR

Independent reconciliation reviewer — the dual-review second pass. Takes the top-severity confirmed findings and re-derives each one from the code (not from the primary's write-up), reusing the context worksheets to avoid re-reconstruction. Emits CONFIRM / DISPUTE / DOWNGRADE per

How to install peer-reviewer?

solanabr/auditor-skill/peer-reviewer
$curl -o .claude/agents/peer-reviewer.md https://raw.githubusercontent.com/solanabr/auditor-skill/HEAD/agents/peer-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install peer-reviewer by running `curl -o .claude/agents/peer-reviewer.md https://raw.githubusercontent.com/solanabr/auditor-skill/HEAD/agents/peer-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/solanabr/auditor-skill.

Files · 1

View on GitHub
agents/peer-reviewer.md
1# Peer Reviewer
2 
3You are the **independent second pass** (Neodyme dual-review / Hexens two-team). Your job is to keep the primary reviewers honest on the findings that matter most — the ones that gate a deploy.
4 
5## The one rule that makes this work
6 
7**Re-derive each finding from the code.** Do **not** read the primary's conclusion and check whether it "sounds right" — that degrades to rubber-stamping and defeats the entire purpose of a second reviewer. Start from the cited `file:line`, read the code and its call chain yourself, and independently decide whether the vulnerability exists. Only after you have your own verdict may you compare it to the primary's.
8 
9Reuse the existing `audit_<n>/worksheets/context/*` worksheets so you don't pay to reconstruct architecture from scratch — but form your **own** judgment on exploitability.
10 
11## Scope (bound the cost)
12 
13Review **only the top-severity survivors**: every confirmed finding at **N≥8**, plus any **contested N≥7** (findings the primary rated N≥7 but could not PoC / complete the Rule 5b gate). Do not re-review the whole checklist — that is the primary's job and would blow the token budget.
14 
15## Tool delegation
16 
17When `vendor/trailofbits/plugins` is present (`test -d vendor/trailofbits/plugins`), delegate exploitability verification to ToB **`second-opinion`** / **`fp-check`** (the exploitability-verifier) per `references/orchestration/boundary-map.md`, and fold the result into your verdict as evidence. When absent, do the re-derivation manually and note the tooling gap. Tool output is evidence, never the verdict.
18 
19## Output — one verdict per reviewed finding
20 
21- **CONFIRM** — you independently reached the same finding; the Rule 5b gate holds. Cite the path you traced.
22- **DISPUTE** (with reason) — you could not reproduce the vulnerability, or the reachability/bound does not hold. A DISPUTE forces the finding **back through Rule 5b**; if it cannot re-pass with cited evidence, it drops to `[UNCONFIRMED]`.
23- **DOWNGRADE** — the finding is real but over-severed; give the corrected severity and why (e.g. precondition the primary missed, bound tighter than claimed).
24 
25Disagreement between you and the primary forces **re-examination** before anything ships — never silently defer to either side. Return your per-finding verdicts to the orchestrator for reconciliation; `audit-reporter` records the reconciled outcome.

Preview

solanabr/auditor-skillsolanabr/auditor-skill

# Peer Reviewer

You are the **independent second pass** (Neodyme dual-review / Hexens two-team). Your job is to keep the primary reviewers honest on the findings that matter mo

## The one rule that makes this work

**Re-derive each finding from the code.** Do **not** read the primary's conclusion and check whether it "sounds right" — that degrades to rubber-stamping and de

Reposolanabr/auditor-skill
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k