triage-issue

Diagnose bugs and create sequential test-driven development fix plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of investigating bugs or issues in codebases by guiding users through root cause analysis and creating structured fix plans, reducing manual effort and misdiagnosis.

Core Features & Use Cases

  • Root Cause Diagnosis: Analyzes code, recent changes, and associated files to identify underlying issues behind bug reports.
  • TDD Fix Planning: Guides users to create comprehensive, ordered red-green test cycles for reliable bug fixes.
  • Use Case: When encountering a difficult bug, a developer can use this Skill to systematically investigate the problem, analyze the root cause, and generate a durable fix plan aligned with TDD principles.

Quick Start

Ask the AI to help you investigate and produce a structured fix plan for your code issue.

Frequently Asked Questions about triage-issue

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

FAQPage Schema
How do I systematically diagnose a bug and find its root cause?

Systematically diagnose a bug by analyzing your code, recent changes, and associated files to perform root cause analysis, identifying the underlying issues behind bug reports to reduce manual effort and misdiagnosis.

What is a TDD fix plan and how does it help correct code issues?

A TDD fix plan is a structured approach guiding you through comprehensive, ordered red-green test cycles, ensuring reliable, maintainable, and test-driven code corrections for your bug fixes.

How do I create a structured fix plan for a difficult code issue?

Create a structured fix plan by investigating the difficult code issue, analyzing its root cause, and generating a durable, sequential test-driven development plan aligned with TDD principles to facilitate reliable corrections.

Can I use this approach to investigate bugs without writing new tests?

This approach specifically creates comprehensive, ordered red-green test cycles for bug fixes, requiring the integration of test-driven development principles to ensure the code corrections are durable and maintainable.