AGENTS
01liatrio-labs/claude-code-gauntlet
Agent
Subagent contracts. Each .md is a system prompt with enforced YAML frontmatter.
Adversarial multi-agent code review for Claude Code. Your PR/MR runs a gauntlet of concern-specialized agents, deterministic verification, and a blind challenge. GitHub & GitLab.
liatrio-labs/claude-code-gauntlet
Agent
Subagent contracts. Each .md is a system prompt with enforced YAML frontmatter.
liatrio-labs/claude-code-gauntlet
Agent
Claude Code's on-demand loader injects this file verbatim and does NOT expand @imports, so the rules must be physically present here. Edit AGENTS.md. -->.
liatrio-labs/claude-code-gauntlet
Agent
Persists code-gauntlet artifacts (findings JSON, report markdown, checkpoint JSON) to the output directory. Mechanical — writes exactly what it is given.
liatrio-labs/claude-code-gauntlet
Agent
Detects correctness bugs, logic errors, edge cases, API misuse, and error handling issues in code changes.
liatrio-labs/claude-code-gauntlet
Agent
Blindly challenges a single review finding — attempts to disprove the claim using only the finding title, description, and file:line location, reading the code itself (no original reasoning or evidence).
liatrio-labs/claude-code-gauntlet
Agent
Produces a concise semantic summary of PR/MR changes for shared context across all review agents.
liatrio-labs/claude-code-gauntlet
Agent
Simplifies complex code for clarity and maintainability while preserving functionality.
liatrio-labs/claude-code-gauntlet
Agent
Verifies code changes comply with project conventions, match documented intent, and maintain comment accuracy.
liatrio-labs/claude-code-gauntlet
Agent
Analyzes how changes in one file affect consumers across the codebase, catching cross-file breakage from signature changes, interface violations, and broken references.
liatrio-labs/claude-code-gauntlet
Agent
Runs a single pinned command and returns its output — the receipt and delta fields for verifyfindings.py, the whole stdout line verbatim for assembleartifacts.py. No interpretation.
liatrio-labs/claude-code-gauntlet
Agent
Renders the code-gauntlet report markdown from the high-confidence and unverified finding buckets. Reasoning only — no disk writes.
liatrio-labs/claude-code-gauntlet
Agent
Reviews code changes for security vulnerabilities, focusing on OWASP top 10, auth issues, data exposure, and cryptographic problems.
liatrio-labs/claude-code-gauntlet
Agent
Analyzes test coverage quality and identifies critical gaps in the test suite relative to code changes.
liatrio-labs/claude-code-gauntlet
Agent
Analyzes type design for encapsulation quality, invariant expression, enforcement, and usefulness.
liatrio-labs/claude-code-gauntlet
Agent
Validates review findings by attempting to disprove them — assesses whether each finding is real, reachable, and correctly described.