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...
/fixIteratively repairs code errors until zero remain via autonomous loop, applying one atomic fix per iteration with auto-revert on failure. Supports --target, --scope, --category, --iterations flags.
/fixFixes code issues by locating root causes, applying minimal changes, and verifying with tests. Supports 'debug' mode for systematic analysis without modifications and '[code-review]' constraints.
/fixDetects and fixes bugs by analyzing error messages, stack traces, logs, or file paths. Proposes solutions, implements minimal fixes, validates, and suggests tests.
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