Testing Strategy Overview Analyze the project context and recommend a comprehensive testing strategy. This skill selects appropriate frameworks, defines the testing pyramid, establishes coverage thresholds, and generates test configuration files. The goal is a repeatable, measurable testing foundation that the team can maintain. Announce at start: "I'm using the testing-strategy skill to define the testing approach." --- Phase 1: Analyze Project Goal: Understand the current stack, existing tests, and CI setup before recommending anything. Actions 1. Identify the tech stack (language, framewor…