adversarial_review
Review code or plans for bugs, edge cases, security issues, race conditions, and unstated assumptions before merging. Claude performs an adversarial analysis without modifying files.
Instructions
Get an adversarial code/plan review from Claude. Claude hunts for bugs, edge cases, security issues, race conditions and unstated assumptions. USE THIS before merging or committing. Read-only: Claude is instructed not to modify files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Inline content to review (plan, diff, code snippet). | |
| files | No | File paths to review instead of inline content. | |
| focus | No | Optional focus area, e.g. 'security', 'concurrency'. | |
| cwd | No | Absolute path to the project root. Defaults to the server's cwd. | |
| model | No | Claude model alias or full name (e.g. 'opus', 'sonnet', 'haiku'). Omit to use the default. | |
| effort | No | Reasoning effort: 'low' | 'medium' | 'high'. Higher = deeper, slower, costlier. |