skill-test

Validate SKILL.md files for structural compliance and behavioral correctness.

18|5|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill skill-test-wsman
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/wsman/MY-DOGE-MICRO/tree/main/.agents/skills/skill-test
Command: npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill skill-test-wsman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps maintainers verify that skill files are structurally correct and behaviorally consistent before they are used in real workflows.

Core Features & Use Cases

  • Static compliance checks: Confirm required frontmatter, phase structure, verdict keywords, write-approval language, and next-step handoffs.
  • Behavioral verification: Compare a skill's written instructions against test cases and protocol expectations.
  • Coverage review: Use category and audit modes to assess rubric alignment, test history, and gaps across the skill catalog.
  • Use Case: A repository maintainer can validate a new skill, confirm it routes product and game contexts correctly, and review whether its test coverage is up to date.

Quick Start

Use the skill-test skill to check one skill's static compliance, spec behavior, category rubric, or audit coverage based on the review you need.

Frequently Asked Questions about skill-test

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

FAQPage Schema
How do I validate SKILL.md files for structural compliance?▼

To validate SKILL.md files for structural compliance, use a linter to check YAML frontmatter, confirm phase and verdict detection, verify ask-before-write safeguards, and ensure next-step handoffs are present.

What is skill behavioral verification and when do I need it?▼

Skill behavioral verification compares a skill's written instructions against test cases and protocol expectations. You need it to maintain behavioral consistency before using skill units in real workflows.

How do I check test coverage gaps across a skill catalog?▼

To check test coverage gaps across a skill catalog, run an audit review that assesses rubric alignment, test history, and coverage reporting against catalog and memory-bank records.

Can I use a YAML linter to verify skill routing contexts?▼

Yes, you can use a YAML linter to verify skill routing contexts by validating frontmatter and confirming that product, game, and dual-domain routing contexts are structurally correct.

What are the limitations of static compliance checks for skill files?▼

Static compliance checks are limited to confirming required frontmatter, phase structure, verdict keywords, and write-approval language, but do not fully verify behavioral correctness against test cases.

Does skill-test work without external dependencies?▼

Yes, skill-test works without external dependencies, allowing you to validate static compliance, spec behavior, category rubrics, and audit coverage directly on your skill files.