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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pdm-quality-testing:regression-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build a targeted regression test plan that validates existing functionality is not broken by new changes — without testing everything every time.
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-readinessScans the codebase for `ponytail:` comments and compiles a debt ledger of deliberate shortcuts and deferrals, flagging entries with no upgrade path.
npx claudepluginhub devmuslim/pdm-skills --plugin pdm-quality-testing