skill-test

Validate skill definitions under .agents/skills for structural and behavioral correctness.

14|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill skill-test-euraika-labs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/Euraika-Labs/Codex-Code-Game-Studios/tree/main/.agents/skills/skill-test
Command: npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill skill-test-euraika-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate skill definitions across the repository to enforce structural consistency and behavioral correctness for all skills under .agents/skills.

Core Features & Use Cases

  • Lint and verify frontmatter: ensure name and description exist and are well-formed.
  • Multi-mode validation: static linting, behavioral spec checks, category rubrics, and coverage auditing.
  • Operational guidance: standardize skill metadata; produce consistent, actionable results for remediation.

Quick Start

Run $skill-test static all to scan all skills for structural compliance.

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 files for structural integrity and frontmatter compliance?▼

You can validate skill files for structural integrity by running static linting checks on frontmatter and metadata to ensure name and description fields exist and are well-formed across all skills under .agents/skills.

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

Skill behavioral spec checking enforces behavioral correctness by validating multiple phases, verdict keywords, collaborative protocol language, handoff, and runtime wording within skill definitions to maintain structural consistency.

How do I audit skill coverage and category rubrics across a repository?▼

You can audit skill coverage and category rubrics by running coverage auditing modes that scan all skill definitions under .agents/skills to produce standardized, actionable results for remediation.

Does skill-test work with skill definitions outside the .agents/skills directory?▼

Skill-test is specifically applicable to Skill units located under .agents/skills/*, meaning it targets and validates skill definitions exclusively within that designated repository path.

What's the best way to standardize skill metadata and fix validation errors?▼

The best way to standardize skill metadata and fix errors is to run static validation across all skills, which produces consistent, actionable results that guide operational remediation for non-compliant definitions.

Why does my skill definition fail linting checks on collaborative protocol language?▼

Skill definitions fail linting checks when collaborative protocol language, handoff specifications, or runtime wording do not meet the standardized behavioral spec checks enforced during the validation process.