From skill2
Use when reviewing one skill or a skill library for structural, safety, linkage, size, or static trigger-boundary problems.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill2:skill2-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find evidence-backed defects without changing the library.
Find evidence-backed defects without changing the library.
| Target | Checks |
|---|---|
| One Skill | Frontmatter, description, links, resources, scripts, secrets, local paths, size |
| Skill Library | Every single-Skill check plus duplicate names, ownership, scope, and static trigger overlap |
uv run --script <skill-dir>/scripts/run -- lint <target> --json first for a single Skill or a library. Save and use its static findings as evidence.inconclusive. Never claim clean.SKILL.md and frontmatterdescription| Level | Meaning |
|---|---|
| P0 | Install or execution breaks |
| P1 | Triggering or ownership is wrong |
| P2 | Safety or maintenance risk |
| P3 | Cleanup or style debt |
Return severity, file, evidence, impact, and smallest suggested change. Do not apply fixes unless requested.
uv run --script <skill-dir>/scripts/run -- lint skills/<name> --json
uv run --script <skill-dir>/scripts/run -- lint skills --json
uv run --script <skill-dir>/scripts/run -- scan skills/<name> --json
uv run --script <skill-dir>/scripts/run -- scan skills --json
npx claudepluginhub misterbrookt/skill2 --plugin skill2Reviews Claude Code Skill directories for structural compliance, frontmatter consistency, reference integrity, security risks, and business flow depth.
Reviews standalone skills and their configured distribution surfaces before publication. Use for skill release readiness; not for product code or implementation-plan review.
Audits locally installed agent skills for security/policy issues using SkillLens CLI. Scans skill directories, produces risk-focused reports with verdicts and evidence.