What problem does it solve?
This skill enforces repository-local governance for Vibe-native skills by validating SKILL.md content against project standards, preventing semantic drift, and ensuring shell and shared-state boundaries are respected.
Core Features & Use Cases
- Standards alignment: Checks that skills cite the correct docs/standards files and prefers direct references over duplicated prose.
- Command reality checks: Runs repository helpers to verify bin/vibe domains, subcommands, and options actually exist and flags capability gaps.
- Drift detection and classification: Compares file timestamps, detects newer standards, and classifies findings as Blocking, Missing Reference, Capability Gap, or Drift Warning.
- Use case: When creating or updating a skills/vibe-* SKILL.md, run this audit to align wording, fix outdated commands, and capture required references.
Quick Start
Run the audit script on a target SKILL.md and fix any Blocking, Missing Reference, Capability Gap, or Drift Warning entries reported.