ng/Adversarial Code Review

Multi-model adversarial code review — Optimizer and Skeptic agents challenge each other, auto-fix consensus issues.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 6, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: ng/adversarial-review@89624fa031bd3740ba5adb6eeec7497fc31ff06d # v1.6.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
claude_code_oauth_tokenClaude Code OAuth token (from Anthropic Console)yes
pr_numberPull request number to review. Defaults to the triggering PR.no${{ github.event.pull_request.number }}
modeReview mode: "no-fix" (default) reports only, "auto-fix" applies consensus fixes. Any unrecognized value falls back to "no-fix" (fail-safe).nono-fix
pathsComma-separated paths/globs to scope the review to (passed as --paths). Empty reviews the entire branch diff.no""
allowed_toolsAdditional allowed tools (comma-separated). git, gh, and common build tools are included by default.no""
modelModel to use for the lead agent (e.g. "opus", "sonnet"). Defaults to the claude-code-action default.no""

no outputs