testing

Validate skill directories for SKILL.md frontmatter and test coverage.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Postergully/11mirror-plugin --skill testing-postergully
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/Postergully/11mirror-plugin/tree/main/skills/testing
Command: npx skills add https://github.com/Postergully/11mirror-plugin --skill testing-postergully

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures every skill directory adheres to conformance requirements (frontmatter, manifest coverage, resolver references) and guarantees daily health checks of the project test-suite, enabling scalable quality governance across skills.

Core Features & Use Cases

  • Skill conformance validation: validates each skill SKILL.md contains valid frontmatter and required sections, and ensures manifest and RESOLVER references exist.
  • Project test-suite health: runs tiered tests (unit/evals/integration/system health) and produces regression-aware reports for ongoing health tracking.
  • Governance & automation: enables CI pipelines to enforce MECE, round-trips, and coverage between RESOLVER and manifests.

Quick Start

Use the conformance validation and daily health checks to ensure all skills meet frontmatter, manifest, and resolver requirements, and verify the test suite health.

Frequently Asked Questions about testing

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

FAQPage Schema
How do I validate skill conformance for SKILL.md frontmatter and manifest references?

Skill conformance validation checks that every skill directory includes a SKILL.md with valid frontmatter and required sections. It cross-checks manifest.json and RESOLVER.md references to ensure routing, writes, and coverage rules are met.

What is skill conformance validation and when do I need it?

Skill conformance validation ensures every skill directory adheres to frontmatter, manifest coverage, and resolver reference requirements. You need it to maintain scalable quality governance across skills and prevent routing or coverage failures.

How do I run tiered test-suite health checks for unit, evals, and integration tests?

Tiered test-suite health checks run unit, evals, integration, and system health tests to assess daily project health. The process classifies failures and generates regression-aware reports for ongoing health tracking.

Can I use automated CI pipelines to enforce MECE and round-trip coverage between RESOLVER and manifests?

Yes, you can use CI pipelines to enforce MECE, round-trips, and coverage between RESOLVER and manifests. The governance and automation features validate frontmatter, manifest.json, and RESOLVER.md cross-references with automated tests.

Why does my skill validation fail when manifest.json or RESOLVER.md references are missing?

Skill validation fails when manifest.json or RESOLVER.md references are missing because conformance rules require complete coverage between these files. The validation cross-checks frontmatter, manifest, and resolver references to enforce routing and writes.

What's the best way to track project health and generate regression insights from a test suite?

The best way to track project health is running the tiered test suite daily, which classifies failures and generates regression insights. This produces regression-aware reports for ongoing health tracking and scalable quality governance.