testing-skills-with-subagents

Validate skill documentation with RED-GREEN-REFACTOR testing cycles.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/liamtran96/msm-car-booking --skill testing-skills-with-subagents-liamtran96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-skills-with-subagents
Source: https://github.com/liamtran96/msm-car-booking/tree/main/.claude/skills/testing-skills-with-subagents
Command: npx skills add https://github.com/liamtran96/msm-car-booking --skill testing-skills-with-subagents-liamtran96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams validate skill documentation under pressure by enforcing the RED-GREEN-REFACTOR cycle to uncover and close rationalizations before deployment.

Core Features & Use Cases

  • Baseline RED testing: Run scenarios without the skill to surface failures.
  • GREEN development: Write the skill to address observed failures and re-test under pressure.
  • REFACTOR loop: Capture new rationalizations, add explicit counters, and re-verify until no new issues appear.
  • Meta-testing: Verify clarity and ensure the agent follows the skill under maximum pressure.

Quick Start

  • Read the skill doc, run baseline scenarios, then iteratively refine the skill using the provided templates. Use the included examples/CLAUDE_MD_TESTING.md to guide test campaigns.

Frequently Asked Questions about testing-skills-with-subagents

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

FAQPage Schema
How do I test skill documentation before deployment?

Testing skill documentation before deployment involves running a RED-GREEN-REFACTOR cycle to surface failures, write corrections, and capture rationalizations under pressure. This skill enforces that workflow using structured templates, checklists, and meta-testing guidance to validate process docs.

What is the red-green-refactor cycle for validating process documentation?

The red-green-refactor cycle for documentation applies baseline RED testing to uncover failures, GREEN development to write fixes, and REFACTOR iterations to capture rationalizations and add counters. This skill enforces the workflow to close documentation gaps before deployment.

How do I run baseline scenarios to surface failures in team skill docs?

Baseline scenarios to surface failures run without the skill active, exposing documentation gaps under pressure. This skill guides baseline RED testing first, then GREEN development to address observed failures, and REFACTOR loops to verify no new rationalizations appear.

Can I use TDD principles to validate agent skills under maximum pressure?

TDD principles can validate agent skills under maximum pressure through meta-testing that verifies clarity and agent compliance. This skill applies red-green-refactor testing to skill documentation, capturing rationalizations and red flags with structured templates until no new issues appear.