skills-audit

Audit SKILL.md files for consistency, duplicates, and broken cross-references.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/xkl2013/lobe --skill skills-audit-xkl2013
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-audit
Source: https://github.com/xkl2013/lobe/tree/main/.agents/skills/skills-audit
Command: npx skills add https://github.com/xkl2013/lobe --skill skills-audit-xkl2013

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing and maintaining SKILL.md files, helping to ensure consistency, efficiency, and up-to-date documentation within the skill set.

Core Features & Use Cases

  • Inventory: Generates a comprehensive list of all SKILL.md files for review.
  • Description Format: Ensures descriptions adhere to a standard template.
  • Overlap Detection: Identifies duplicate or redundant skills.
  • Stale Skill Check: Flags skills that may have become outdated.
  • Cross-Reference Integrity: Checks for broken links within skill descriptions.
  • Reporting: Provides a summary of findings with actionable recommendations.

Quick Start

Perform a review of the SKILL.md files in the .agents/skills directory using the skills-audit skill.

Frequently Asked Questions about skills-audit

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

FAQPage Schema
How do I check SKILL.md files for consistency and duplicates?

To check SKILL.md files for consistency, you can automate the review process to inventory all files, ensure descriptions follow a standard template, and identify duplicate or redundant skills within your directory.

What is the best way to audit outdated skills in a .agents/skills directory?

Auditing outdated skills in a .agents/skills directory involves performing a stale skill check that flags SKILL.md files requiring updates, verifying cross-references, and generating a detailed report with actionable recommendations.

How do I verify cross-reference integrity in SKILL.md documentation?

Verifying cross-reference integrity in SKILL.md documentation requires parsing and processing the files to check for broken links within skill descriptions, ensuring your documentation remains accurate and navigable.

Does skill auditing require any specific dependencies or environments?

Skill auditing requires no external dependencies, operating independently to parse and process SKILL.md files for content analysis, generating a comprehensive inventory and summary of findings directly from your existing skill set.

Can I automate code review for software quality across multiple SKILL.md files?

You can automate code review for software quality by running an audit that parses multiple SKILL.md files, identifies overlaps, checks description formats against a standard template, and provides a detailed report of findings.

Why does my SKILL.md management process result in overlapping skill descriptions?

Overlapping skill descriptions occur when multiple SKILL.md files define redundant capabilities; running an overlap detection audit identifies these duplicates and provides actionable recommendations to consolidate your skill set.