triage-issue

Investigate codebases to identify root causes and draft GitHub issues with TDD fix plans.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/amodelandme/skill-tree-dotnet --skill triage-issue-amodelandme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-issue
Source: https://github.com/amodelandme/skill-tree-dotnet/tree/main/.claude/skills/triage-issue
Command: npx skills add https://github.com/amodelandme/skill-tree-dotnet --skill triage-issue-amodelandme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage a bug or issue by exploring the codebase to identify root causes, then draft a GitHub issue with a TDD-based fix plan for user review before filing. This approach reduces back-and-forth, accelerates triage, and ensures a ready-to-file issue with clear tests and acceptance criteria.

Core Features & Use Cases

  • Investigate a reported problem to locate its manifestation and map the root cause to modules and interfaces.
  • Produce a structured GitHub issue with a RED-GREEN-TDD plan, testing guidance, and acceptance criteria for reviewers.
  • Provide a review-ready draft for human validation before filing the issue.

Quick Start

Investigate a reported bug, identify root cause, and draft a GitHub issue with a TDD-based fix plan for review before filing.

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 and draft a GitHub issue with a TDD fix plan?

To triage a bug, the Skill explores your codebase to identify the root cause and drafts a structured GitHub issue with a RED-GREEN TDD cycle, testing guidance, and acceptance criteria for review before filing.

What is a RED-GREEN TDD cycle in a GitHub issue fix plan?

A RED-GREEN TDD cycle structures the fix plan by first writing failing tests for the bug (RED), then implementing code changes to make them pass (GREEN), ensuring clear testing guidance and acceptance criteria in the drafted issue.

How do I investigate a reported issue to map its root cause to codebase modules?

You can investigate a reported issue by having the Skill explore the codebase to locate the manifestation of the problem and map the root cause directly to the affected modules and interfaces before drafting the issue.

Can I review a drafted bug issue before it gets filed on GitHub?

Yes, the Skill produces a review-ready draft of the GitHub issue with a TDD-based fix plan for human validation, ensuring you can verify the root cause analysis and acceptance criteria before filing.

Does the GitHub issue triage process include acceptance criteria for developers?

Yes, the triage process includes acceptance criteria and references an issue template in the structured output, providing clear guidance for reviewers and developers to validate the TDD-based fix.