Adversarial Pre-Merge Review
Fan out parallel reviewer agents that must independently reproduce each bug before it lands on your fix list.
About this skill
name: adversarial-prereview description: Fan out parallel reviewer agents that must independently reproduce each bug before it lands on your fix list. Use when working on adversarial pre-merge review.
Adversarial Pre-Merge Review
Codifies the /ultra-review workflow so any Claude Code project runs a fleet of specialist reviewers (logic, security, performance, edge cases) against a branch before merge. Filters style nitpicks and returns only confirmed reproducible bugs, each with a repro script. Use before merging any risky PR to production.
What you get
- Pre-merge checklist
- Parallel reviewer prompts
- Verified-bug report with repros
- Cost estimator
- Severity ranking
- Suggested fix per bug
Customize your output
- Reviewer roster: logic, security, performance, accessibility, all
- Severity threshold: critical, high, all
- Runs: free-tier, paid budget
- Branch scope: branch, PR, whole repo
- Language: TS, Py, Swift, Go, Rust
- Auto-file issues: yes, no
Example output
'Pre-merge report flagging one confirmed auth bypass and two race conditions with reproduction scripts.'
Best for
Teams shipping to production, especially fintech, health, and payments.
Note: Requires Claude Code 2.1.86 plus and Claude account (not API key). High confidence.
Source: AI Agencies Creator (unnamed) · https://www.youtube.com/watch?v=eRS3CmvrOvA Category: Engineering · Priority: P4
SKILL.md preview
---
name: adversarial-prereview
description: Fan out parallel reviewer agents that must independently reproduce each bug before it lands on your fix list. Use when working on adversarial pre-merge review.
---
# Adversarial Pre-Merge Review
Codifies the /ultra-review workflow so any Claude Code project runs a fleet of specialist reviewers (logic, security, performance, edge cases) against a branch before merge. Filters style nitpicks and returns only confirmed reproducible bugs, each with a repro script. Use before merging any risky PR to production.
## What you get
- Pre-merge checklist
- Parallel reviewer prompts
- Verified-bug report with repros
- Cost estimator
- Severity ranking
- Suggested fix per bug
## Customize your output
- **Reviewer roster**: logic, sec...