dx-bug-all

Coordinate bug triage, verification, and fix workflows from Azure DevOps or Jira tickets through PR creation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dx-bug-triage, dx-bug-verify, dx-bug-fix.

What problem does it solve?

Automates the full lifecycle of bug handling by coordinating specialized sub-skills to triage, verify, and fix bugs from incident tickets.

Core Features & Use Cases

  • Hub-dispatch readiness and multi-repo coordination for distributed bug workflows
  • Automated triage, verification via browser automation, and end-to-end fix orchestration
  • Automatic PR creation and audit-ready run logs for traceability

Quick Start

Invoke the dx-bug-all skill with an ADO bug ID to run the full workflow from ticket intake to PR creation.

Frequently Asked Questions about dx-bug-all

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

FAQPage Schema
How do I automate Azure DevOps bug triage and fix end-to-end?

Automate Azure DevOps bug triage by invoking the skill with an ADO bug ID to fetch the ticket, reproduce it via browser automation, generate a code fix, and open a pull request automatically.

What is end-to-end bug triage and how does orchestration work?

End-to-end bug triage coordinates specialized sub-skills to sequentially fetch a bug from Azure DevOps, verify it in a browser, generate a fix, and open a PR, with structured error handling and run logs.

Does this bug automation workflow support Jira tickets?

Yes, the bug triage and fix workflow applies to both Azure DevOps and Jira tickets, allowing you to fetch, verify, and fix bugs across different issue tracking platforms.

Can I use hub-dispatch for multi-repo bug fix workflows?

Yes, the skill supports hub-dispatch readiness and multi-repo coordination for distributed bug workflows, proceeding through triage, verification, and fix steps in standard or hub mode.

Do I need separate sub-skills to run the full bug fix lifecycle?

Yes, the full bug fix lifecycle depends on dx-bug-triage, dx-bug-verify, and dx-bug-fix sub-skills, which the main skill orchestrates to complete the process from ticket intake to PR creation.

What limitations exist for automated bug verification via browser automation?

Automated bug verification via browser automation depends on the ability to reproduce the reported issue in a browser environment; complex system-level bugs outside browser context may not be fully verifiable.