triage-issue

Explore codebase root causes and create GitHub issues with TDD fix plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of triaging and planning bug fixes by automating the investigation of codebase issues and generating a GitHub issue with a Test-Driven Development (TDD) fix plan.

Core Features & Use Cases

  • Automated Code Exploration: Utilizes the Agent tool to explore the codebase for root cause analysis.
  • GitHub Issue Creation: Generates a GitHub issue with a TDD-based fix plan.
  • Use Case: When a user reports a bug or issue, this Skill helps identify the root cause and outlines a step-by-step plan to resolve it, improving efficiency and accuracy in bug resolution.

Quick Start

Run the triage-issue skill to investigate and create a GitHub issue for the reported bug.

Frequently Asked Questions about triage-issue

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

FAQPage Schema
How do I automate bug triage and find the root cause of a codebase issue?

Automating bug triage involves exploring your codebase to pinpoint the root cause of an issue, then generating a GitHub issue with a structured, TDD-based fix plan to streamline resolution.

What is the best way to create a GitHub issue with a TDD fix plan for a reported bug?

Creating a GitHub issue with a TDD fix plan requires investigating the reported bug's root cause in the codebase, then outlining a step-by-step Test-Driven Development plan directly within the issue for developers to follow.

Can I use automated code exploration for root cause analysis before planning a bug fix?

Yes, you can use automated code exploration to investigate the codebase, identify the underlying root cause of a bug, and generate a structured fix plan before any code changes are made.

Does this bug triage approach work without setting up additional dependencies or components?

Yes, this bug triage approach operates without requiring additional dependencies or components, allowing you to directly analyze code and create GitHub issues with TDD-based plans in a self-contained environment.

Why should I use a TDD-based plan for GitHub issue management instead of just describing the bug?

Using a TDD-based plan for GitHub issue management provides a structured, step-by-step resolution path, ensuring the bug fix is verifiable and improving overall code quality beyond just describing the symptoms.