Testing strategy and baseline management — test pyramid placement, baseline守則, failure investigation funnel, regression scoping, flaky-test systemic handling. Invoke when validating changes or designing test approach. Not for: TDD red-green-refactor coding cycle (→ superpowers:test-driven-development if installed; this skill is orthogonal — see Coexistence section), specific test debugging (→ debug), or quality gate (→ quality-pipeline).
$npx -y skills add cookys/autopilot --skill test-strategyInstalls into the current project.
Run `npx skills use "https://github.com/cookys/autopilot" --skill "cookys/autopilot/test-strategy"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/cookys/autopilot" that are relevant to the current task. Run `npx skills add "https://github.com/cookys/autopilot"` and select the relevant skills, then follow their instructions.