review-skill

Validate Agent Skill structure and content quality for deployment readiness.

166|30|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/mongodb/agent-skills --skill review-skill-mongodb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-skill
Source: https://github.com/mongodb/agent-skills/tree/main/tools/review-skill
Command: npx skills add https://github.com/mongodb/agent-skills --skill review-skill-mongodb

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps verify the structural validity and content quality of an Agent Skill before publishing or deployment, preventing errors and ensuring high standards.

Core Features & Use Cases

  • Structural Validation: Runs skill-validator to check for errors and warnings.
  • Content Assessment: Evaluates the SKILL.md content with an LLM judge for clarity, actionability, and relevance.
  • Use Case: Use this Skill to audit a new skill draft, identifying issues early and ensuring readiness for publication or integration.

Quick Start

Use the review-skill to validate the Skill directory at tools/review-skill.

Frequently Asked Questions about review-skill

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

FAQPage Schema
How do I validate an Agent Skill before publishing?

To validate an Agent Skill before publishing, use review-skill to check structural formatting and content clarity, identifying potential issues early to ensure deployment readiness.

What is structural validation for Agent Skills?

Structural validation for Agent Skills is the process of running a validator to check for formatting errors and warnings, ensuring the skill directory meets required quality and structure standards.

How do I check content quality in a SKILL.md file?

To check content quality in a SKILL.md file, use an LLM judge to evaluate the content for clarity, actionability, and relevance, ensuring the skill documentation meets high standards.

Can I audit a new skill draft for deployment readiness?

Yes, you can audit a new skill draft for deployment readiness by validating its structure and assessing its content, preventing errors and ensuring the skill is ready for integration.

What are common issues found during skill review?

Common issues found during skill review include structural formatting errors, content clarity problems, and potential warnings that may prevent successful publication or deployment.

Does the skill review process require dependencies?

The skill review process does not require external dependencies, as it uses built-in scripts and references to validate the skill directory and assess content quality.