testing-skills-with-subagents

Run baseline scenarios without a skill to document failures and apply RED-GREEN-REFACTOR cycles.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/tuantiensiu/todo-app --skill testing-skills-with-subagents-tuantiensiu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: testing-skills-with-subagents
Source: https://github.com/tuantiensiu/todo-app/tree/main/.opencode/skill/testing-skills-with-subagents
Command: npx skills add https://github.com/tuantiensiu/todo-app --skill testing-skills-with-subagents-tuantiensiu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes

Core Features & Use Cases

  • Enforces a RED-GREEN-REFACTOR testing loop for skill documentation
  • CapturesBaseline failures without the skill to surface rationalizations
  • Guides iterative refinement and validation before deployment
  • Supports meta-testing and rationalization tracking

Quick Start

Run a baseline scenario without the skill, capture failures verbatim, then implement targeted changes and re-test

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 skills to ensure they resist rationalization under pressure?▼

To test skills against rationalization, run baseline scenarios without the skill to capture verbatim failures, then apply a RED-GREEN-REFACTOR cycle to iteratively refine the documentation and close loopholes.

What is the RED-GREEN-REFACTOR cycle for skill documentation?▼

The RED-GREEN-REFACTOR cycle for skill documentation involves identifying baseline failures, writing targeted documentation to address them, and iteratively refining the text to close loopholes before deployment.

How do I capture baseline failures when testing process documentation?▼

You capture baseline failures by executing structured testing scenarios without the skill active, recording the exact rationalization failures verbatim to surface documentation gaps before iterating on fixes.

Can I use TDD principles to verify quality assurance workflows?▼

Yes, you can apply TDD principles to quality assurance workflows by running a baseline without the skill, documenting failures, and using repeatable verification across multiple scenarios to validate iterative refinements.

When should I run meta-testing on skills before deployment?▼

You should run meta-testing on skills before deployment to verify they work under pressure, tracking rationalization failures and applying a structured RED-GREEN-REFACTOR loop to validate the documentation.

What are the limitations of using a structured testing workflow for skill refinement?▼

The limitation of this structured testing workflow is that it requires repeatable verification across multiple scenarios and demands rigorous rationalization tracking to ensure documentation holds up under pressure.