Runs multi-agent adversarial code review via a deterministic FSM orchestrator. Dispatches specialist sub-agents through self-refinement, challenge, red team audit, and resolution phases. Use when the user asks for adversarial review, security review, code review, or multi-agent review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/adversarial-reviewing:adversarial-reviewingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill runs a multi-agent security review via a Python orchestrator.
SKILL.md.legacyconfig/model-config.yml.exampleeval/README.mdeval/__init__.pyeval/dataset/cases-cybergym/binutils-arvo-21321/input.yamleval/dataset/cases-cybergym/binutils-arvo-21321/reference.yamleval/dataset/cases-cybergym/binutils-arvo-21321/triage-context.mdeval/dataset/cases-cybergym/curl-arvo-3956/input.yamleval/dataset/cases-cybergym/curl-arvo-3956/reference.yamleval/dataset/cases-cybergym/curl-arvo-3956/triage-context.mdeval/dataset/cases-cybergym/curl-arvo-6483/input.yamleval/dataset/cases-cybergym/curl-arvo-6483/reference.yamleval/dataset/cases-cybergym/curl-arvo-6483/triage-context.mdeval/dataset/cases-cybergym/cyclonedds-arvo-56515/input.yamleval/dataset/cases-cybergym/cyclonedds-arvo-56515/reference.yamleval/dataset/cases-cybergym/cyclonedds-arvo-56837/input.yamleval/dataset/cases-cybergym/cyclonedds-arvo-56837/reference.yamleval/dataset/cases-cybergym/cyclonedds-arvo-60514/input.yamleval/dataset/cases-cybergym/cyclonedds-arvo-60514/reference.yamleval/dataset/cases-cybergym/elfutils-arvo-56179/input.yamlThis skill runs a multi-agent security review via a Python orchestrator.
Run exactly this command:
cd ${CLAUDE_SKILL_DIR} && python3 -m scripts.orchestrator run-all $ARGUMENTS
This runs the full review pipeline (init, confirm, self-refinement, challenge, red-team audit, report). No further action needed.
The command will take 30-90 minutes depending on repo size. Wait for
it to complete. Use timeout: 600000 on the Bash tool call.
When complete, the command prints JSON with {"status": "done"}.
Review artifacts are in ${CLAUDE_SKILL_DIR}/artifacts/.
If run-all is not available, fall back to the step-by-step protocol:
cd ${CLAUDE_SKILL_DIR} && python3 -m scripts.orchestrator init $ARGUMENTS
Then follow the dispatch.json loop (confirm, dispatch agents, next) until done=true.
If the command fails, report the error and exit. Do not retry. Do not re-initialize. Do not improvise recovery.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub ugiordan/security-audit --plugin adversarial-reviewing