One-click install
npx skills add https://github.com/MichaelSolati/mkai --skill skill-test-michaelsolati
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/MichaelSolati/mkai/tree/main/profiles/game-dev/skills/skill-test
Command: npx skills add https://github.com/MichaelSolati/mkai --skill skill-test-michaelsolati

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Custom skill files for coding agents often have structural gaps, missing compliance requirements, or behavioral inconsistencies that break when deployed. This Skill eliminates manual, time-consuming reviews of skill files by automating compliance checks, behavioral validation, and category-specific rubric evaluation.

Core Features & Use Cases

  • Static Structural Linter: Runs 7 automated compliance checks on skill files to catch missing frontmatter fields, absent phase structures, and missing collaborative protocol language.
  • Behavioral Spec Verifier: Evaluates skill instructions against predefined test cases to confirm they produce expected behavior for given project fixtures.
  • Category Rubric Evaluator: Checks skills against domain-specific quality metrics for their assigned category (e.g., gate, review, utility).
  • Coverage Audit Tool: Generates a full report of testing status across all skills and agents in a project, highlighting untested high-priority items. Use Case: A team maintaining a library of 50+ custom Claude Code skills can run this tool to identify non-compliant skills, fill testing gaps, and ensure all skills meet quality standards before sharing with the team.

Quick Start

Invoke the skill-test skill to run a full static compliance audit of all skill files in your project's 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 custom skill files for Claude Code and Gemini CLI?

To validate custom skill files for Claude Code and Gemini CLI, you can run automated compliance checks that enforce frontmatter standards, phase structure rules, and collaborative protocol requirements to ensure structural correctness before deployment.

What is behavioral testing for coding agent skills?

A coverage audit generates a full report of testing status across all skills and agents in a project, highlighting untested high-priority items and identifying non-compliant files that fail to meet quality assurance requirements.

How do I automate compliance checking for coding agent skills?

Automating compliance checking for coding agent skills involves running a static structural linter that applies automated checks to catch missing frontmatter fields, absent phase structures, and missing collaborative protocol language.

Does skill validation work with both Claude Code and Gemini CLI?

Skill validation works with both Claude Code and Gemini CLI, applying category-specific rubric evaluation and domain-specific quality metrics to ensure custom skills meet behavioral correctness and structural compliance standards.