What problem does it solve?
Systematically QA test code and fix bugs found. Run tests, find failures, fix them with atomic commits, re-verify. Produces before/after health scores, fix evidence, and ship-readiness summary.
Core Features & Use Cases
- Automated Test Execution: Run full test suites across modules and record outcomes.
- Failure Triage & Root-Cause Analysis: Identify failure points, categorize severity, and trace to root cause.
- Atomic Fix & Re-Verification: Commit minimal fixes per issue and re-run tests to ensure verifiability.
- Memory Persistence & Reporting: Persist context and results to memory for audit trails and future sessions.
- Use Case: A software team receives a flaky test; QA skill isolates, fixes, and validates the fix with an auditable report.
Quick Start
Run the QA workflow on your codebase to automatically test, triage failures, and verify fixes.