Analyzes existing gitagent-standard agent repositories and provides a comprehensive review covering strengths, weaknesses, missing components, spec compliance, and actionable improvement suggestions.
Perform a thorough, structured review of an existing gitagent-standard agent. Identify what's working, what's broken, what's missing, and what could be better. This is a design review, not a code review.
Request or read the following files from the agent being reviewed:
agent.yaml (Required)SOUL.md (Required)RULES.md (Expected)skills/*/SKILL.md (Expected)README.md (Optional)tools/*.yaml (Optional)Check the agent against the gitagent v0.1.0 specification:
agent.yaml has required fields: , , nameversiondescription^[a-z][a-z0-9-]*$SOUL.md exists and is non-emptyagent.yaml have corresponding skills/<name>/SKILL.mdname and descriptionRate each dimension on a 1-10 scale:
Identity & Personality (SOUL.md)
Behavioral Constraints (RULES.md)
Skill Architecture
allowed-tools appropriate for each skill?Practicality
Categorize issues by severity:
For each issue, provide:
# Agent Review: <agent-name>
## Overview
<1-2 sentence summary of the agent and its purpose>
## Spec Compliance
✅ / ❌ for each checklist item
## Strengths
- <strength-1>: <explanation>
- <strength-2>: <explanation>
## Issues Found
### 🔴 Critical
1. <issue>: <explanation>
**Fix:** <specific fix>
### 🟡 Warnings
1. <issue>: <explanation>
**Fix:** <specific fix>
### 🔵 Suggestions
1. <suggestion>: <explanation>
## Missing Components
- <component>: <why it should be added>
## Score Summary
| Dimension | Score | Notes |
|--------------------|-------|--------------------------|
| Identity | X/10 | <brief note> |
| Rules | X/10 | <brief note> |
| Skill Design | X/10 | <brief note> |
| Practicality | X/10 | <brief note> |
| **Overall** | X/10 | |
## Top 3 Priority Fixes
1. <highest impact fix>
2. <second highest>
3. <third highest>