Agent skill
testing-skills-with-subagents
DEPRECATED - Use writing-skills instead. This functionality has been consolidated into writing-skills which now contains both skill creation and testing methodology.
Install this agent skill to your Project
npx add-skill https://github.com/bacchus-labs/wrangler/tree/main/skills/testing-skills-with-subagents
SKILL.md
Testing Skills With Subagents
Migration Notice
All content from this skill has been integrated into the writing-skills skill, which now provides:
- Skill Structure and Formatting (original writing-skills content)
- Testing Skills: Detailed Methodology (original testing-skills-with-subagents content)
- When to test skills
- Writing pressure scenarios
- Pressure types
- Key elements of good scenarios
- Testing setup
- VERIFY GREEN process
- Plugging holes systematically
- Re-verification
- Meta-testing
- When skill is bulletproof
- Complete worked examples
Why the Merge?
The two skills described the same TDD process (RED-GREEN-REFACTOR) applied to documentation:
- writing-skills focused on skill structure, formatting, and CSO
- testing-skills-with-subagents focused on detailed testing methodology
Since skill creation REQUIRES testing (the Iron Law: "No skill without failing test first"), and testing IS part of creation, maintaining separate skills created:
- Content duplication (both explained RED-GREEN-REFACTOR)
- Token waste (loading duplicate content)
- Confusion (which skill to use when?)
- Maintenance burden (update in two places)
Use writing-skills Instead
For all skill creation and testing needs, use the writing-skills skill, which now contains:
- Everything from the original writing-skills
- Everything from testing-skills-with-subagents
- Clear section organization
- No duplication
- Single source of truth
Worked Examples
The complete worked example (examples/CLAUDE_MD_TESTING.md) referenced in this skill is still available in the testing-skills-with-subagents directory for historical reference.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
locating-code
Finds specific code elements (functions, classes, patterns) using multiple search strategies. Use when searching for implementations, dependencies, or code requiring modification.
using-wrangler
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
creating-issues
For use when a new issue/task has been identified and needs to be formally captured using the Wrangler MCP issue management system. Use this skill to create new issues via the issues_create MCP tool with appropriate metadata and structured content.
validating-roadmaps
Validates roadmap completeness, phase coherence, and alignment with constitution. Use when creating roadmaps, reviewing planning documents, or ensuring strategic consistency.
refreshing-metrics
Auto-updates status metrics across governance documents from MCP issue counts. Use when governance metrics are stale or after significant issue status changes requiring documentation refresh.
updating-git-hooks
Updates existing git hook configurations for new requirements or tool changes. Use when hook requirements change, adding new quality checks, or modifying test commands.
Didn't find tool you were looking for?