meta-review

Audit SKILL.md files against the SKILL-SPEC v2.0.0 standard.

5|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/stefanoskarakasis/Product-Marketing-Skills --skill meta-review-stefanoskarakasis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-review
Source: https://github.com/stefanoskarakasis/Product-Marketing-Skills/tree/main/pmm-meta/meta-review
Command: npx skills add https://github.com/stefanoskarakasis/Product-Marketing-Skills --skill meta-review-stefanoskarakasis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the review of SKILL.md files against the SKILL-SPEC standard, ensuring that skills are developed to high-quality, spec-compliant standards.

Core Features & Use Cases

  • Automated Spec Compliance: Checks SKILL.md files against the SKILL-SPEC v2.0.0 standard.
  • Detailed Reports: Generates detailed reports on compliance status, highlighting missing information and prioritized fixes.
  • CI Pipeline Integration: Designed for use in continuous integration pipelines to ensure skills meet spec requirements before deployment.

Quick Start

Run the meta-review command on a SKILL.md file to automatically audit it against the SKILL-SPEC standard.

Frequently Asked Questions about meta-review

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

FAQPage Schema
How do I automate SKILL.md audits for spec compliance in a CI pipeline?

Automate SKILL.md audits by running the meta-review command in your CI pipeline to check files against the SKILL-SPEC v2.0.0 standard and generate detailed compliance reports.

What is SKILL-SPEC compliance and why is it needed for skill definitions?

SKILL-SPEC compliance ensures skill definitions meet high-quality standards by validating SKILL.md files against the v2.0.0 standard, highlighting missing information to maintain consistency.

How do I check a SKILL.md file against the SKILL-SPEC v2.0.0 standard?

Check a SKILL.md file by running the meta-review command, which audits the file and provides a detailed report on its compliance status and prioritized fixes.

Do I need any external dependencies to run automated spec compliance checks?

No external dependencies are required to run automated spec compliance checks, as the Skill operates independently to audit SKILL.md files against the standard.

What does the detailed compliance report include when auditing skill definitions?

The detailed compliance report includes the overall compliance status of the SKILL.md file, highlights missing information, and provides prioritized fixes for spec violations.

Can I use automated spec compliance checks to block deployments in a CI pipeline?

Yes, you can integrate automated spec compliance checks into your CI pipeline to ensure SKILL.md files meet SKILL-SPEC requirements before deployment, preventing non-compliant skills from passing.