What problem does it solve? Teams often ship code with inconsistent test coverage, unclear acceptance criteria, and no shared definition of what must be tested. This Skill provides a Technical Product Owner with a complete testing guideline covering test levels, naming, coverage expectations, CI requirements, and acceptance checklists. ## Core Features & Use Cases - Testing Level Definitions: Prescribes when to use unit, integration, API contract, UI component, end-to-end, security, and performance tests. - Acceptance Checklists: Supplies required test scenarios for new features, bug fixes, refactors, database migrations, and security-sensitive changes. - Structured Reporting: Defines a mandatory test output format for AI Developer Agents covering tests added, commands run, results, and gaps. - Use Case: A Technical Product Owner reviewing a pull request uses the TPO testing checklist to verify that tests exist, cover edge cases, and would fail if the implementation broke. ## Quick Start Ask the agent to review this pull request against the testing guidelines and confirm whether the required tests and coverage expectations are met.