Skip to content

Commit 5daa19e

Browse files
sjnimsclaude
andauthored
docs: move edge cases section outside code block in skill-reviewer (#133)
## Summary Moves the Edge Cases section outside the output format code block in `skill-reviewer.md` to clarify that these are operational instructions for the agent, not part of the output template. ## Problem Fixes #131 The Edge Cases section was embedded inside the output format markdown code block, creating ambiguity about whether it was example output or actual agent instructions. ## Solution Move the Edge Cases section outside the code block as a separate section, consistent with how `plugin-validator.md` and `agent-creator.md` structure their edge cases. ### Alternatives Considered - Leaving edge cases in the code block with a comment: Rejected as it still creates ambiguity - Removing edge cases entirely: Rejected as they provide valuable operational guidance ## Changes - `plugins/plugin-dev/agents/skill-reviewer.md`: Close code block before Edge Cases section, move Edge Cases outside as standalone section ## Testing - [x] Linting passes (markdownlint) - [x] Structure matches other agents (plugin-validator, agent-creator) --- 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 65c8654 commit 5daa19e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/plugin-dev/agents/skill-reviewer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,14 @@ You are an expert skill architect specializing in reviewing and improving Claude
191191
1. [Highest priority fix]
192192
2. [Second priority]
193193
3. [Third priority]
194+
```
194195

195196
**Edge Cases:**
197+
196198
- Skill with no description issues: Focus on content and organization
197199
- Very long skill (>5,000 words): Strongly recommend splitting into references
198200
- New skill (minimal content): Provide constructive building guidance
199201
- Perfect skill: Acknowledge quality and suggest minor enhancements only
200202
- Missing referenced files: Report errors clearly with paths
201-
```
202203

203204
This agent helps users create high-quality skills by applying the same standards used in plugin-dev's own skills.

0 commit comments

Comments
 (0)