skilltest

Discover Skill Units, validate SKILL.md frontmatter, and run prompt-case tests.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/DaFum/neurotoxic-game --skill skilltest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skilltest
Source: https://github.com/DaFum/neurotoxic-game/tree/main/.agents/skills/skilltest
Command: npx skills add https://github.com/DaFum/neurotoxic-game --skill skilltest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @iarna/toml, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Validates and audits Skill Units in a repository to ensure they conform to the Open Agent Skills specification, surfacing metadata, structure, and safety issues before use.

Core Features & Use Cases

  • Discover Skill Units by locating SKILL.md frontmatter and parsing metadata.
  • Validate frontmatter, naming conformance, and required fields; verify optional openai.yaml configuration and script readiness.
  • Run automated prompt-case tests against predefined scenarios and produce a structured report for CI and quality gates.

Quick Start

Run the skilltest harness to validate all skills in this repository and generate a report.

Frequently Asked Questions about skilltest

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

FAQPage Schema
How do I validate SKILL.md frontmatter for open-agent-skills conformance?

To validate SKILL.md frontmatter, you run a harness that discovers Skill Units, parses metadata, verifies required fields, and checks naming conformance against the Open Agent Skills specification.

What is automated prompt-case testing for repository skills?

Automated prompt-case testing executes predefined scenarios against discovered Skill Units, verifying their behavior and producing a structured report suitable for CI pipelines and quality gates.

Can I use openai.yaml configuration to verify script readiness?

Yes, the validation process verifies optional openai.yaml configuration and checks script readiness alongside frontmatter validation, naming conformance, and required field verification for repository skills.

What is the best way to audit metadata and structure issues in skill units?

The best way to audit metadata and structure issues is to run a validation harness that surfaces frontmatter discrepancies and configuration problems before use, generating a structured report for CI.

Does skilltest support yaml and toml dependencies for parsing metadata?

Yes, skilltest utilizes yaml and @iarna/toml dependencies to parse metadata and validate frontmatter, ensuring Skill Units conform to required standards and produce structured CI reports.