skill-test

Validate Claude skill definitions for structural and behavioral compliance.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill skill-test-lordkuper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/skill-test
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill skill-test-lordkuper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate skill definitions for structural compliance and behavioral correctness, ensuring skills follow the official workflow and testing protocols.

Core Features & Use Cases

  • Static mode lint: checks for frontmatter, phase headings, and required keywords.
  • Spec mode: verifies behavioral assertions against a test spec and fixture state.
  • Category mode: rubrics-based evaluation against category guidelines.
  • Audit mode: generates coverage data across all skills and agents for governance.

Quick Start

Run the skill-test static on a single skill or on all skills, then review the results for gaps and remediation guidance.

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 skill files for structural compliance?

Validate Claude skill files by running static lint checks across frontmatter, phase headings, and required keywords to identify structural issues. This ensures compliance with official workflow protocols across individual skills or the entire catalog.

What is a skill file audit and how does it work?

A skill file audit is a static analysis process that checks frontmatter, phase headings, and keywords for structural compliance. It verifies behavioral assertions, collaboration prompts, and argument-hint consistency to ensure correctness.

How do I test behavioral assertions in skill definitions?

Test behavioral assertions in skill definitions using spec mode, which verifies behavioral assertions against a test spec and fixture state to ensure the skill performs correctly according to its defined protocols.

Can I audit an entire catalog of skills at once?

Yes, you can audit an entire catalog of skills at once using audit mode, which generates coverage data across all skills and agents for governance. This provides a comprehensive view of compliance gaps.

Does the skill linter check for collaboration prompts and next-step handoffs?

Yes, the skill linter checks for collaboration prompts and next-step handoffs to ensure compliance with official workflow protocols. It also validates argument-hint consistency across the skill definition.

What is the best way to evaluate skills against category guidelines?

Evaluate skills against category guidelines using category mode, which applies rubrics-based evaluation against category guidelines. This ensures skills meet the specific standards required for their assigned category.