review-agent

Validate Claude Code subagent definitions against template standards and quality criteria.

3|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/smykla-skalski/sai --skill review-agent-smykla-skalski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-agent
Source: https://github.com/smykla-skalski/sai/tree/main/review-agent/skills/review-agent
Command: npx skills add https://github.com/smykla-skalski/sai --skill review-agent-smykla-skalski

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that Claude Code subagent definitions meet rigorous quality standards, preventing errors and improving agent reliability before deployment.

Core Features & Use Cases

  • Automated Auditing: Checks agent definitions against a comprehensive checklist for compliance.
  • Finding Identification: Pinpoints specific issues in frontmatter, system prompts, and anti-patterns.
  • Use Case: Before committing a new agent definition to your codebase, use this Skill to automatically review it for adherence to your team's best practices and template standards.

Quick Start

Use the review-agent skill to audit the agent definition located at '.claude/agents/session-manager.md'.

Frequently Asked Questions about review-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Claude Code subagent definitions for quality and compliance?

Auditing Claude Code subagent definitions involves validating frontmatter schema, system prompt structure, section ordering, constraints, and anti-patterns against template standards to generate a verdict-based quality report with severity-ranked findings.

What specific issues are checked during a Claude Code agent review?

An agent review checks for frontmatter schema errors, system prompt structural issues, incorrect section ordering, constraint violations, and anti-patterns, pinpoints specific issues, and ranks them by severity in the final report.

When should I validate my subagent definitions before deployment?

Validate subagent definitions before committing new agent files to your codebase to ensure adherence to team best practices and template standards, preventing errors and improving agent reliability before deployment.

Does this agent review process require any external dependencies?

No, the agent review process requires no external dependencies or environment setup, as it directly reviews the agent definition files located within your project structure.

What is the best way to identify anti-patterns in Claude Code agent definitions?

The best way to identify anti-patterns in Claude Code agent definitions is to run an automated audit that checks the agent file against a comprehensive checklist for compliance and pinpoints specific structural issues.