skill-review

Audit SKILL.md files against best practices and produce structured pass/fail reports.

19|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/hamsurang/kit --skill skill-review-hamsurang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-review
Source: https://github.com/hamsurang/kit/tree/main/plugins/skill-review/skills/skill-review
Command: npx skills add https://github.com/hamsurang/kit --skill skill-review-hamsurang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes uncertainty when validating a SKILL.md by running a reproducible checklist to identify spec violations, best-practice issues, broken references, and structural problems, and by explaining why each finding matters.

Core Features & Use Cases

  • Checklist-driven audit: Executes the checks defined in references/checklist.md and assigns PASS, WARNING, or ERROR to each item.
  • Context-aware validation: Loads and inspects linked reference files to detect broken links and heavy inline content that should be relocated.
  • Actionable output: Produces a summary status, score, categorized findings, and prioritized remediation steps suitable for pre-publish or code-review workflows.
  • Use case: Run before publishing to a marketplace or merging a plugin to ensure the skill meets discoverability and quality requirements.

Quick Start

Review the SKILL.md at plugins/my-plugin/skills/example/ and return a structured pass/fail report with prioritized recommendations.

Frequently Asked Questions about skill-review

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

FAQPage Schema
How do I audit a SKILL.md file for best-practice compliance before publishing?

To audit a SKILL.md file for best-practice compliance, run a checklist-driven review that validates frontmatter, description quality, structure, and linked references. This produces a structured pass/fail report with categorized findings and prioritized remediation steps suitable for pre-publish workflows.

What does a structured SKILL.md quality review check?

A structured SKILL.md quality review checks frontmatter compliance, description quality, document structure, linked references, and scripts. It loads referenced files to detect broken links and flags heavy inline content that should be relocated, assigning PASS, WARNING, or ERROR to each item.

How do I validate plugin and skill development workflows for broken references?

You validate plugin and skill development workflows for broken references by running context-aware validation that loads and inspects linked reference files. This detects broken links and identifies heavy inline content that should be relocated before merging or publishing.

Can I use a checklist-driven audit to score my SKILL.md and generate remediation steps?

Yes, you can use a checklist-driven audit to score your SKILL.md and generate remediation steps. The review executes predefined checks, assigns PASS, WARNING, or ERROR statuses, and outputs a summary score with prioritized recommendations for code-review workflows.

What's the best way to ensure SKILL.md discoverability and quality requirements are met?

The best way to ensure SKILL.md discoverability and quality requirements are met is to run a reproducible checklist audit before publishing to a marketplace or merging a plugin. This identifies spec violations and best-practice issues while explaining why each finding matters.

When should I not use an automated SKILL.md audit?

You should not use an automated SKILL.md audit when you need subjective content evaluation or semantic reasoning beyond structural validation, as the review focuses on spec compliance, frontmatter, broken references, and predefined best-practice checks rather than nuanced content quality.