testing

Validate SKILL.md frontmatter, sections, manifests, and resolvers for conformance.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/sixtycat2000-ctrl/gbrain-qmd --skill testing-sixtycat2000-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/sixtycat2000-ctrl/gbrain-qmd/tree/main/skills/testing
Command: npx skills add https://github.com/sixtycat2000-ctrl/gbrain-qmd --skill testing-sixtycat2000-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill serves as a validation framework ensuring every skill adheres to the required structure and standards, ensuring conformance and integrity of the skill system.

Core Features & Use Cases

  • Validation Framework: Validates the presence and content of SKILL.md files across skill directories.
  • Conformance Checks: Ensures all required sections are present and properly formatted in SKILL.md.
  • Manifest and Resolver Checks: Verifies the manifest.json and RESOLVER.md files for completeness and consistency.
  • MECE Compliance: Checks for Mutual Exclusivity and Collectiveness (MECE) violations among skill triggers.
  • Automated Testing: Provides automated testing capabilities for quick checks of SKILL.md and related files.

Quick Start

Run the 'validate skills' command to perform a full conformance check on all skills.

Frequently Asked Questions about testing

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

FAQPage Schema
How do I validate skill integrity and check SKILL.md frontmatter conformance?

Skill integrity validation is performed by checking for required SKILL.md frontmatter, sections, and manifest and resolver files to ensure each skill adheres to its defined contract.

What is MECE compliance checking for skill triggers?

MECE compliance checking for skill triggers verifies Mutual Exclusivity and Collectiveness, ensuring no overlapping or missing trigger conditions exist across the skill system.

How do I run automated conformance checks on skill manifest and resolver files?

Automated conformance checks on skill manifest and resolver files are executed by running the validate skills command, which scans directories to verify manifest.json and RESOLVER.md completeness.

Do I need YAML parsing and JSON handling tools to validate skill structure?

YAML parsing, JSON handling, and directory scanning tools are required to validate skill structure, as the framework relies on them to inspect frontmatter and manifest files.

Why does skill validation fail when required sections are missing from SKILL.md?

Skill validation fails when required sections are missing because the framework enforces strict conformance checks to ensure every SKILL.md file contains and properly formats all mandated structural elements.

What's the best way to check for MECE violations across skill triggers?

The best way to check for MECE violations across skill triggers is using an automated validation framework that scans skill directories and flags any mutual exclusivity or collectiveness conflicts.