solo-audit
Health check knowledge base for broken links, missing frontmatter, tag inconsistencies, and coverage gaps. Use when user says "audit KB", "check frontmatter", "find broken links", "tag cleanup", or "knowledge base quality". Do NOT use for SEO audits (use /seo-audit) or code reviews.
Why use this skill?
Automate your knowledge base maintenance with the solo-audit skill. Detect broken links, missing frontmatter, inconsistent tags, and stale drafts in your Markdown files.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/fortunto2/solo-auditWhat This Skill Does
The solo-audit skill is a powerful diagnostic tool designed for maintaining the health and integrity of Markdown-based knowledge bases (KBs). As a project grows, technical debt accumulates in the form of broken internal cross-references, inconsistent metadata tags, and missing frontmatter headers. This skill automates the discovery of these issues by scanning the entire directory structure, parsing YAML frontmatter schemas, verifying link integrity, and identifying orphaned content. It acts as a continuous quality control layer, ensuring your documentation remains structured, discoverable, and professional without requiring manual intervention.
Installation
To integrate this skill into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/fortunto2/solo-audit
Ensure that your project directory is accessible to the agent so that it can perform the necessary recursive file scanning and analysis.
Use Cases
- Automated Refactoring: Use this before a major documentation release to ensure all cross-references are valid.
- Metadata Normalization: Ideal for teams that want to enforce strict frontmatter standards (like mandatory
statusortypefields) across hundreds of files. - Content Curation: Quickly identify 'stale' drafts that have been sitting in progress for over 30 days.
- Taxonomy Cleanup: Use the tag analysis feature to collapse duplicate tags and merge variations (e.g., 'ai' vs 'artificial-intelligence').
- Orphan Detection: Find hidden or unlinked content that isn't surfacing in your internal search or navigation tree.
Example Prompts
- "Hey OpenClaw, please run a full knowledge base audit to check for any broken links and missing frontmatter."
- "I need to clean up my tags. Can you run an audit and show me which tags are only used once?"
- "Check the current status of the knowledge base. Are there any drafts older than 30 days that need attention?"
Tips & Limitations
- Tips: Run this skill periodically during sprint reviews to keep documentation debt low. If you have a custom
check_links.pyscript, ensure it is reachable; the skill will attempt to leverage it for more accurate link validation. - Limitations: This skill is strictly for Markdown projects. It is not designed for SEO analysis (use
/seo-auditfor that) or deep-dive code reviews. For extremely large repositories (10,000+ files), the initial scan may take a moment. Always review the generated report carefully before performing bulk automated edits or file deletions based on the output.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-fortunto2-solo-audit": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
solo-swarm
Launch 3 parallel research agents (market, users, tech) to investigate an idea from multiple angles simultaneously. Use when user says "swarm research", "parallel research", "investigate fast", "3 agents", "team research", or wants faster alternative to /research. Produces research.md. Do NOT use for solo research (use /research) or idea scoring (use /validate).
solo-build
Execute implementation plan tasks with TDD workflow, auto-commit, and phase gates. Use when user says "build it", "start building", "execute plan", "implement tasks", "ship it", or references a track ID. Do NOT use for planning (use /plan) or scaffolding (use /scaffold).
solo-metrics-track
Set up PostHog metrics plan with event funnel, KPI benchmarks, and kill/iterate/scale decision thresholds. Use when user says "set up metrics", "track KPIs", "PostHog events", "funnel analysis", "when to kill or scale", or "success metrics". Do NOT use for SEO metrics (use /seo-audit).
solo-index-youtube
Index YouTube channel videos and transcripts for semantic search. Use when user says "index YouTube", "add YouTube channel", "update video index", or "index transcripts". Works with solograph MCP (if available) or standalone via yt-dlp.
solo-seo-audit
SEO health check for any URL — analyzes meta tags, OG, JSON-LD, sitemap, robots.txt, SERP positions, and scores 0-100. Use when user says "check SEO", "audit this page", "SEO score", "check meta tags", or "SERP position". Do NOT use for generating landing content (use /landing-gen) or social media posts (use /content-gen).