byboxlite-ai· 1 skill
Use when iterating on a fix after an adversarial code review (Codex, human reviewer) surfaces design-level findings — not typos, lint, or formatter work. Frames the review/fix loop as implement -> [review -> REFLECT -> reproducer -> fix -> verify -> handoff] where each round runs in a fresh agent to prevent context accumulation. Provides a four-item cheap-checks list (timeline draw, upstream contract read, full lifecycle trace, variant enumeration) that catches recurring failure classes. No git commits during the loop — all changes commit together after zero-finding termination. Trigger when a review pass surfaces 2+ findings on a single change, when sibling bugs of an "already-fixed" issue keep appearing across rounds, or when the user asks "why did I miss this?". Do NOT use for single-line fixes where the cause is obvious from the diff, or for initial implementation work (use CLAUDE.md rules).
$npx -y skills add boxlite-ai/boxlite --skill adversarial-iterationInstalls into the current project.
Run `npx skills use "https://github.com/boxlite-ai/boxlite" --skill "boxlite-ai/boxlite/adversarial-iteration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/boxlite-ai/boxlite" that are relevant to the current task. Run `npx skills add "https://github.com/boxlite-ai/boxlite"` and select the relevant skills, then follow their instructions.