← Back to registry
Skill
senior-qa
"QA workflow for building test strategies and validating releases: risk-based testing, test pyramid decisions, E2E/integration/unit coverage, exploratory testing, and regression planning. Use when creating test plans, reviewing test coverage, triaging flaky tests, or preparing release sign-off criteria."
Install
One-line setup
Copy and run this in your terminal to install the skill. Re-run to reinstall and update an existing install.
npx codex-skills-registry@latest --skill=quality/senior-qa --yesSenior QA
Optimize for confidence per unit effort.
Quick Start
- Identify the risky user journeys (money, auth, data loss, critical flows).
- Choose the right test layer:
- unit for logic, integration for boundaries, E2E for key paths
- Define a release test plan:
- must-pass automated tests + focused manual checklist
- Treat flakiness as a product bug: root-cause it and fix it.
Optional tool: scaffold a test plan doc
python ~/.codex/skills/senior-qa/scripts/scaffold_test_plan.py . --out docs/qa --force
References
- Test plan template:
references/test-plan.md