Commit 5daa19e
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
201 | | - | |
202 | 203 | | |
203 | 204 | | |
0 commit comments