skill-test

Validate AI skill files for structural compliance and behavioral correctness.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/johnatas-henrique/overdrive --skill skill-test-johnatas-henrique
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/johnatas-henrique/overdrive/tree/main/.opencode/skills/skill-test
Command: npx skills add https://github.com/johnatas-henrique/overdrive --skill skill-test-johnatas-henrique

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of deploying broken, non-compliant AI skill files that fail to meet team quality standards, cause unexpected behavior during activation, or lack required collaboration and handoff logic.

Core Features & Use Cases

  • Static Structural Linting: Runs 7 automated compliance checks on skill frontmatter, phase structure, verdict keywords, and collaborative protocol language to catch structural issues fast.
  • Behavioral Spec Verification: Evaluates skill instructions against formal test specs to confirm they produce expected behavior for given project fixtures, catching logical gaps before deployment.
  • Category Rubric Evaluation: Checks skills against category-specific quality metrics to ensure they meet role or workflow-specific requirements for specialized use cases.
  • Coverage Audit Reporting: Generates full reports of skill and agent spec coverage, last test dates, and priority gaps to guide testing efforts and reduce untested skill risk.
  • Use Case: A team building a library of 50+ custom AI skills can run a static check on all skills in one pass to catch non-compliant files, then run spec and category checks for high-priority skills before release.

Quick Start

Use the skill-test skill to run a static compliance check on all skills in your .opencode/skills directory.

Frequently Asked Questions about skill-test

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

FAQPage Schema
How do I validate AI skill files for structural compliance?

Validating AI skill files for structural compliance involves running static linting checks on skill frontmatter, phase structure, verdict keywords, and collaborative protocol language to catch structural issues before deployment.

What is skill linting and how does it catch non-compliant files?

Skill linting is an automated compliance process that runs 7 checks on frontmatter and protocol language to catch non-compliant files fast, ensuring custom skill libraries meet team quality standards.

How do I run a behavioral spec verification for custom AI skills?

Behavioral spec verification evaluates skill instructions against formal test specs to confirm expected behavior for given project fixtures, catching logical gaps before deployment in custom AI skill libraries.

Can I use skill-test to audit coverage for a library of 50+ custom skills?

Yes, you can run a static compliance check on all skills in your directory in one pass, then generate full coverage audit reports detailing test dates and priority gaps to reduce untested skill risk.

How does category rubric evaluation work for AI skill quality?

Category rubric evaluation checks skills against category-specific quality metrics to ensure they meet role or workflow-specific requirements, verifying specialized use cases meet defined compliance standards.

What do I need to perform compliance checks and generate test reports?

Performing compliance checks requires access to skill directories, formal test spec files, and category quality rubrics to execute static linting, spec verification, and generate full coverage audit reports.