templates/skills/planning/testing-strategy/SKILL.md
--- name: planning-testing-strategy description: Testing strategy: what to verify, test types, data needs --- <purpose> <item>Define a sufficient verification set tied to AC and risks</item> </purpose> <inputs> <required>AC/Goal + change list</required> <optional>Critical scenarios, edge cases, risks</optional> <optional>Available environments and test data</optional> </inputs> <method> <step>Map each key AC/risk to a check (unit/integration/e2e/manual)</step> <step>Define a regre
npx skillsauth add ozerohax/assistagents templates/skills/planning/testing-strategyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
<output_format>
<section>Test scope</section> <section>Test types</section> <section>Key scenarios + edge-cases</section> <section>Data / environments</section> <section>Acceptance signals</section> </output_format><quality_rules> <rule importance="critical">Checks are tied to changes/risks, not "just in case"</rule> <rule importance="high">Regression coverage exists around the impact area, not only the happy path</rule> </quality_rules>
testing
Visual regression (baseline diffs, UI stabilization)
testing
Design detailed reproducible test cases (Given/When/Then, one check per case); not smoke/regression checklists
development
Mobile testing (native/hybrid/web, gestures, offline, interruptions)
testing
Load testing (k6/JMeter scenarios, benchmarks)