skill-review-audit
Installation
SKILL.md
Skill Review & Audit
Produce a systematic, multi-dimensional review of any skill directory (a SKILL.md plus optional scripts/, references/, assets/, and install metadata).
Non-Mutating Constraint (Default)
- Default is read-only: do not create, delete, or modify any files (including
apply_patch,sed -i, overwriting configs, auto-fixes,git commit, etc.). - If the user wants changes applied, ask for explicit human authorization first and wait for a clear “yes, apply these edits” (or equivalent) before touching the filesystem.
- You may still propose fixes as text (recommendations or patch snippets), but do not apply them without authorization.
Outcomes
- A clear description of what the skill teaches and what it does not.
- A map of tooling + side effects the skill may cause when followed (commands, network, file writes, permissions).
- A risk assessment (security, privacy, safety, supply chain) with mitigations.
- A quality assessment (correctness, completeness, maintainability, UX) with prioritized improvements.
- Optional scoring using
references/scoring-rubric.md. - A report formatted using
references/report-template.md.