What problem does it solve? Ensuring software quality requires consistent test writing, coverage enforcement, and structured bug reporting, which teams often skip or do inconsistently under deadline pressure. ## Core Features & Use Cases - Test Writing Standards: Enforces the AAA pattern, descriptive test names, and behavior-focused tests across Jest, Vitest, Pytest, Go testing, and Playwright stacks. - Coverage Gate Enforcement: Blocks shipping below 80% combined unit and integration coverage, with commands for Node, Python, Go, and Java. - Structured QA Artifacts: Provides ready-to-use test plan and bug report templates with severity levels and reproduction steps. - Use Case: After a backend developer finishes a new API endpoint, use this Skill to generate unit and integration tests, run coverage, and produce a bug report for any failures found. ## Quick Start Write unit and integration tests for my new user registration endpoint and check whether coverage meets the 80% gate.