cyberneticlibrary

Parallel adversarial code review automation

nacl-review-panelworkflowsetup L314
ITSalt/NaCl
What it does

Conduct code review via parallel critic panel with adversarial veto

Best for

Catching both bugs and false positives in code review by using a parallel critic panel with adversarial skeptic veto on every finding.

Inputs
  • · PR diff pinned
  • · Task spec files
  • · 8 BE + 10 FE review dimensions
Outputs
  • · JS headline decision table, per-category findings (PASS/PARTIAL/FAIL), verified blockers
Requires
  • · GitHub API (fetch diff, task spec)
  • · Claude agents (8 BE reviewers, 10 FE reviewers, skeptic)
  • · Markdown artifact
Preconditions
  • · Code PR available
  • · Task spec in repo
  • · Review checklists in nacl-tl-core/references/
Failure modes
  • · Phase agent fails or returns invalid schema
  • · Review gates exhausted — changes blocked
  • · Tool/API unavailable
  • · Resource limits (token budget, concurrency ceiling)
Trust signals
  • · Adversarial review gates filter false positives