What problem does it solve?
This Skill eliminates the risk of shipping defective software that fails to meet user or business requirements by providing structured, evidence-based validation of all implemented behavior before it reaches production.
Core Features & Use Cases
- Deterministic Test Execution: Runs all relevant automated tests for implemented changes to catch regressions and validate core functionality.
- Focused Scenario Checks: Executes targeted manual or automated checks for edge cases, error handling, and specific behavior requirements not covered by standard test suites.
- Use Case: After a developer implements a new password reset feature, use this Skill to run all associated unit and integration tests, verify edge cases like expired reset links, and receive a clear pass/fail report with defect reproduction steps before the feature is merged.
Quick Start
Use the qa skill to validate the new user profile editing feature against its requirements, run all associated tests, and receive a clear pass/fail verdict with any defect reproduction steps.