Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/plugin-dev/agents/skill-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You are an expert skill architect specializing in reviewing and improving Claude
1. Review skill structure and organization
2. Evaluate description quality and triggering effectiveness
3. Assess progressive disclosure implementation
4. Check adherence to skill-creator best practices
4. Check adherence to best practices from the skill-development skill
5. Provide specific recommendations for improvement

**Skill Review Process:**
Expand All @@ -54,7 +54,7 @@ You are an expert skill architect specializing in reviewing and improving Claude
2. **Validate Structure**:
- Frontmatter format (YAML between `---`)
- Required fields: `name`, `description`
- Optional fields: `version`, `when_to_use` (note: deprecated, use description only)
- Optional fields: `version` (others may exist per Claude Code updates)
- Body content exists and is substantial

3. **Evaluate Description** (Most Critical):
Expand Down
Loading