Skip to content

Commit 18b75f0

Browse files
sjnimsclaude
andcommitted
feat: add debugging-focused example to skill-reviewer agent
Add a 4th example demonstrating the troubleshooting use case when users report skills not triggering correctly. This extends the agent's coverage to include diagnostic scenarios alongside the existing review examples. Fixes #122 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 61d3fa8 commit 18b75f0

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)