What problem does it solve?
The yamlfm-collection-analysis skill simplifies the process of analyzing and auditing Markdown files with YAML front matter. It identifies inconsistencies, missing metadata, and provides schema insights, enabling comprehensive quality control for structured knowledge bases.
Core Features & Use Cases
- Structured Analysis: Extracts and analyzes schema from YAML front matter across a directory of Markdown files.
- Audit Reports: Generates detailed audit reports identifying missing fields, potential data inconsistencies, and usage anomalies.
- Schema Validation: Ensures all required YAML front matter fields are present and correctly formatted.
- Use Case: Use this skill to maintain a large knowledge base or code documentation project by validating schema adherence across thousands of documents.
Quick Start
Use 'dotnet fsi describe.fsx' to inspect the schema of the Markdown collection at /path/to/collection. Then run 'dotnet fsi audit.fsx' for a full audit report.