review-skills

Validate skill directories against the Agent Skills specification.

86|13|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/base44/skills --skill review-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-skills
Source: https://github.com/base44/skills/tree/main/.claude/skills/review-skills
Command: npx skills add https://github.com/base44/skills --skill review-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams ensure that skill units adhere to the Agent Skills specification by validating their structure, frontmatter, and body content, and by surfacing actionable fixes.

Core Features & Use Cases

  • Validates frontmatter for required fields and allowed properties.
  • Checks alignment with the spec for directory structure, body content length, and progressive disclosure.
  • Generates concrete remediation recommendations for skill authors.

Quick Start

Run: review-skill --path .claude/skills/review-skills

Frequently Asked Questions about review-skills

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

FAQPage Schema
How do I validate agent skill frontmatter and spec compliance?

You can validate agent skill frontmatter and spec compliance by analyzing the target SKILL.md and related resources to assess required fields, allowed properties, and alignment with the Agent Skills specification.

What is skill validation and why do I need it for documentation?

Skill validation is the structured review of a skill's directory structure, body content, and frontmatter. You need it to surface actionable fixes and ensure skill units adhere to the Agent Skills specification.

How do I check if my skill meets trigger pattern and intent scope requirements?

To check trigger pattern and intent scope requirements, apply a structured review to the skill directory examining body content length, frontmatter, and optional references to identify validation issues against the spec.

Can I audit a single skill directory for progressive disclosure and body content length?

Yes, you can audit a single skill directory to check alignment with the spec for directory structure, body content length, and progressive disclosure, generating concrete remediation recommendations for skill authors.

What's the best way to generate remediation recommendations for invalid skill frontmatter?

The best way to generate remediation recommendations is to validate frontmatter for required fields and allowed properties, then document concrete fixes and notes for remediation based on the validation issues found.

Does skill validation work without external dependencies or components?

Yes, skill validation works without external dependencies or components, applying a structured review directly to the target skill's SKILL.md and related resources to identify improvement opportunities.