Skip to main content
AI/MLIgorGanapolsky

adversarial-review

Run a skeptical Codex review from Claude Code that hunts for hidden regressions, unsafe assumptions, and release risk. Use before merges, deploys, migrations, or other risky changes.

Stars
21
Source
IgorGanapolsky/ThumbGate
Updated
2026-05-30
Slug
IgorGanapolsky--ThumbGate--adversarial-review
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/IgorGanapolsky/ThumbGate/HEAD/plugins/claude-codex-bridge/skills/adversarial-review/SKILL.md -o .claude/skills/adversarial-review.md

Drops the SKILL.md into .claude/skills/adversarial-review.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Adversarial Review

Default to the current uncommitted workspace unless the user explicitly provides base=<branch> or commit=<sha>.

Run one of:

node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" adversarial-review --uncommitted
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" adversarial-review --base main
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" adversarial-review --commit <sha>

If the user asks for a specific threat model such as security, rollback safety, billing, or data loss, pass that in --prompt.

When reporting back:

  • lead with concrete risks
  • separate proven issues from speculation
  • mention the saved artifact path if the user wants the full Codex output