From agent-loops
(Industry standard: Review and Critique Pattern) Primary Use Case: Iterative generation paired with adversarial review, continuing until an 'Approved' verdict is reached. Orchestrated adversarial review loop. Use when: research, designs, architectures, or decisions need to be reviewed by red team agents (human, browser, or CLI). Iterates in rounds of research → bundle → review → feedback until approved.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-loops:red-team-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
An iterative review loop where research is bundled via `context-bundler` and dispatched to one or more adversarial reviewers. The loop continues until the red team approves.
An iterative review loop where research is bundled via context-bundler and dispatched to one or more adversarial reviewers. The loop continues until the red team approves.
red-team-prompt.md explaining exactly what is being reviewed and what the reviewer should focus on.manifest.json or equivalent list dictating which source files and research artifacts to include.context-bundler plugin, feeding it the manifest and prompt, to compile a single cohesive review packet..history/review-iteration-1/) so that when the Red Team forces a rewrite, the baseline artifact is never destructively overwritten.total_tokens and duration_ms used by the adversarial agent during this specific iteration into an evals/timing.json file to calculate the true cost of approval.context-bundler — Required for creating review packetspersonas/ directory (e.g., security-audit.md, architect-review.md)npx claudepluginhub richfrem/agent-plugins-skills --plugin agent-loopsAdversarially reviews any artifact (design docs, code, PRs, docs) by dispatching fresh Devil's Advocate subagents iteratively until clean.
Dispatching a skeptical reviewer subagent to attack your conclusion before you believe or report it. Useful after analysis steps, before writeups, or when results are surprising or convenient.
Orchestrates multi-agent adversarial reviews with fan-out finders and three-prism verification (exploitability/correctness/refutation). Use for high-trust security audits, code review, research synthesis, or migration tasks.