From pdm-quality-testing
Systematically classify, prioritize, and assign bugs using a structured triage framework. Ensures the right bugs are fixed before launch and nothing critical slips through.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pdm-quality-testing:bug-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Systematically classify, prioritize, and assign bugs using a structured triage framework. Ensures the right bugs are fixed before launch and nothing critical slips through.
Systematically classify, prioritize, and assign bugs using a structured triage framework. Ensures the right bugs are fixed before launch and nothing critical slips through.
| Priority | Definition | SLA to Fix | Examples |
|---|---|---|---|
| P0 — Critical | System down, data loss, security breach | Immediate (hours) | Login broken, payments failing, data corruption |
| P1 — High | Major feature broken, no workaround | 1–2 days | Key user flow fails, major performance degradation |
| P2 — Medium | Feature degraded, workaround exists | Current sprint | Form validation issue, minor UI breakage |
| P3 — Low | Minor issue, cosmetic, edge case | Next sprint | Typo, minor layout issue, rare edge case |
| P4 — Deferred | Nice to fix, no user impact | Backlog | Code quality, minor inconsistency |
Ask user to provide:
For each bug, assess:
| # | Bug Title | Priority | Severity | Frequency | Release Blocker? | Assignee | Notes |
|---|---|---|---|---|---|---|---|
| 1 | ... | P1 | High | Always | Yes | Dev Team | Blocks checkout |
| 2 | ... | P3 | Low | Rarely | No | — | Defer to next sprint |
Release Recommendation:
/test-plan or /assess-readinessnpx claudepluginhub devmuslim/pdm-skills --plugin pdm-quality-testingReproduces bug reports, assesses severity and priority, captures environment context, and assigns them before diagnosis begins.
Classify bugs by player impact, reproducibility, severity, and milestone risk so the team fixes the right things first.
Transforms unstructured bug reports into groomed tasks with reproducer, code localisation, and regression-test acceptance criteria for supervised or pipeline fix workflows.