Teach testing progressively through structured sessions. Use when user says "lets learn testing" or "I want to study test practices"
Scanned 9/19/2026
Install to Claude Code
npx -y skills add salacoste/oh-my-bmad --skill bmad-teach-me-testing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bmad Teach Me Testing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/salacoste-bmad-teach-me-testing-1298e6c8)More formats (shields.io, HTML) on the badges page.
---
name: bmad-teach-me-testing
description: 'Teach testing progressively through structured sessions. Use when user says "lets learn testing" or "I want to study test practices"'
---
## Available Scripts
- **`scripts/resolve-customization.py`** -- Resolves customization from three-layer TOML merge (user > team > defaults). Outputs JSON.
## Resolve Customization
Resolve `inject` and `additional_resources` from customization:
Run: `python3 scripts/resolve-customization.py bmad-teach-me-testing --key inject --key additional_resources`
Use the JSON output as resolved values.
1. **Inject before** -- If `inject.before` resolved to a non-empty value, prepend it to your active instructions and follow it.
2. **Available resources** -- Note the `additional_resources` list. Do not read these files now; they are available for the injected prompt or workflow steps to reference when needed.
Follow the instructions in [workflow.md](workflow.md).
## Post-Workflow Customization
After the workflow completes, resolve `inject.after` from customization:
Run: `python3 scripts/resolve-customization.py bmad-teach-me-testing --key inject.after`
If resolved `inject.after` is not empty, append it to your active instructions and follow it.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!