skill-test

Validate skill units under .claude/skills for frontmatter, phase parity, and protocol language.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/solace-ill/vector-flow --skill skill-test-solace-ill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/solace-ill/vector-flow/tree/main/.claude/skills/skill-test
Command: npx skills add https://github.com/solace-ill/vector-flow --skill skill-test-solace-ill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate skill files for structural compliance and behavioral correctness, ensuring that each skill unit adheres to a consistent entry-point and evaluation protocol.

Core Features & Use Cases

  • Structural validation of SKILL.md frontmatter, phase count, and protocol language requirements.
  • Multi-mode evaluation (static, spec, category, audit) to surface compatibility and coverage gaps.
  • Handoff and follow-up guidance to steer remediation and continuous improvement.
  • Fork-context handling support to model complex multi-phase skills and ensure appropriate phase count.
  • Quick-start guidance to bootstrap the validation process for any skill under .claude/skills.

Quick Start

Run the static analysis against all skills in .claude/skills to surface structural and behavioral issues.

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 compliance and frontmatter consistency?

To validate skill files, run automated structural checks against SKILL.md frontmatter fields, phase counts, and protocol language requirements to ensure each skill unit adheres to consistent entry-point standards.

What is skill unit validation in a linter framework?

Skill unit validation is an automated auditing process that enforces structural frontmatter, phase parity, and protocol language to verify behavioral correctness and format compatibility across skill files.

How do I run static analysis and spec evaluation on skills in .claude/skills?

Run static analysis and spec evaluation by applying multi-mode checks across all skills located in the .claude/skills directory to surface structural issues and behavioral coverage gaps.

Does the validation framework support multi-phase skills with fork-context handling?

Yes, the validation framework supports fork-context handling to model complex multi-phase skills, ensuring appropriate phase count and enforcing phase parity throughout the evaluation protocol.

What are the limitations of automated skill auditing for protocol language checks?

Automated skill auditing focuses strictly on static structural validation, phase counts, and verdict keywords, meaning it evaluates spec compliance but does not execute dynamic code or test runtime behavior.

Can I use this validation linter to surface compatibility and coverage gaps in categories?

Yes, you can use the category evaluation mode to surface compatibility and coverage gaps across skill units, providing handoff and follow-up guidance to steer remediation and continuous improvement.