Skip to content

Commit 13f52fe

Browse files
sjnimsclaude
andauthored
feat: add debugging-focused example to skill-reviewer agent (#126)
## Summary Add a 4th example to the skill-reviewer agent demonstrating the troubleshooting use case when users report skills not triggering correctly. ## Problem Fixes #122 The skill-reviewer agent has exactly 3 examples (the minimum recommended), all focused on reviewing newly created or modified skills. A common user scenario was missing: **debugging why a skill isn't triggering correctly**. ## Solution Added a new example demonstrating the debugging/diagnostic scenario: ```markdown <example> Context: User is having trouble with skill triggering user: "My skill isn't being loaded when I ask about PDF processing" assistant: "I'll use the skill-reviewer agent to analyze why the skill isn't triggering." <commentary> Skill triggering issue reported, trigger skill-reviewer to diagnose description and trigger phrase quality. </commentary> </example> ``` This extends the agent's coverage to include diagnostic scenarios without changing its core functionality. ### Alternatives Considered - Adding trigger phrases to description instead of example (but examples are more effective for Claude) - Creating a separate "skill-debugger" agent (but skill-reviewer's capabilities already cover this) ## Changes - `plugins/plugin-dev/agents/skill-reviewer.md`: Added 4th example for debugging scenario ## Testing - [x] Linting passes - [x] Example follows existing pattern --- 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 61d3fa8 commit 13f52fe

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ Skill description modified, review for triggering effectiveness.
2929
</commentary>
3030
</example>
3131

32+
<example>
33+
Context: User is having trouble with skill triggering
34+
user: "My skill isn't being loaded when I ask about PDF processing"
35+
assistant: "I'll use the skill-reviewer agent to analyze why the skill isn't triggering."
36+
<commentary>
37+
Skill triggering issue reported, trigger skill-reviewer to diagnose description and trigger phrase quality.
38+
</commentary>
39+
</example>
40+
3241
model: inherit
3342
color: cyan
3443
tools: Read, Grep, Glob

0 commit comments

Comments
 (0)