bug-triage
SolidReviews an incoming issue and determines what it most likely represents, how severe it is, who should own it, what evidence is missing, and what action should happen next.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- SUDARSHANCHAUDHARI
- Repository
- SUDARSHANCHAUDHARI/QACraft
- Created
- 5 days ago
- Last Updated
- 3 days ago
- Language
- HTML
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
bug-report
Converts an observed problem into a precise, reproducible, environment-bound defect report without overstating cause, severity, or scope.
issue-triage
Triage a bug or issue by gathering context (Jira ticket or free-form description), mapping the suspected code area via codebase-explain, hypothesizing root causes via clarity-council, and producing a structured triage report with ranked root-cause candidates and proposed solution paths. Read-only by default; the user may opt in at the end to publish the report as a Jira comment. Use when user says "triage this", "triage [TICKET-KEY]", "what's causing this bug", "help me find the root cause", or invokes /issue-triage with a ticket key or issue description.
triage-issue
Invoked helper skill for deep bug diagnosis, usually delegated from /qa when a reported issue needs root-cause analysis and a TDD fix plan before implementation. Use when the cause is unclear, the bug is a regression, or the user explicitly wants diagnosis. Not for lightweight QA intake (use /qa) or already-clear implementation tasks (use /execute).