testing

Validate skill conformance and run tiered test suites.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mscully4/franklin --skill testing-mscully4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/mscully4/franklin/tree/main/.claude/skills/testing
Command: npx skills add https://github.com/mscully4/franklin --skill testing-mscully4

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that the project's skills adhere to conformance standards and maintains the health of the project's test suite by running it daily, classifying failures, and providing a regression-aware report.

Core Features & Use Cases

  • Skill Conformance Validation: Checks for presence of SKILL.md, valid YAML frontmatter, required sections, and cross-references.
  • Test Suite Health: Runs a tiered test suite (unit, evals, integration, system health) to classify failures and provide a report.
  • Use Case: Before deploying significant changes, use the skill to validate skills and run the full test suite to catch regressions early.

Quick Start

Run 'validate skills' or 'test skills' to check skill conformance and 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 and frontmatter in a project repository?

Run a skill conformance validation to check for SKILL.md presence, valid YAML frontmatter, required sections, and correct dependency cross-references, ensuring your project repository maintains structural and metadata health.

What is a tiered test suite for regression testing and project health checks?

A tiered test suite for project health executes unit, evaluation, integration, and system health tests to classify failures and generate a regression-aware report for project maintenance.

How do I run unit, integration, and system health tests before deploying changes?

You can run a tiered test suite to execute unit, evaluation, integration, and system health tests, classifying failures and catching regressions early before deploying significant project changes.

When should I run skill validation and test suite health checks?

You should run skill validation and test suite health checks during project development and maintenance, specifically before deploying significant changes to catch regressions early and ensure conformance.

Why does my test suite report failures after updating skill dependencies?

Test suite failures after updating dependencies may occur if cross-references are invalid; running skill conformance validation checks dependency cross-references and classifies test failures to identify regressions.