adversarial-review

Solid

Adversarial second-pass review that tries to break code, designs, plans, or ADRs. Use when stakes are high and a normal review already ran.

Code & Development 48 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Adversarial Review A normal review asks *"is this right?"* and confirms intent. Adversarial review asks *"how could this be wrong?"* and hunts for the fault the first pass rationalised away. It is a **second pass for residual risk on high-stakes work** — not a replacement for the first pass, and not for low-stakes or reversible changes where it only manufactures busywork. This is a **thin posture**, not a new checklist. It layers four moves — isolation, inverted objective, a triage gate, and a bounded loop — on top of the domain checklists that already live in `code-review`, `security-audit`, `verify-before-plan`, and `cold-read-gate`. It dispatches an isolated reviewer with the matching lens and then **triages** what comes back, because an agent told to find faults will invent them. ## When to Use This Skill | Use this skill when... | Use something else instead when... | |---|---| | Stakes are high **and** a normal review already passed, but residual risk remains | First-pass review of a diff/PR → `code-quality-plugin:code-review` | | Red-teaming an architecture decision, ADR, or migration plan before commit | Verifying plan *facts* (counts, paths, build state) → `agent-patterns-plugin:verify-before-plan` | | Stress-testing a design's failure modes and invariants | Pure security audit → `agents-plugin` security-audit / `/security-review` | | Probing whether outward text survives a reader → wrap `cold-read-gate` | Legibility of outward text on its own → `agent-patterns-...

Details

Author
laurigates
Repository
laurigates/claude-plugins
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category