From skill-maker
Automatically reviews and fixes quality issues in a skill folder or SKILL.md file, applying edits with before/after previews and re-validating.
npx claudepluginhub vcode-sh/vibe-tools --plugin skill-makerpath to skill folder or SKILL.md# Auto-Fix Skill Issues Automatically review and fix quality issues in an existing skill. Runs a full review first, then applies fixes. ## Input The user provides: `$ARGUMENTS` If `$ARGUMENTS` is a path, use it directly. If `$ARGUMENTS` is empty, ask: "Which skill should I fix? Provide the path to the skill folder or SKILL.md file." ## Process ### 1. Run Review Perform the same comprehensive review as `/skill-maker:review`: - Read SKILL.md and all supporting files - Assess structure, frontmatter, description, body, triggering ### 2. Identify Fixable Issues Categorize findings: **A...
/heal-skillFixes incorrect SKILL.md files by detecting skills from context, analyzing issues, proposing before/after diffs across docs and scripts, getting approval, applying edits, and optionally committing.
/heal-skillFixes incorrect SKILL.md files in skills: detects from context, reflects on issues, proposes before/after diffs, gets approval, applies edits, optionally commits.
/heal-skillFixes incorrect SKILL.md files in skills: detects faulty skill from context, analyzes issues, proposes changes to SKILL.md and related files, gets user approval, applies edits, and optionally commits.
/audit-skillAudits Claude Code SKILL.md files for structure, description quality, content effectiveness, progressive disclosure, and more across 4-7 pillars. Supports --full or --mini modes and path/glob inputs.
/eval-auditBatch evaluates SKILL.md files in a directory across quality dimensions like security and structure, producing summary table, JSON results, and optional auto-fixes.
/validate-skillValidates skill file at given path for structure, quality, security, standards, and ecosystem compliance, producing detailed report with summary, findings, recommendations, and readiness status.
Share bugs, ideas, or general feedback.
Automatically review and fix quality issues in an existing skill. Runs a full review first, then applies fixes.
The user provides: $ARGUMENTS
If $ARGUMENTS is a path, use it directly.
If $ARGUMENTS is empty, ask: "Which skill should I fix? Provide the path to the skill folder or SKILL.md file."
Perform the same comprehensive review as /skill-maker:review:
Categorize findings:
Auto-fixable:
--- delimiters in frontmatterRequires user input:
For each auto-fixable issue:
For issues requiring user input:
After all fixes applied, show:
FIXES APPLIED: [skill-name]
═══════════════════════════
Fixed:
- [Fix 1]: [what was changed]
- [Fix 2]: [what was changed]
- [Fix 3]: [what was changed]
Skipped (needs user input):
- [Issue 1]: [why it needs input]
Before: Grade [X] → After: Grade [Y]
Run the full validation again to confirm all fixes worked. Present the updated scores.
--- delimiters