triage-issue

Explore codebases to identify bug root causes and create Jira tickets with TDD fix plans.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/johwer/marketplace --skill triage-issue-johwer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: triage-issue
Source: https://github.com/johwer/marketplace/tree/main/skills/triage-issue
Command: npx skills add https://github.com/johwer/marketplace --skill triage-issue-johwer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage a bug by exploring the codebase to identify root causes and generate a Jira ticket with a TDD-based fix plan. Use when a user reports a bug, mentions "triage", or wants to investigate and plan a fix.

Core Features & Use Cases

  • Explore the codebase across frontend, backend, and services to locate the bug manifestation and trace its path.
  • Identify root causes, dependencies, and related tests to determine remediation steps.
  • Generate a Jira ticket with a concrete TDD-based fix plan, including RED-GREEN cycles and acceptance criteria.

Quick Start

Triage the reported bug by exploring the codebase and generate a Jira ticket with a TDD-based fix plan.

Frequently Asked Questions about triage-issue

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

FAQPage Schema
How do I triage a reported bug and create a Jira ticket with a fix plan?▼

To triage a bug, the Skill explores your codebase to identify the root cause and automatically generates a Jira ticket containing a TDD-based fix plan with RED-GREEN cycles and acceptance criteria.

What is the best way to investigate root causes across frontend and backend components?▼

Investigating root causes involves exploring the codebase across frontend, backend, and services to locate the bug manifestation, trace its path, and identify dependencies and related tests for remediation steps.

Can I use TDD principles to plan fixes for user-reported issues?▼

Yes, you can plan fixes for user-reported issues using TDD principles by generating a Jira work item that outlines concrete RED-GREEN cycles and specific acceptance criteria for the remediation.

Does the bug triage process work with both frontend and backend codebases?▼

Yes, the bug triage process works with both frontend and backend codebases, explicitly scoping its codebase exploration across services to locate the bug manifestation and trace its execution path.

What do I need to generate a Jira work item with acceptance criteria for a bug?▼

To generate a Jira work item with acceptance criteria, you need to trigger a triage prompt or report a bug, allowing the system to explore the codebase and formulate a TDD-based fix plan.