skill-test

Validate SKILL.md files and test specifications within Game Server Studio.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/nguyennd93/game_server_studio --skill skill-test-nguyennd93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/nguyennd93/game_server_studio/tree/main/.claude/skills/skill-test
Command: npx skills add https://github.com/nguyennd93/game_server_studio --skill skill-test-nguyennd93

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Read, Glob, Grep, Write, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill ensures the structural and behavioral correctness of other skills within the Game Server Studio framework.

Core Features & Use Cases

  • Structural Linter: Validates the SKILL.md files for necessary fields and compliance.
  • Behavioral Verifier: Evaluates assertions in test specifications for behavioral correctness.
  • Category Rubric: Checks skills against their category-specific quality metrics.
  • Coverage Report: Generates a report on skill and agent test coverage.
  • Quick Start: Use /skill-test static [skill-name] to validate a specific skill.

Quick Start

Use the /skill-test static skill-test command to check the compliance of the skill-test skill.

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 structural compliance in Game Server Studio?

To validate SKILL.md structural compliance, use the static check mode to lint necessary fields and ensure your skill meets the Game Server Studio framework requirements.

What is behavioral verification for skill assertions?

Behavioral verification evaluates assertions in test specifications to ensure behavioral correctness, confirming that your skill performs its intended actions accurately within the framework.

How do I check skill test coverage and category rubrics?

Generate a coverage report to check skill and agent test coverage, and use category check modes to validate skills against their specific category quality metrics.

Does skill validation require YAML and Markdown knowledge?

Yes, skill validation requires knowledge of YAML and Markdown formats, along with familiarity with the Game Server Studio environment structure to properly assess structural compliance.

What is the best way to test a specific skill's compliance?

The best way to test a specific skill's compliance is executing the static check command with the target skill name to quickly validate its structural integrity.

What are the limitations of automated skill compliance validation?

Automated skill compliance validation is limited to static, spec, category, and audit check modes, meaning it cannot verify external system interactions beyond the defined behavioral assertions.