Skill Auditing
Quick Start
See all your installed skills:
/skill-check
Fix structural issues (user-owned skills only):
/skill-check --fix
What It Shows
- Full inventory of every skill with description, source, repo link, and token count
- GitHub repo links for every skill — resolved from plugin.json, skill-lock, or marketplace git remote
- Structure issues — missing frontmatter fields (name, description, version)
- Available updates — checks GitHub for newer versions of plugins and standalone skills
Options
| Flag | Effect |
|---|---|
--fix |
Fix structural issues (with confirmation, user-owned skills only) |
--json |
Output machine-readable JSON |
--no-update |
Skip GitHub update checks (offline mode) |