One-click install
npx skills add https://github.com/ngochuy13/intern-dev --skill testing-ngochuy13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/ngochuy13/intern-dev/tree/main/skills/testing
Command: npx skills add https://github.com/ngochuy13/intern-dev --skill testing-ngochuy13

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents broken or incomplete skill implementations from silently shipping by validating skill documentation conformance and continuously verifying the project test suite health.

Core Features & Use Cases

  • Skill conformance validation: Ensures every skill has a SKILL.md with valid YAML frontmatter and that manifest/resolver round-trips are complete and consistent.
  • Tiered project test-suite health: Runs unit, evals (when configured), integration, and system health checks on a schedule or on demand.
  • Regression-aware reporting: Classifies failures into regression, stale, flake, new, and infra, then produces a structured report to guide next actions.

Quick Start

Run the validation and test-suite health checks by asking: "run conformance tests and daily test run for skill 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 documentation conformance in CI?

Skill documentation conformance validation checks that every skill has a SKILL.md with valid YAML frontmatter and verifies manifest/resolver round-trip consistency. This prevents broken or incomplete skill implementations from silently shipping.

What is manifest and resolver round-trip coverage for skill validation?

Manifest and resolver round-trip coverage verifies that skill definitions are complete and consistent across manifest files and resolver mappings, ensuring every skill unit is properly documented and wired up without silent gaps.

How do I run tiered test-suite health checks for unit and integration phases?

Tiered test-suite health checks run unit, evals, integration, and system health phases on demand or on a schedule, requiring deterministic execution across all phases to verify project test suite health remains stable.

Can I use regression intelligence for failure classification in daily test runs?

Regression intelligence classifies test failures into regression, stale, flake, new, and infra categories, producing structured reports for daily operations and continuous integration to guide corrective next actions.

Why does CI quality gate testing fail on invalid YAML frontmatter?

CI quality gate testing fails on invalid YAML frontmatter because skill conformance validation requires correct frontmatter formatting in SKILL.md files to ensure every skill unit is properly documented and wired up.