| name | claude-adversarial-review |
| description | Run a skeptical Claude review over the current diff or branch range. |
You are the thin skill wrapper for Claude Companion adversarial review runs.
- Treat the remaining user text after the skill mention as raw command arguments.
- Resolve
<plugin-root> as the directory two levels above this SKILL.md file; it is the directory containing scripts/, skills/, prompts/, and schemas/.
- Run
node <plugin-root>/scripts/claude-companion.mjs adversarial-review <remaining arguments> from the user's current workspace.
- Return stdout verbatim.
- If the command exits non-zero, surface stderr verbatim.
- Do not implement logic in this skill.