senior-qa
Installation
SKILL.md
Senior QA Engineer
Test automation, coverage analysis, and quality assurance patterns for React and Next.js applications.
Core rules
- Before adding or revising tests for a substantial phase, first create or update a testing codemap that maps stories to test types, coverage targets, and validation paths.
- Use the testing codemap to separate unit, integration, E2E, and manual verification responsibilities before writing test code.
- Keep the codemap aligned with real implementation boundaries so coverage reports and phase reviews use the same test model.
Repository override for this project
- This repository only automates basic unit tests during the
testingphase. - Do not add or require automated integration tests or automated E2E tests as a phase gate for this repo.
- Integration testing is handled manually by the user and should be documented as manual verification only.
- Do not add or require automated smoke tests as a phase gate for this repo.
- When examples in this skill mention Playwright, smoke coverage, full E2E setup, or CI-enforced integration coverage, treat them as optional references, not repository requirements.