skill-test

Validate skill structural compliance and behavioral correctness across static, spec, category, and audit modes.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill skill-test-hechaoyannet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/HechaoYannet/3kingdom-unity/tree/main/.claude/skills/skill-test
Command: npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill skill-test-hechaoyannet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate and enforce structural compliance and behavioral correctness across all skills.

Core Features & Use Cases

  • Automated frontmatter validation and phase-count checks to gate skill readiness.
  • Multi-mode testing (static, spec, category, audit) to provide end-to-end quality assurance.

Quick Start

Run the recommended command /skill-test static all to perform a full static audit of all skills.

Frequently Asked Questions about skill-test

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

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

Validate skill frontmatter and structural compliance by running automated checks that enforce required fields and phase coverage across all skills. This gates skill readiness by ensuring behavioral correctness and frontmatter validation before deployment.

What is skill specification testing and how does it ensure quality?

Skill specification testing is a multi-mode validation process covering static, spec, category, and audit checks. It ensures quality by verifying phase coverage, verdict keywords, collaboration cues, and handoffs, while reporting last test results to enforce behavioral correctness.

How do I run a full static audit of all skills in my repository?

Run a full static audit of all skills by executing a single command to scan all skills under the .claude/skills directory. This performs automated frontmatter validation and phase-count checks to gate skill readiness across your project.

Does skill linter testing check for fork-context constraints and argument hints?

Yes, skill linter testing checks for fork-context constraints and plausible argument hints. It validates these constraints alongside required frontmatter fields and collaboration cues to ensure behavioral correctness and structural compliance across all tested modes.

What are the limitations of automated skill validation in audit mode?

Automated skill validation in audit mode is limited to enforcing structural compliance and behavioral correctness across static and spec checks. It focuses on frontmatter fields, phase coverage, and handoffs, but does not modify skills or test external runtime execution.