What problem does it solve?
Projects often drift from documentation standards, leaving missing files, misnamed documents, and non-sequential ADRs that break onboarding, CI checks, and release readiness; this Skill automates the detection and reporting of those issues so teams can enforce consistency before release.
Core Features & Use Cases
- Structure Validation: Verifies required docs directories including profile-specific folders and reports missing directories.
- File Validation & Naming: Checks presence of mandatory documents, enforces UPPERCASE core docs and kebab-case auxiliary docs, and suggests renames.
- ADR Continuity: Detects ADR numbering gaps and missing ADR index entries.
- Scoring & CI Integration: Produces a 0–100 compliance score, human-readable and JSON outputs, and exit codes suitable for CI gates.
- Auto-fix Suggestions: Generates actionable fixes and can call /init-docs or provide rename/mkdir suggestions to restore compliance.
- Use Cases: Pre-release verification, CI documentation gates, onboarding audits, and automating repo cleanup before handoffs.
Quick Start
Check the project's documentation structure for the tauri profile and return a JSON validation report.