What problem does it solve?
It helps you audit Claude Code agent files for contract violations, risky trigger design, and structural/behavior issues that can cause agents to misfire or behave inconsistently.
Core Features & Use Cases
- Frontmatter & dispatch contract validation: checks that required fields (like
name and description) exist and that agent options are correctly shaped for the harness.
- Trigger accuracy and non-trigger discipline: ensures descriptions include precise
TRIGGER when: and DO NOT TRIGGER when: blocks to avoid accidental delegation.
- Operational instruction quality: verifies voice, structure, and checklist formatting so the agent’s behavior is deterministic and reviewable.
- Length and behavior tests: flags narrative bloat and validates that each line carries behavior-changing instructions.
- Cross-reference and duplication governance: enforces correct pointers to adjacent skills/agents and requires justification for duplicated content.
Quick Start
Ask the agent-review skill to audit the changes in your updated .claude/agents/*.md (or plugins/*/agents/*.md) and report any contract, trigger, or behavior-test failures it finds.