triage-issue

Triage reported bugs and generate a RED-GREEN TDD fix plan as a GitHub issue artifact.

5|2|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/OutlineDriven/odin-gemini-cli-extension --skill triage-issue-outlinedriven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-issue
Source: https://github.com/OutlineDriven/odin-gemini-cli-extension/tree/main/skills/triage-issue
Command: npx skills add https://github.com/OutlineDriven/odin-gemini-cli-extension --skill triage-issue-outlinedriven

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly triage reported bugs by guiding a structured root-cause analysis and producing a compact, actionable TDD-shaped fix plan as a GitHub issue artifact.

Core Features & Use Cases

  • Automated triage workflow: identifies where the bug manifests and why it fails, enabling a minimal, test-first fix strategy.
  • RED-GREEN fix plan: outputs an ordered sequence of test-focussed cycles mapping observable behavior to code changes.
  • Issue artifact generation: renders a ready-to-file issue body with sections for Problem, Root Cause Analysis, and TDD Plan for easy collaboration.

Quick Start

Describe a bug you want triaged and ask it to generate a RED-GREEN TDD 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 generate a TDD fix plan?

To triage a bug, describe the reported failure and request a root-cause analysis. The tool traces failure paths and outputs a structured RED-GREEN TDD fix plan mapped to observable behavior and code changes.

What is a RED-GREEN TDD fix plan for issue management?

A RED-GREEN TDD fix plan is an ordered sequence of test-focused cycles guiding a test-first fix strategy. It maps observable behavior to code changes, yielding a readable issue body with Problem, Root Cause Analysis, and TDD Plan sections.

How do I structure a GitHub issue body for root-cause analysis?

Generate a ready-to-file GitHub issue artifact by providing the bug details. It renders a structured issue body containing Problem, Root Cause Analysis, and TDD Plan sections for clear team collaboration.

Can I use this for planning a test-first fix strategy before coding?

Yes, apply this triage process when a bug is reported or a fix plan is requested before coding. It identifies where the bug manifests and why it fails, enabling a minimal, test-first fix strategy.

What is the best way to document root-cause analysis for a bug report?

Use an automated triage workflow to identify where the bug manifests and why it fails. This approach yields a compact, actionable TDD-shaped fix plan ready to file as a GitHub issue artifact.

Are there limitations to using a TDD fix plan for bug triage?

The triage workflow focuses on generating a structured fix plan artifact rather than directly patching code. It requires a described bug to trace failure paths and produce the test-first strategy.