Audit plugin and optionally apply auto-fixes
Audits Claude plugin code for security and best practices, offering automated fixes for common issues.
npx claudepluginhub outfitter-dev/outfitterplugin pathplugin/$ARGUMENTS
claude-plugins skill and run audit checklists from references/audit.mdAskUserQuestionRun the plugin audit skill on the target path. If no path provided, use current directory.
Capture:
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:
For each auto-fix:
Use Tasks to what was fixed vs what remains.
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}
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"}