docs: move edge cases section outside code block in skill-reviewer#133
Merged
docs: move edge cases section outside code block in skill-reviewer#133
Conversation
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 <noreply@anthropic.com>
Closed
1 task
|
Claude finished @sjnims's task in 58s —— View job PR Review: docs: move edge cases section outside code block in skill-reviewerTasks
SummaryLooks good ✅ - This is a well-targeted documentation improvement that resolves a real ambiguity issue. What ChangedThe PR moves the Edge Cases section from inside the markdown code block to outside it as a standalone section. Specifically: Before: 3. [Third priority]
**Edge Cases:**
- Skill with no description issues: Focus on content and organization
...Edge Cases:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Moves the Edge Cases section outside the output format code block in
skill-reviewer.mdto 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.mdandagent-creator.mdstructure their edge cases.Alternatives Considered
Changes
plugins/plugin-dev/agents/skill-reviewer.md: Close code block before Edge Cases section, move Edge Cases outside as standalone sectionTesting
🤖 Generated with Claude Code