From pdm-quality-testing
Build a targeted regression test plan that validates existing functionality is not broken by new changes — without testing everything every time.
npx claudepluginhub devmuslim/pdm-skills --plugin pdm-quality-testingThis skill uses the workspace's default tool permissions.
Build a targeted regression test plan that validates existing functionality is not broken by new changes — without testing everything every time.
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.
Build a targeted regression test plan that validates existing functionality is not broken by new changes — without testing everything every time.
Test everything would take forever. Test the right things based on risk.
Ask for: what areas of the system were changed in this release?
| Area | Change? | Risk Level | Include in Regression? |
|---|---|---|---|
| Authentication | No | High (always) | ✅ Always |
| Payments / Checkout | Yes | Critical | ✅ Full regression |
| User Profile | No | Medium | ✅ Smoke test only |
| Reporting | Yes | Medium | ✅ Targeted regression |
| Admin Panel | No | Low | ⚠️ Smoke test |
| Email notifications | No | Low | ❌ Skip this cycle |
| # | Test Area | Test Case | Priority | Type | Owner | Est. Time |
|---|---|---|---|---|---|---|
| T1 | Login | SSO login success | P0 | Automated | QA | 5 min |
| T2 | Payments | Complete checkout flow | P0 | Manual | QA | 20 min |
| T3 | Search | Search with filters | P1 | Automated | QA | 10 min |
/bug-triage or /assess-readiness