skill-test

Validate Claude Skill units for structural compliance, behavior, and coverage.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/naxoruto/TE-limonchero-3d --skill skill-test-naxoruto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/naxoruto/TE-limonchero-3d/tree/main/.claude/skills/skill-test
Command: npx skills add https://github.com/naxoruto/TE-limonchero-3d --skill skill-test-naxoruto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate and index Claude Skill units for structural compliance, behavior, and coverage.

Core Features & Use Cases

  • Structural linting across skills to enforce frontmatter, phase headings, and required elements.
  • Behavioral verification against test specs (where available) and category rubrics.
  • Coverage auditing of skill specs, categories, and agent mappings to identify gaps.

Quick Start

Run '/skill-test static all' to lint all skills, or '/skill-test spec [name]' if a spec exists for a skill.

Frequently Asked Questions about skill-test

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

FAQPage Schema
How do I validate Claude skills for structural compliance and frontmatter?

Claude skill validation is performed by linting YAML frontmatter, phase structure, and keyword presence across all units in the .claude/skills directory, producing a standardized compliance report to ensure structural quality.

What is the best way to audit skill specs and category coverage for gaps?

Skill coverage auditing evaluates existing skill specs, categories, and agent mappings to identify behavioral and structural gaps, generating a comprehensive report that highlights missing elements and untested areas in your skill catalog.

Can I test specific skill behavior against test specs?

Yes, you can run behavioral verification against available test specs by executing the spec mode, which checks individual skill behavior and validates that the skill performs its intended functions according to the defined spec criteria.

Do I need any external dependencies to lint skill YAML frontmatter?

No external dependencies are required to lint skill YAML frontmatter. The testing process operates directly on the skill files within the .claude/skills directory to enforce required frontmatter fields and phase structure without additional packages.

Why does my skill fail the structural linting phase checks?

Skills fail structural linting when they lack required frontmatter fields, proper phase structure, defined handoffs, collaboration language, or necessary keywords. The standardized report pinpoints exactly which structural elements are missing or non-compliant.