bug-triage

Evaluate bug severity and priority to assign sprint-ready tasks.

3|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill bug-triage-negentropy-laby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-triage
Source: https://github.com/Negentropy-Laby/Constitution-Driven-Development/tree/main/.agents/skills/bug-triage
Command: npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill bug-triage-negentropy-laby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read all open bugs in production/qa/bugs/, re-evaluate priority vs. severity, assign to sprints, surface systemic trends, and produce a triage report. Run at sprint start or when the bug count grows enough to need re-prioritization.

Core Features & Use Cases

  • Parse and load open bug reports from production/qa/bugs/ (with fallback options if needed).
  • Re-evaluate severity vs. priority, detect systemic trends, and propose sprint assignments.
  • Generate a formal bug triage report and trend analytics to inform next steps.
  • Memory-bank writes and gating: only proceed with user approval and optional memory updates.

Quick Start

Run /bug-triage sprint to begin triage and assign open bugs to the current sprint.

Frequently Asked Questions about bug-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize bugs in my backlog for an upcoming sprint?

Sprint bug triage automatically re-evaluates severity vs. priority for open bugs in your backlog and assigns them to sprints, producing a markdown triage report with proposed sprint assignments.

What is the best way to analyze bug trends across design domains?

Bug trend analysis runs in trend mode to surface systemic trends across design domains by reading open bug reports from production/qa/bugs/ and generating analytics to inform next steps.

How do I triage newly filed production bugs during a sprint?

Run bug triage in sprint mode when new bugs are filed to re-prioritize the backlog, evaluate severity vs. priority, and assign issues to the current sprint with memory-bank gating.

Can I use bug triage for full backlog assessment beyond sprint planning?

Bug triage supports full mode to assess the entire open bug backlog, detect systemic trends across design domains, and produce a comprehensive triage report with optional memory-bank updates.

Does bug triage require writing memory-bank updates automatically?

Bug triage implements memory-bank gating that only proceeds with writes and report generation after explicit user approval, making memory updates optional rather than automatic.

What format does the bug triage report output?

The bug triage report outputs as a markdown file containing sprint-ready priorities, severity vs. priority evaluations, sprint assignments, and trend analytics with memory-bank integration.