skill-test

Validate Skill units against structural and behavioral criteria.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/packetalien/cursor-game-studios --skill skill-test-packetalien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/packetalien/cursor-game-studios/tree/main/.cursor/skills/skill-test
Command: npx skills add https://github.com/packetalien/cursor-game-studios --skill skill-test-packetalien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate Skill units against structural and behavioral criteria to prevent misconfigurations from propagating into tooling and automation pipelines.

Core Features & Use Cases

  • Frontmatter validation ensures essential fields exist and are well-formed.
  • Phase-count and workflow checks ensure skills define actionable, testable steps.
  • Automated style, safety, and documentation checks prevent ambiguous definitions from entering production.

Quick Start

Run the static check for a single Skill with the /skill-test static [name] command.

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 phase coverage for skill units?

You can validate frontmatter and phase coverage by running static checks against structural and behavioral criteria. This framework ensures skill units enforce required fields, multiple phases, and documented handoffs.

Why does frontmatter validation fail for my skill unit definitions?

Frontmatter validation fails when essential fields are missing or malformed. The skill testing framework enforces frontmatter completeness to prevent ambiguous definitions and misconfigurations from propagating into tooling and automation pipelines.

What is the best way to automate QA checks for skill documentation?

The best way to automate QA checks is to apply the skill testing framework to all repository skill units. It performs automated style, safety, and documentation checks to prevent ambiguous definitions from entering production.

Can I run a static validation check on a single skill unit?

Yes, you can run a static check for a single skill unit using the /skill-test static [name] command. This validates frontmatter, phase-count, and workflow compliance against the testing framework.

Does skill testing work without any external dependencies or components?

Yes, skill testing works without external dependencies or components. The framework independently identifies and validates skill units against structural and behavioral criteria to ensure compliance.