qa-bug-intake-and-triage

Convert user reports, logs, and scanner output into structured BUG backlog items.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/FernanSuoza/AIDD-project-bootstrap --skill qa-bug-intake-and-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-bug-intake-and-triage
Source: https://github.com/FernanSuoza/AIDD-project-bootstrap/tree/main/templates/skills/qa-bug-intake-and-triage
Command: npx skills add https://github.com/FernanSuoza/AIDD-project-bootstrap --skill qa-bug-intake-and-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn raw defect signals—user problem reports, logs, scanner output, failing commands, or test failures—into consistent, tracked backlog items so issues are recorded, triaged, and routed for resolution instead of getting lost in conversations or reports.

Core Features & Use Cases

  • Structured BUG creation using a reusable template to capture title, type, severity, environment, reproduction steps, evidence excerpt, and estimated effort.
  • Duplicate detection and ID reservation to prevent duplicate filing and ensure traceability.
  • Batch conversion of scanner or report findings into individual BUG items and safe evidence handling with truncation warnings and audit logging.

Quick Start

Run the qa-bug-intake-and-triage skill to convert logs, scanner output, or failing command output into a structured BUG item with triage metadata.

Frequently Asked Questions about qa-bug-intake-and-triage

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

FAQPage Schema
How do I convert scanner output and failing command logs into structured bug backlog items?

To convert scanner output and failing command logs into structured bug backlog items, process the raw defect signals through an automated triage template that captures severity, environment, reproduction steps, and evidence excerpts while reserving a unique bug ID.

What is the best way to triage SAST findings into individual tracked bugs without losing evidence?

Triage SAST findings into tracked bugs by batch converting scanner reports into individual items, applying safe evidence handling with truncation warnings and audit logging to ensure large logs are preserved without losing critical defect context.

Can I use automated bug intake for user problem reports that are not covered by active user stories?

Yes, you can use automated bug intake for user problem reports not covered by active user stories. The process performs duplicate checks to prevent redundant filing and reserves unique IDs to ensure standalone tracking and traceability.

How does duplicate detection work when batch converting dependency scanner findings into bug items?

Duplicate detection during batch conversion of dependency scanner findings works by cross-referencing extracted triage metadata against existing entries. This prevents duplicate filing and reserves unique bug IDs to maintain an accurate, traceable backlog.

What metadata is generated when creating a bug from failing test output?

Creating a bug from failing test output generates structured triage metadata including bug type, severity, environment, reproduction steps, safely truncated evidence excerpt, triage confidence level, and a reserved unique bug ID for tracking.

Are there limitations when truncating large evidence logs during automated bug triage?

When truncating large evidence logs during automated bug triage, the system applies safe truncation warnings and audit logging to prevent data loss. However, extremely large raw datasets may require manual pre-filtering to ensure relevant defect context is captured.