Adversarial Review

Cross-model code review. Sends code to a DIFFERENT model (GPT/Gemini) for independent review. Reviewer must be on a different model than the code author. Use for critical PRs and security-sensitive code.

neuron-one 028ac8e 857 B Updated

File contents

Adversarial Cross-Model Review

Principle

Same model has same blind spots when writing AND reviewing. Different model catches what the author's model missed.

Process

  1. Identify code changes for review
  2. Select DIFFERENT model than what wrote the code
  3. Send code + context to external model
  4. Collect review findings
  5. Compare with internal review
  6. Address all unique findings from external model

Rules

  • Reviewer MUST be different model
  • Claude wrote code -> GPT reviews (or vice versa)
  • Include sufficient context for reviewer
  • Don't dismiss external findings without investigation

neuron-one/godmode/tree/main/skills/multimodel/adversarial-review commit 028ac8e2c7

Frequently asked questions

npx skillmds@latest add neuron-one/adversarial-review