triage-bug

Automate Jira bug triage, root cause analysis, and structured task creation.

10|7|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/RHEcosystemAppEng/sdlc-plugins --skill triage-bug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-bug
Source: https://github.com/RHEcosystemAppEng/sdlc-plugins/tree/main/plugins/sdlc-workflow/skills/triage-bug
Command: npx skills add https://github.com/RHEcosystemAppEng/sdlc-plugins --skill triage-bug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jira, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of triaging Jira Bug issues, investigating root causes, and creating structured tasks for fix implementation.

Core Features & Use Cases

  • Bug Triage: Analyze and classify Jira Bug issues based on description and codebase analysis.
  • Task Creation: Generate detailed tasks for fix implementation with a reproducer test front-loaded.
  • Use Case: When you receive a Bug report, use this Skill to automate the initial investigation and task creation, streamlining the bug-to-fix process.

Quick Start

Triage a Bug in Jira by providing the Bug issue ID with the command: /triage-bug PROJ-456

Frequently Asked Questions about triage-bug

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

FAQPage Schema
How do I automate Jira bug triage and task creation?

Automating Jira bug triage involves analyzing the bug report, investigating the codebase for root causes, and generating structured fix tasks. This Skill automates that workflow, including adding comments and front-loading reproducer tests in Jira.

What is root cause analysis for software defects in Jira?

Root cause analysis for software defects is the process of investigating codebase patterns to identify why a bug occurs. This Skill performs automated codebase investigation based on the Jira Bug description to classify the issue and determine the underlying defect.

Do I need Jira API access to run automated bug triage?

Yes, you need Jira API access to run automated bug triage. This Skill requires connectivity to Jira via MCP or REST API to read bug issues, add comments, and create structured fix tasks.

How do I create Jira tasks for bug fixes with reproducer tests?

Creating Jira tasks for bug fixes with reproducer tests requires structuring the fix implementation steps and front-loading test cases. This Skill generates these detailed tasks automatically after analyzing the software defect and its root cause.

Can I use this bug triage approach for any Jira project?

You can use this bug triage approach for any Jira project accessible via your configured MCP or REST API connection. Simply provide the specific Bug issue ID, such as PROJ-456, to initiate the automated classification and task creation process.

What's the best way to streamline the bug-to-fix process in Jira?

The best way to streamline the bug-to-fix process is to automate the initial investigation and task generation. This Skill classifies Jira Bug issues, performs root cause analysis, and creates structured tasks, reducing manual triage overhead.