solo-audit

Validate YAML frontmatter, links, tags, and structure in Markdown knowledge bases.

18|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/fortunto2/solo-factory --skill solo-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solo-audit
Source: https://github.com/fortunto2/solo-factory/tree/main/skills/audit
Command: npx skills add https://github.com/fortunto2/solo-factory --skill solo-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit the knowledge base for quality issues such as missing frontmatter, broken links, tag inconsistencies, orphaned files, and coverage gaps. It works on any markdown-heavy project.

Core Features & Use Cases

  • Frontmatter validation and quality checks across a corpus of Markdown docs
  • Link integrity and orphaned-file detection to improve navigation and relevance
  • Tag consistency, coverage analysis, and content quality gating to drive KB health
  • Use Case: Run a full KB health check to surface issues and generate an actionable remediation plan.

Quick Start

Run a full KB health audit and review the generated remediation report.

Frequently Asked Questions about solo-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my markdown knowledge base for broken links and missing frontmatter?

You can audit a markdown knowledge base by scanning for missing frontmatter, broken links, and orphaned files to generate actionable remediation guidance. This process validates YAML frontmatter presence and field consistency across your documentation corpus.

What is knowledge base health auditing and what issues does it detect?

Knowledge base health auditing is the process of validating documentation quality by checking frontmatter, links, tags, and structure. It detects missing YAML frontmatter, broken internal links, tag inconsistencies, orphaned files, and coverage gaps across markdown files.

How do I check for orphaned files and tag inconsistencies in a markdown documentation corpus?

To check for orphaned files and tag inconsistencies, run a full health audit on your markdown corpus. The audit performs link integrity verification and tag normalization to identify unlinked files and standardize tag usage across the knowledge base.

Can I configure specific validation checks when auditing frontmatter consistency across my knowledge base?

Yes, you can configure validation checks using the optional ARGUMENTS parameter when auditing frontmatter consistency. This allows you to customize deterministic checks for YAML field presence, link verification, tag normalization, and orphaned-file detection based on your specific requirements.

Does this knowledge base audit tool work with any markdown-heavy project or are there specific dependencies?

The knowledge base audit tool works with any markdown-heavy project and requires no external dependencies. It applies deterministic checks directly to your documentation corpus to validate frontmatter, links, tags, and structural consistency without needing additional frameworks.

What is the best way to normalize tags and verify link integrity across a large documentation corpus?

The best way to normalize tags and verify link integrity is running a comprehensive health audit that applies deterministic checks across all markdown files. This generates an actionable remediation report highlighting tag inconsistencies and broken links for systematic resolution.