docs: fix incorrect references in skill-reviewer agent#115
Conversation
- Update line 44: change "skill-creator best practices" to reference the skill-development skill (skill-creator agent doesn't exist) - Update line 57: remove undocumented when_to_use deprecation claim and simplify optional fields documentation Fixes #112 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
Claude finished @sjnims's task in 1m 25s —— View job PR Review Complete ✓Tasks
SummaryLooks good! This PR fixes two legitimate documentation inaccuracies in the skill-reviewer agent. The changes are accurate, well-justified, and improve documentation correctness. What's Good
Agent ValidationThe skill-reviewer agent follows all plugin-dev conventions:
Checklist Verification
RecommendationApprove and merge. These are legitimate corrections that improve documentation accuracy. |
Summary
Fixes two documentation inaccuracies in the skill-reviewer agent that could confuse users.
Problem
Fixes #112
The skill-reviewer agent contained two incorrect references:
skill-creatoragent existswhen_to_useis deprecated without any source in Claude Code docsSolution
Alternatives Considered
when_to_useisn't documented anywhere in official Claude Code docs, removing the claim is the safest approachChanges
plugins/plugin-dev/agents/skill-reviewer.md: Updated lines 44 and 57Testing
🤖 Generated with Claude Code