Adversarial banner
hynix666 hynix666

Adversarial

AI community

Description

--- description: Adversarial design critique of code or a diff, via the local Ollama model --- Run an adversarial review — the model is told to assume the design is wrong and to attack its assumptions rather than its syntax. ```bash python ~/.claude/skills/ollama-reviewer/scripts/cli.py review --adversarial python ~/.claude/skills/ollama-reviewer/scripts/cli.py review --adversarial --file $ARGUMENTS ``` Use the `--file` form when $ARGUMENTS names paths; otherwise review the current diff. Pass

Installation

Installs to ~/.claude/skills/hynix666-ollama-reviewer-adversarial/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hynix666-ollama-reviewer-adversarial && curl -fsSL https://raw.githubusercontent.com/hynix666/ollama-reviewer/HEAD/commands/adversarial.md -o ~/.claude/skills/hynix666-ollama-reviewer-adversarial/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository