What problem does it solve? Reviewing a new or modified agent skill for spec conformance, trigger collisions, weak evals, and leaked PII is manual and error-prone. This Skill walks an agent through a structured five-phase audit of any skill in the repo and returns a single severity-grouped Markdown report with a merge recommendation. ## Core Features & Use Cases - Spec and convention checks: Validates frontmatter shape, naming rules, lazy-loaded references, anti-trigger clauses, platform scoping, credential handling, and plan-before-execute rules, optionally delegating to the external skill-validator binary with a native fallback. - Trigger overlap and eval contract validation: Detects keyword collisions between skill descriptions and enforces the repo's standardized evals.json schema, including fixture sync and assertion specificity. - PII scanning and PR gates: Scans skill files for SSNs, payment cards, AWS keys, and real emails, and in PR-diff mode verifies the PR-template checklist (docs updated, 90% eval score, SME and DTX/DevRel reviewers). - Use Case: Before merging a PR that adds a new Kafka skill, ask for a pre-merge review and receive a report listing Blocking findings (e.g., inlined references, missing fixtures) plus the PR-template checklist status. ## Quick Start Review the skill at skills/my-new-skill and give me a pre-merge report with any blocking findings.