Expand test automation coverage for codebase. Use when user says "lets expand test coverage" or "I want to automate tests"
Scanned 9/19/2026
Install to Claude Code
npx -y skills add salacoste/oh-my-bmad --skill bmad-testarch-automate --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bmad Testarch Automate?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/salacoste-bmad-testarch-automate-8e8b4964)More formats (shields.io, HTML) on the badges page.
---
name: bmad-testarch-automate
description: 'Expand test automation coverage for codebase. Use when user says "lets expand test coverage" or "I want to automate tests"'
---
## 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-testarch-automate --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-testarch-automate --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!