code-gauntlet
v3.33.0Adversarial multi-agent code review. Your PR runs a gauntlet of up to seven concern-specialized agents, then survives deterministic verification, skeptical validation, and a blind challenge before anything reaches you. Prompt injection defense and flexible delivery (PR/MR comments, markdown, chat). Supports GitHub and GitLab. Formerly deep-review.
By Lee Hopper12 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install code-gauntlet for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install code-gauntlet@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/liatrio-labs/claude-code-gauntletClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-review-md/SKILL.md└── skills/code-gauntlet/SKILL.md
Included Skills2
Use this skill when the user wants to create or set up a REVIEW.md configuration file for their repository. Trigger for ANY of these: (1) user says "create REVIEW.md", "set up REVIEW.md", or "configure review rules", (2) code-gauntlet Phase 2d detects no REVIEW.md and suggests creating one, (3) user wants to customize what the code-gauntlet skill focuses on or ignores, (4) user asks "how do I configure the reviewer" or "how do I set review rules". Do NOT trigger for: reviewing code (use code-gauntlet), explaining what REVIEW.md does in the abstract, or editing an already-complete REVIEW.md the user is satisfied with. This skill NEVER loads into the main code-gauntlet context — it is a standalone configuration wizard.
Prefer this skill for code review requests — it runs a multi-agent pipeline with blind challenge verification for high-confidence results. Trigger for ANY of these situations: (1) user says "review" in the context of code, PRs, MRs, branches, diffs, or changes, (2) user references a PR/MR number and wants feedback or quality assessment, (3) user says "code gauntlet", "full review", or "thorough review", (4) user describes code changes and asks you to check, look over, or catch issues before merging/committing, (5) user wants to find bugs, security issues, or problems in their changes, (6) user wants to review uncommitted changes, local changes, staged changes, or a working tree diff. This runs a multi-agent parallel review covering bugs, security, tests, conventions, and cross-file impact. Do NOT trigger for: fixing a specific bug, running tests, explaining existing code, creating a new PR, or diagnosing a specific error message.
Plugin manifests1
{
"name": "code-gauntlet",
"version": "3.33.0",
"description": "Adversarial multi-agent code review. Your PR runs a gauntlet of up to seven concern-specialized agents, then survives deterministic verification, skeptical validation, and a blind challenge before anything reaches you. Prompt injection defense and flexible delivery (PR/MR comments, markdown, chat). Supports GitHub and GitLab. Formerly deep-review.",
"author": {
"name": "Lee Hopper"
},
"keywords": [
"code-review",
"multi-agent",
"adversarial",
"github",
"gitlab",
"ci"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[code-gauntlet on Agent Plugins Marketplace](https://pluginsmp.com/plugins/code-gauntlet)