skill-review

Audit claude-skills documentation for standards violations and version drift.

52|6|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/ovachiever/droid-tings --skill skill-review-ovachiever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-review
Source: https://github.com/ovachiever/droid-tings/tree/main/skills/skill-review
Command: npx skills add https://github.com/ovachiever/droid-tings --skill skill-review-ovachiever

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Skill Review performs a rigorous 9-phase audit of claude-skills documentation to ensure frontmatter validity, alignment with official docs, code example accuracy, and version drift detection, with automated fixes when possible.

Core Features & Use Cases

  • YAML/frontmatter validation and keyword coverage
  • Official docs verification via Context7/WebFetch and GitHub activity checks
  • Cross-file consistency checks and automated fixes
  • Version drift detection and changelog generation

Quick Start

Run the Skill Review script to audit a target skill, then review automated fixes and apply updates.

Frequently Asked Questions about skill-review

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

FAQPage Schema
How do I audit claude-skills documentation for consistency and standards violations?

Skill Review performs a 9-phase audit of claude-skills documentation to detect YAML frontmatter violations, keyword coverage gaps, version drift, broken links, and code example accuracy. Run the audit script against your target skill to identify issues, classify severity, and receive automated fixes for unambiguous problems.

What does YAML frontmatter validation check in skill documentation?

YAML frontmatter validation verifies the metadata block at the top of skill files for structural correctness, required field presence, and keyword alignment with official documentation standards. The audit flags missing or malformed fields and cross-references them against the official docs.

Can Skill Review automatically fix documentation inconsistencies?

Yes. Skill Review auto-fixes unambiguous inconsistencies like formatting errors and version updates across multiple files, then generates a changelog. You review the proposed fixes before applying updates to maintain control over changes.

How does Skill Review detect version drift in package dependencies?

Skill Review compares declared package versions in skill documentation against current versions in package managers and GitHub repositories. It flags outdated or mismatched versions and suggests updates to align documentation with actual dependency currency.

What's included in a cross-file consistency check for skills?

Cross-file consistency checks verify that skill descriptions, examples, and metadata align across README, frontmatter, and code files. The audit identifies contradictions between files and suggests standardized rewrites to eliminate drift.