From pdm-quality-testing
Design a comprehensive test strategy for a release — covering test types, ownership, environments, entry/exit criteria, and tooling.
npx claudepluginhub devmuslim/pdm-skills --plugin pdm-quality-testingThis skill uses the workspace's default tool permissions.
Design a comprehensive test strategy for a release — covering test types, ownership, environments, entry/exit criteria, and tooling.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Design a comprehensive test strategy for a release — covering test types, ownership, environments, entry/exit criteria, and tooling.
Define coverage targets:
| Layer | Type | Who | When | Coverage Target |
|---|---|---|---|---|
| Unit | Automated | Dev | During development | > 80% |
| Integration | Automated | Dev / QA | After unit tests pass | Key integration points |
| E2E / Functional | Automated + Manual | QA | After integration | Critical user journeys |
| UAT | Manual | Business Users | Before release | All Must Have features |
| Performance | Automated | QA / DevOps | Before code freeze | Peak load scenarios |
| Security | Automated scan | Security / DevOps | Before release | OWASP Top 10 |
| Environment | Purpose | Refresh Cadence |
|---|---|---|
| Dev | Developer testing | On demand |
| Staging | Integration + E2E | Daily |
| UAT | Business acceptance | Weekly |
| Pre-prod | Final validation | Per release |
Entry Criteria (before QA begins):
Exit Criteria (before release):
| Test Type | Owner | Reviewer |
|---|---|---|
| Unit | Dev | Tech Lead |
| Integration | Dev + QA | QA Lead |
| E2E | QA | PDM |
| UAT | Business | PDM |
| Performance | QA + DevOps | Tech Lead |
/uat-plan or /bug-triage