Loading...
Loading...
We review Claude Code Skills based on official best practices and provide specific improvement suggestions. It is triggered by requests such as 'Review this skill', 'Check skill quality', 'Validate SKILL.md', 'I want to improve this skill'.
npx skill4agent add tukaelu/agent-skills skill-reviewer# Skill Review Report: {skill-name}
## Summary
- Overall Rating: {PASS | NEEDS_IMPROVEMENT | CRITICAL_ISSUES}
- Critical: {count}
- Warning: {count}
- Info: {count}
## Critical (Must Fix)
{List of issues requiring mandatory fixes}
## Warning (Recommended Fixes)
{List of recommended improvements}
## Info (Improvement Suggestions)
{List of optional enhancements}
## Specific Recommendations
{Specific action items including examples}AskUserQuestion({
questions: [{
question: "Would you like to fix the identified issues?",
header: "Correction Strategy",
options: [
{ label: "Fix while confirming one by one", description: "Proceed with proposals and confirmations one item at a time (Recommended)" },
{ label: "Fix only Critical issues", description: "Automatically apply only mandatory fixes" },
{ label: "Fix all automatically", description: "Fix all issues without confirmation" },
{ label: "Do not fix", description: "Only refer to the report" }
],
multiSelect: false
}]
})