skill-test

Validate SKILL.md structure and behavior across static, spec, category, and audit modes.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/rakhnianskii9/God-Godot --skill skill-test-rakhnianskii9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/rakhnianskii9/God-Godot/tree/main/.github/skills/skill-test
Command: npx skills add https://github.com/rakhnianskii9/God-Godot --skill skill-test-rakhnianskii9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates and enforces quality standards across Skill Units by ensuring SKILL.md frontmatter and instructional content meet the repository's governance rules.

Core Features & Use Cases

  • Static mode: structural linter verifying required frontmatter fields and phase headings.
  • Spec mode: behavioral verifier comparing skill instructions to test specs.
  • Category mode: rubric-based evaluation against category metrics.
  • Audit mode: coverage report across skills and agents.

Quick Start

Run /skill-test static all to scan every skill 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.md frontmatter and structure in GitHub workflows?

You can validate SKILL.md frontmatter and structure by running the static linter mode to verify required fields like name, description, and allowed-tools, along with checking for multiple phase headings and handoff guidance.

What is skill spec testing for behavioral verification?

Skill spec testing verifies behavioral compliance by comparing skill instructions directly against defined test specs, ensuring the actual execution behavior aligns with the documented requirements.

How do I audit skill coverage across a repository?

To audit skill coverage across a repository, run the audit mode which generates a coverage report scanning the .github/skills tree to identify gaps and ensure quality standards are met.

Can I evaluate skills against specific category rubrics?

Yes, you can evaluate skills against specific category rubrics by using category mode, which applies rubric-based evaluation metrics to measure compliance within defined software engineering categories.

What frontmatter fields are required for skill quality assurance?

Required frontmatter fields for skill quality assurance include name, description, argument-hint, user-invocable, and allowed-tools, ensuring completeness and proper handoff guidance while reporting safety concerns.