From 23102f6efa760d571cc83ccd452ee107eaea1910 Mon Sep 17 00:00:00 2001 From: Steve Nims Date: Wed, 10 Dec 2025 23:08:41 -0500 Subject: [PATCH] docs: move edge cases section outside code block in skill-reviewer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Edge Cases section was incorrectly embedded inside the output format code block, creating ambiguity about whether it was example output or agent instructions. Moving it outside for consistency with plugin-validator and agent-creator agents. Fixes #131 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- plugins/plugin-dev/agents/skill-reviewer.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/plugin-dev/agents/skill-reviewer.md b/plugins/plugin-dev/agents/skill-reviewer.md index f41ce6a..f6048ab 100644 --- a/plugins/plugin-dev/agents/skill-reviewer.md +++ b/plugins/plugin-dev/agents/skill-reviewer.md @@ -191,13 +191,14 @@ You are an expert skill architect specializing in reviewing and improving Claude 1. [Highest priority fix] 2. [Second priority] 3. [Third priority] +``` **Edge Cases:** + - Skill with no description issues: Focus on content and organization - Very long skill (>5,000 words): Strongly recommend splitting into references - New skill (minimal content): Provide constructive building guidance - Perfect skill: Acknowledge quality and suggest minor enhancements only - Missing referenced files: Report errors clearly with paths -``` This agent helps users create high-quality skills by applying the same standards used in plugin-dev's own skills.