testing

Validates SKILL.md frontmatter, sections, manifests, resolvers and references across all skill directories.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/ltdrew/Agent-brain-2 --skill testing-ltdrew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/ltdrew/Agent-brain-2/tree/main/skills/testing
Command: npx skills add https://github.com/ltdrew/Agent-brain-2 --skill testing-ltdrew

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill validates that every skill directory includes a valid SKILL.md frontmatter (name and description) and required sections, forming a consistent conformance baseline for the skill system.

Core Features & Use Cases

  • Automates conformance checks across the entire skill set, validating frontmatter, required sections, and cross-references.
  • Verifies manifest.json coverage and RESOLVER.md entries to prevent orphaned or missing skills.
  • Generates actionable reports to fix gaps and strengthen the skill validation contract.

Quick Start

Run the conformance suite to validate all skills and surface any non-conforming entries.

Frequently Asked Questions about testing

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

FAQPage Schema
How do I validate SKILL.md frontmatter across all skill directories?

To validate SKILL.md frontmatter, run the conformance suite to check that every skill directory includes valid name and description fields along with required sections.

What is skill conformance testing and how does it work?

Skill conformance testing is an automated phase check that validates frontmatter, required sections, and cross-references to enforce a deterministic testing contract across all skills.

How do I check if manifest and resolver entries are missing for my skills?

You can check for missing manifest.json coverage and RESOLVER.md entries by running automated conformance checks that prevent orphaned skills and surface invalid references.

How do I fix gaps in skill validation reports?

To fix gaps in skill validation reports, review the actionable outputs generated by the conformance suite to identify missing frontmatter, sections, or invalid cross-references.

Can I enforce MECE integrity checks across a large skill set?

Yes, you can enforce MECE integrity across a skill set by applying deterministic automated phase checks that validate manifest coverage and resolver entries.

Why does my skill validation fail on required sections?

Skill validation fails on required sections when the conformance suite detects missing or invalid SKILL.md frontmatter fields, preventing the skill from meeting the baseline contract.