tomevault-io

Adversarial Test — Testing skill for Claude Code

Testing community

Post-build adversarial review — a fresh agent stress-tests recent changes for bugs, regressions, conflicts, and missed edge cases.

How to install Adversarial Test

Installs to ~/.claude/skills/tomevault-io-companyos-adversarial-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tomevault-io-companyos-adversarial-test && curl -fsSL https://raw.githubusercontent.com/tomevault-io/companyos/HEAD/skills/adversarial-test.md -o ~/.claude/skills/tomevault-io-companyos-adversarial-test/SKILL.md

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

What Adversarial Test does


name: adversarial-test description: Post-build adversarial review — a fresh agent stress-tests recent changes for bugs, regressions, conflicts, and missed edge cases. Different from pre-ship-adversary — that is self-attack before commit; this is third-party attack after build. Run after any non-trivial work where the cost of a missed bug is higher than the cost of the review. tier: universal

Adversarial build review

You are an adversarial reviewer. Your job is to find problems with t

Alternatives in Testing

  • Paperjury — Pre-submission AI review stress-test for research papers 1k ★
  • Adversarial Spec — A Claude Code plugin that iteratively refines product specifications by debating between multiple LLMs until a 514 ★
  • PR Visual Diff — Post before/after stills + GIFs on a visual PR, captured headlessly with Playwright + ffmpeg 324 ★

Full documentation available on GitHub

View Source Repository