[QA Method] Defect management lifecycle: JIRA Bug Workflow, triage, classification, report validation, verification protocol, defect metrics.
Scanned 9/20/2026
Install to Claude Code
npx -y skills add VirtoCommerce/vc-mcp-testing-module --skill qa-defect --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Qa Defect?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/virtocommerce-qa-defect-vc-mcp-testing-module)More formats (shields.io, HTML) on the badges page.
---
name: qa-defect
description: "[QA Method] Defect management lifecycle: JIRA Bug Workflow, triage, classification, report validation, verification protocol, defect metrics."
argument-hint: "triage VCST-XXXX | verify VCST-XXXX | classify | workflow | metrics"
disable-model-invocation: true
---
# /qa-defect — Defect Management Lifecycle
Manages the full defect lifecycle from detection through triage, classification, fix verification, and closure. Provides the JIRA Bug Workflow (16 statuses), triage routing, report validation, verification protocol, and defect process health metrics.
## Usage
```
/qa-defect # Full lifecycle overview + JIRA workflow map
/qa-defect triage VCST-1234 # Triage a bug: validate report, check duplicates, classify, assign
/qa-defect verify VCST-1234 # Verify a fix: re-run STR, check regression, transition JIRA
/qa-defect classify # Show defect type taxonomy + root cause categories
/qa-defect workflow # Show JIRA Bug Workflow (16 statuses, all transitions)
/qa-defect metrics # Defect process health: aging, MTTR, reopen rate, escape rate
```
## Execution
1. Load `defect-lifecycle-workflow.md` from this skill folder.
2. Determine context from argument:
- No argument → full lifecycle overview with JIRA workflow diagram
- `triage VCST-XXXX` → triage workflow
- `verify VCST-XXXX` → fix verification protocol
- `classify` → defect type taxonomy + root cause categories
- `workflow` → JIRA Bug Workflow diagram + transition table
- `metrics` → defect process health indicators
3. **For triage:** Resolve ticket via tracker-ops (Jira MCP `getJiraIssue` / `ado.mjs get-workitem`, per profile) → validate report completeness (12-item checklist) → check for duplicates (tracker-ops §2 Search — Jira JQL `summary ~ "keyword" AND status != Cancelled`, Azure WIQL equivalent) → classify defect type + root cause → assess severity + priority (reference `/qa-risk`) → route to owner via triage matrix → set fields + recommend the destination **role** (§0 role table), transitioned via tracker-ops.
4. **For verify:** Resolve ticket + linked PR via tracker-ops → confirm fix is deployed → execute original STR verbatim (must pass 3 consecutive times) → run 2-3 adjacent regression checks → check for side effects (console errors, network failures) → decision: all pass → transition role `tested` then `done`; any fail → transition role `reopen` with new evidence. All transitions resolve the live workflow via tracker-ops (§0 roles), honoring `tracker.azure.transitionPolicy`.
5. **For classify:** Show defect type taxonomy (8 types) and root cause categories (6 categories) from `defect-lifecycle-workflow.md` section 6. Suggest classification for the given bug based on symptoms.
6. **For workflow:** Show the §0 role→transition table first (the tracker-agnostic layer), then the JIRA Bug Workflow ASCII diagram and full transition table from `defect-lifecycle-workflow.md` sections 1-3 as the Jira reference example. Highlight QA-owned transitions.
7. **For metrics:** Compute defect process health indicators from JIRA data using JQL queries. Report aging, MTTR, reopen rate, escape rate, density, and verification pass rate against targets.
8. For bug report templates, load `defect-report-templates.md` from this skill folder (frontend + backend templates).
## Integration with Other Skills
| Direction | Skill | Relationship |
|-----------|-------|-------------|
| Upstream | `/qa-investigate` | Bug investigation produces the defect that enters this lifecycle |
| Upstream | `/qa-evidence` | Evidence capture standards used in report validation |
| Upstream | `/qa-risk` | Severity/Priority classification (independent dimensions) |
| Upstream | `/qa-bug` (command) | Bug filing creates the ticket this skill manages |
| Downstream | `/qa-fix` (command) | A ready, routable ticket is picked up for autonomous fix |
## Rules
- Never transition a bug (any tracker) without documenting the reason in a comment; transition by §0 role via tracker-ops, never by a hardcoded transition name.
- Always validate report completeness before triaging — missing STR = send back to reporter.
- Verification must re-run original STR (3x) + check at least 1 adjacent flow for regression.
- Duplicate check is mandatory before filing any new bug.
- Severity and Priority are independent dimensions — always set both explicitly.
- Escalate P0 bugs not picked up within 2 hours, P1 bugs not assigned within 1 business day.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!