test-hardening
Installation
SKILL.md
Test Hardening Skill
Convert verified QA Contract criteria (G#N, AC#N) into permanent automated tests. Ensures passing scenarios become regression tests.
When to Use
- After qa-commit returns GREEN for a commit
- After debug skill fixes an issue (Phase 7: Harden)
- Before pushing PR (ensure all criteria have tests)
- Manually with "use test-hardening skill"
Input: Verification Report
From qa-commit's Verification Report:
- List of passed G#N (Gherkin scenarios)
- List of passed AC#N (acceptance criteria)
Phase 1: Analyze Criteria
Related skills
More from wellapp-ai/well
bpmn-workflow
Generate and maintain BPMN 2.0 diagrams linked to Gherkin scenarios
68qa-planning
Generate QA Contract with numbered Gherkin scenarios (G#N) and acceptance criteria (AC#N)
4webapp-testing
Test web app UI using Browser MCP and Storybook
3decision-capture
Capture patine (decision wisdom) at Gates when KO or challenge occurs
3code-review
Review code changes against hard rules and conventions
3problem-framing
Frame problems using JTBD Job Stories, HMW questions, and persona validation
3