How this command is triggered — by the user, by Claude, or both
Slash command
/fieldguides:audit plugin pathplugin/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Plugin Audit $ARGUMENTS ## Steps 1. Load the `claude-plugins` skill and run audit checklists from `references/audit.md` 2. Review findings and identify auto-fixable issues 3. If auto-fixable issues exist, offer to apply fixes 4. For applied fixes, verify each change 5. Enter Plan mode 6. 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...
$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"}
npx claudepluginhub outfitter-dev/outfitter --plugin fieldguides/gf-auditAudits GateFlow plugins for gaps, inconsistencies, and missing content in agents, skills, IP blocks, boards, and docs. Reports prioritized issues (Critical to Low) and optionally auto-fixes all with --fix.
/audit-pluginsAudits specified Claude plugins (name, path, or 'all') for structure validity, best practices, deprecations, changelog compatibility, and security; generates Markdown report with summary, details, and action items.
/SKILLValidates Claude plugin structure, launches agent to apply fixes with user approval, increments version, re-validates, and generates report.
/audit-pluginAudits Claude Code plugin artifacts for schema, specification, security, and structural defects. Supports --full (7 dimensions) and --mini (4 dimensions) depth flags.
/plugin-reviewReviews Claude Code plugin at <plugin-path> against best practices, tracks progress in state file, validates components, and recommends improvements.
/update-pluginsAudits plugin.json registrations against disk contents to detect missing or stale skills, commands, agents, hooks. Runs validation, modernization audits, and quality reviews; supports dry-run and auto-fix.