testing-skills-with-subagents

Tests agent skills under pressure scenarios using a RED-GREEN-REFACTOR cycle.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/tottenjordan/me-skittles --skill testing-skills-with-subagents-tottenjordan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: testing-skills-with-subagents
Source: https://github.com/tottenjordan/me-skittles/tree/main/gemini/testing-skills-with-subagents
Command: npx skills add https://github.com/tottenjordan/me-skittles --skill testing-skills-with-subagents-tottenjordan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Skill documentation often fails in practice because agents rationalize their way around rules under time, authority, or sunk-cost pressure. This Skill verifies that a skill actually changes agent behavior before deployment, instead of assuming well-written prose equals compliance. ## Core Features & Use Cases - Baseline (RED) Testing: Run realistic multi-pressure scenarios without the skill and capture the agent's exact failure rationalizations verbatim. - Skill Authoring and Verification (GREEN): Write the skill to counter observed failures, then re-run the same scenarios to confirm compliance. - Loophole Closing (REFACTOR): Convert new rationalizations into explicit negations, rationalization tables, red-flag lists, and updated trigger conditions, then re-test. - Use Case: Before shipping a TDD-enforcement skill, run a scenario where the agent has 200 untested lines, dinner plans, and a morning code review; iterate the skill until the agent reliably chooses to delete the code and restart with tests. ## Quick Start Ask the agent to baseline-test your draft skill by running three pressure scenarios without it, then iterate the skill until the agent complies under maximum pressure.

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 whether an agent skill actually works?▼

Run realistic pressure scenarios without the skill first and record the agent's exact failures, then write the skill to counter those failures and re-run the same scenarios. Keep iterating until the agent complies under combined pressures like time limits, sunk cost, and authority.

What is RED-GREEN-REFACTOR for skill testing?▼

It maps TDD onto documentation: RED runs scenarios without the skill to watch the agent fail, GREEN writes the minimal skill that makes the agent comply, and REFACTOR closes newly discovered rationalization loopholes with explicit negations and red-flag lists.

What makes a good pressure scenario for testing skills?▼

Good scenarios combine three or more pressures such as deadlines, sunk cost, authority, exhaustion, and social pressure, and force a concrete A/B/C choice with real constraints and file paths. Academic open-ended prompts let agents recite the skill instead of acting.

Which skills should not be tested with pressure scenarios?▼

Skip pure reference skills like API docs or syntax guides, skills with no rules to violate, and skills agents have no incentive to bypass. Pressure testing only matters for discipline-enforcing skills with compliance costs.

Why does an agent still violate a skill after reading it?▼

Agents generate new rationalizations such as following the spirit not the letter or keeping code as reference. Use meta-testing to ask the agent how the skill could be clearer, then add explicit counters for each loophole and re-test.