A configurable feedback loop runner for AI-assisted development workflows.
npx claudepluginhub codagent-ai/agent-validatorA CLI tool for validating AI coding agents
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Claude Code plugins for the Slidev presentation framework
Share bugs, ideas, or general feedback.

Don't just review the agent's code — put it through the validator.
Agent Validator (formerly Agent Gauntlet) is a configurable “feedback loop” runner for AI-assisted development workflows.
You configure which paths in your repo should trigger which validations — shell commands like tests and linters, plus AI-powered local code reviews. When files change, Agent Validator automatically runs the relevant validations and reports results.
For AI reviews, it uses the CLI tool of your choice: Gemini, Codex, Claude Code, GitHub Copilot, or Cursor.

Agent Validator supports three workflows, ranging from simple CLI execution to fully autonomous agentic integration:

Agent Validator is not a replacement for tools that provide AI pull request code reviews. It provides real-time feedback loops for autonomous coding agents, combining deterministic static checks (build, lint, test) with multi-agent AI reviews in a single pipeline. This enables agents to iterate and self-correct until all checks and reviews pass, without human intervention.
It is recommended to use Agent Validator in conjunction with other spec-driven development tools. We believe is the ideal implementation of the validation step in any Spec → Implement → Validate workflow.
gemini, codex, claude, github-copilot, cursor). For the full list of tools and how they are used, see CLI Invocation Detailsnpm install -g agent-validator
Initialize configuration in your project root:
agent-validator init
This walks you through an interactive setup: