skill-test

Validate AI skill structural integrity and behavioral compliance via static analysis.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/sumilee-pcu/game2026 --skill skill-test-sumilee-pcu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/sumilee-pcu/game2026/tree/main/.claude/skills/skill-test
Command: npx skills add https://github.com/sumilee-pcu/game2026 --skill skill-test-sumilee-pcu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of maintaining high-quality, compliant, and functional AI skills by automating the validation of structural integrity and behavioral correctness.

Core Features & Use Cases

  • Structural Linting: Automatically checks for required frontmatter, phase structure, and protocol compliance.
  • Behavioral Verification: Evaluates skill logic against defined test specifications to ensure expected outcomes.
  • Coverage Auditing: Provides a comprehensive report on skill testing status, identifying gaps in documentation and validation.

Quick Start

Run the skill test static all command to perform a full structural audit of every skill in the repository.

Frequently Asked Questions about skill-test

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

FAQPage Schema
How do I automate skill validation and linting for AI protocol compliance?

Automated skill validation uses static analysis to check structural integrity, verify required frontmatter, and enforce compliance with protocol standards. It scans skill definitions across the repository to identify non-compliant structures.

What is spec-based behavioral verification for AI skills?

Spec-based behavioral verification evaluates skill logic against defined test specifications to ensure expected behavioral outcomes. It validates that the skill architecture performs correctly according to its defined requirements.

How do I generate coverage reports for AI skill testing?

Coverage auditing generates comprehensive reports on skill testing status by analyzing validation gaps across the skill architecture. It identifies missing documentation and untested behavioral definitions to facilitate continuous quality assurance.

Can I run structural linting across all skills in a repository at once?

Yes, you can run a full structural audit of every skill in the repository at once. The static analysis command checks frontmatter, phase structure, and protocol compliance across the entire skill architecture.

Does automated skill testing work without external dependencies?

Automated skill testing operates without external dependencies, using static analysis and spec-based verification internally. It independently validates structural and behavioral integrity to enforce development standards.

When should I use automated validation instead of manual skill quality assurance?

Automated validation is ideal for maintaining continuous quality assurance across multiple skills, ensuring compliance with development standards. Manual review is less efficient for identifying non-compliant definitions and coverage gaps at scale.