dx-bug-triage

Fetch Azure DevOps or Jira bug work items and generate triage files with root-cause hypotheses.

6|3|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/easingthemes/dx-aem-flow --skill dx-bug-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dx-bug-triage
Source: https://github.com/easingthemes/dx-aem-flow/tree/main/plugins/dx-core/skills/dx-bug-triage
Command: npx skills add https://github.com/easingthemes/dx-aem-flow --skill dx-bug-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch a Bug work item from Azure DevOps/Jira, find the affected component in the codebase, and save triage findings. Creates raw-bug.md (faithful dump) and triage.md (component analysis + root cause hypothesis). Posts a clarification comment if ambiguities are found. Use when starting work on a bug ticket.

Core Features & Use Cases

  • Automates bug intake from ADO/Jira and gathers essential metadata.
  • Generates raw-bug.md and triage.md with structured analysis and a root cause hypothesis.
  • Posts clarifications to solicit information when facts are unclear and produces a component mapping for triage.

Quick Start

Use the dx-bug-triage command with a bug ID to initiate the triage workflow.

Frequently Asked Questions about dx-bug-triage

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

FAQPage Schema
How do I automate bug triage for Jira work items in my codebase?

You can automate bug triage by fetching an Azure DevOps or Jira work item, identifying the affected codebase component, and generating raw-bug.md with triage.md containing root-cause hypotheses.

What is the best way to start working on a bug ticket from Azure DevOps?

Fetch the Azure DevOps bug work item by its ID to retrieve key fields, identify the affected component in the codebase, and generate raw-bug.md and triage.md with root-cause hypotheses.

Can I automatically post clarification comments when bug specs are ambiguous?

Yes, the triage workflow posts clarification comments directly to Azure DevOps or Jira when ambiguities are found in the bug specs, soliciting missing information to complete the analysis.

Does bug triage work with both Jira and Azure DevOps bug tickets?

Yes, bug triage supports both Azure DevOps and Jira. It retrieves key fields from either platform's bug work items to generate component mappings and root-cause hypotheses for your codebase.

How do I map an ADO bug report to a specific component in my codebase?

Fetch the ADO bug work item, extract its key fields, and generate a component mapping that identifies the affected area in the codebase to prepare the ticket for structured root-cause analysis.

What is the difference between raw-bug.md and triage.md in bug analysis?

raw-bug.md is a faithful dump of the original bug ticket, while triage.md contains the component analysis and root-cause hypothesis generated after mapping the issue to the codebase.