review-skill

Audit YAML frontmatter, tool declarations, references, and variable usage in Skills.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Vamdawn/ai-forge --skill review-skill-vamdawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-skill
Source: https://github.com/Vamdawn/ai-forge/tree/main/skills/review-skill
Command: npx skills add https://github.com/Vamdawn/ai-forge --skill review-skill-vamdawn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Audit YAML frontmatter, instruction quality, tool declarations, file references, and variable usage of a target Skill against official guidelines to ensure compliance and reliable operation.

Core Features & Use Cases

  • Validate frontmatter fields (name, description, allowed-tools, etc.)
  • Detect broken references and dead links
  • Produce severity-scored reports for audit and refactoring
  • Output actionable remediation suggestions
  • Reference official Skill checklists and specification docs during reviews

Quick Start

Invoke with a path to a Skill to generate a structured compliance report.

Frequently Asked Questions about review-skill

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

FAQPage Schema
How do I audit an Agent Skill for YAML frontmatter compliance?

Auditing an Agent Skill for YAML frontmatter compliance involves checking fields like name and description against the official specification. This Skill identifies frontmatter issues, validates tool declarations, and returns a severity-scored report with actionable remediation suggestions.

What is the best way to check a Skill for broken references and dead links?

Checking a Skill for broken references and dead links requires scanning the SKILL.md and its referenced files against official guidelines. An audit tool detects broken references, validates variable usage, and outputs a structured severity-scored report highlighting locations for remediation.

How do I validate allowed-tools declarations in my SKILL.md file?

Validating allowed-tools declarations in a SKILL.md file requires checking the YAML frontmatter against the official specification. An audit tool applies checks for frontmatter validity and tool declarations, returning a severity-scored report with suggested fixes without modifying the Skill.

Can I get automated remediation suggestions for SKILL.md variable usage errors?

Getting remediation suggestions for SKILL.md variable usage errors involves running an audit that checks variable usage across the Skill and referenced files. The audit produces a severity-scored report highlighting locations and providing actionable remediation suggestions for compliance.

Does the compliance audit modify the target Skill files during review?

The compliance audit does not modify the target Skill files during review. It identifies YAML frontmatter and content issues in a specified Skill, applying checks for frontmatter validity and references, and returns a structured report with severity levels and suggested fixes.