1.7 KiB
1.7 KiB
| description | argument-hint | allowed-tools | |
|---|---|---|---|
| Audit plugin and optionally apply auto-fixes |
|
Read Write Edit Grep Glob Bash Task Skill |
Plugin Audit
$ARGUMENTS
Steps
- Delegate by loading the
outfitter:claude-plugin-auditskill for plugin analysis - Review findings and identify auto-fixable issues
- If auto-fixable issues exist, offer to apply fixes
- For applied fixes, verify each change
- Enter Plan mode
- Present remaining issues that need manual attention with the
AskUserQuestion
Workflow
Stage 1: Audit
Run the plugin audit skill on the target path. If no path provided, use current directory.
Capture:
- Critical issues (blocking)
- Warnings (should fix)
- Info (suggestions)
- Which issues are auto-fixable
Stage 2: Auto-Fix Decision
If auto-fixable issues found:
Found {N} auto-fixable issues:
- {issue 1}
- {issue 2}
Apply automatic fixes? (will show each change)
Use AskUserQuestion with options:
- Apply all auto-fixes
- Review each fix individually
- Skip auto-fixes, show manual issues only
Stage 3: Apply Fixes
For each auto-fix:
- Show the proposed change
- Apply the fix
- Verify the fix worked
Use Tasks to what was fixed vs what remains.
Stage 4: Follow-Up
Present remaining issues that need manual attention:
## Remaining Issues
### Critical (must fix manually)
- {issue with guidance}
### Warnings (recommended)
- {issue with guidance}
## Next Steps
- {specific action items}
Output
Final summary:
# Plugin Audit Complete
**Plugin**: {name}
**Auto-fixes applied**: {N}
**Remaining issues**: {N} critical, {N} warnings
{next steps or "Plugin is ready for distribution"}