skill-audit

Audit SKILL.md files for bloated, duplicated, and harmful entries.

25|14|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/vlad-ryzhkov/AI-QA-workshop-feb19 --skill skill-audit-vlad-ryzhkov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-audit
Source: https://github.com/vlad-ryzhkov/AI-QA-workshop-feb19/tree/main/.agents/skills/skill-audit
Command: npx skills add https://github.com/vlad-ryzhkov/AI-QA-workshop-feb19 --skill skill-audit-vlad-ryzhkov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits SKILL.md files to identify bloated templates, duplicated content, and harmful patterns, helping maintain concise and safe skill catalogs.

Core Features & Use Cases

  • Detects unnecessary repetition and oversized frontmatter in SKILL.md entries.
  • Flags anti-patterns like "DO NOT FIX" and other risky prompts to improve maintainability.
  • Use Case: during catalog hygiene audits to prune obsolete or redundant skills and reduce token costs.

Quick Start

Scan all SKILL.md files in the repository and report any bloated or duplicate sections for review.

Frequently Asked Questions about skill-audit

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

FAQPage Schema
How do I audit SKILL.md files for bloat and duplicates?

You can audit SKILL.md files by scanning them to identify bloated templates, oversized frontmatter, and unnecessary content repetition. The process flags anti-patterns and reports structured metadata including dependencies and safety flags.

What are harmful anti-patterns to look for in markdown skill definitions?

Harmful anti-patterns in markdown skill definitions include risky prompts like "DO NOT FIX" and oversized YAML frontmatter. Identifying these patterns improves maintainability and ensures safe skill catalogs.

How do I validate YAML frontmatter in SKILL.md entries?

Validating YAML frontmatter in SKILL.md entries involves checking for the presence of required name and description fields. The audit examines the frontmatter structure and flags entries missing these critical metadata components.

Can I scan all skills across a repository for security risks during catalog maintenance?

Yes, you can scan all skill units under the .agents/skills directory across a repository during catalog maintenance. The audit identifies security flags and harmful patterns to help prune obsolete skills and reduce token costs.

What is the best way to reduce token costs when maintaining a skill catalog?

The best way to reduce token costs in a skill catalog is running hygiene audits to prune obsolete or redundant skills. Detecting unnecessary repetition and bloated templates in SKILL.md entries keeps the catalog concise.

When should I not use an automated skill audit for markdown files?

Automated skill audits are not suited for repositories lacking standardized SKILL.md entries with YAML frontmatter. The audit relies on consistent file structures to validate name and description fields and detect anti-patterns effectively.