triage-issue

Analyze bug reports to identify root causes and generate GitHub or GitLab issues with TDD fix plans.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills --skill triage-issue-dedalus-erp-pas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-issue
Source: https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills/tree/main/skills/triage-issue
Command: npx skills add https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills --skill triage-issue-dedalus-erp-pas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes bug reports to determine root causes and drafts a GitHub or GitLab issue with a structured TDD-based fix plan.

Core Features & Use Cases

  • Root-cause analysis of issues in codebases to identify underlying failures
  • Structured TDD fix plan with RED-GREEN cycles to guide implementation and testing
  • Platform detection and automatic creation of issues on GitHub or GitLab
  • Clear, shareable documentation of findings to reduce recurrence and speed up repair

Quick Start

Describe the user-reported issue and start a triage session to generate a GitHub or GitLab issue with a 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 bug report and create a structured fix plan?

To triage a bug report, you investigate the root cause and generate a GitHub or GitLab issue with a structured TDD fix plan. This enforces a TDD-centric workflow with RED-GREEN cycles to guide implementation and testing.

How does root-cause analysis work for GitHub and GitLab issues?

Root-cause analysis investigates the underlying failures in your codebase to identify the source of the bug. It then formats the issue content according to your project templates and detects the target platform, whether GitHub or GitLab.

Can I use this triage process for both GitHub and GitLab repositories?

Yes, the triage process supports both GitHub and GitLab repositories. It automatically detects the target platform and formats the generated issue content according to the specific project templates.

What is a TDD-centric workflow for bug fixing?

A TDD-centric workflow for bug fixing uses RED-GREEN cycles to guide implementation and testing. It structures the fix plan so you write failing tests first, then implement the code to make them pass.

Why should I generate a TDD fix plan instead of just fixing the bug?

Generating a TDD fix plan provides clear, shareable documentation of findings and reduces recurrence. The structured RED-GREEN cycles speed up repair by ensuring the fix is validated by tests before implementation.