What problem does it solve?
QA issues often lack consistent triage and rapid resolution. This Skill streamlines identifying, prioritizing, and patching issues documented in QA_SURVEY.md, with guidance for testing and status updates.
Core Features & Use Cases
- Reads QA_SURVEY.md to enumerate open issues and their severities.
- Allows selecting an issue by ID (e.g., QA-0003) or by priority (critical/high/medium/low).
- Implements the fix following project conventions, writes or updates tests, and runs backend and frontend test suites.
- Updates QA_SURVEY.md to reflect resolution and provide a concise summary.
Quick Start
Review QA_SURVEY.md, choose an issue to fix by ID or priority, implement the fix with tests, and update QA_SURVEY.md upon completion.