triage-issue

Explore codebases to diagnose bugs and generate GitHub issues with TDD fix plans.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill triage-issue-officechbusinessservices-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: triage-issue
Source: https://github.com/officechbusinessservices-creator/CompliCore/tree/main/skills/triage-issue
Command: npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill triage-issue-officechbusinessservices-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage bug reports by systematically exploring the codebase to locate root causes and generate a GitHub issue with a test-driven fix plan, enabling teams to act efficiently.

Core Features & Use Cases

  • Structured investigation: guides responders to trace error paths, identify root causes, and document findings.
  • TDD-based fix planning: creates a concrete sequence of tests and minimal code changes to validate fixes.
  • Issue templating: produces a ready-to-open GitHub issue with problem description, root cause analysis, and a step-by-step plan.

Quick Start

Describe the reported problem to the AI and let it scan the repository to draft a TDD-based GitHub issue with a 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 generate a GitHub issue with a fix plan?▼

To triage a bug report, you describe the user-reported problem so the system can explore your codebase, perform root-cause analysis, and generate a ready-to-open GitHub issue with a structured fix plan.

How does root-cause analysis work for user-reported bugs in a codebase?▼

Root-cause analysis for user-reported bugs works by systematically tracing error paths through the codebase to identify the origin of the problem and document the findings for a structured fix plan.

What is a TDD-based fix plan for a GitHub issue?▼

A TDD-based fix plan is a concrete sequence of tests and minimal code changes following a red-green testing process to validate bug fixes, included directly in the generated GitHub issue template.

Can I use this triage skill with any codebase or does it require specific dependencies?▼

Yes, you can use this triage skill with any codebase because it has no dependencies and guides the investigation of user-reported issues across all platforms to produce a standardized GitHub issue.

Does the generated GitHub issue include a ready-to-open template with the investigation steps?▼

Yes, the generated GitHub issue includes a ready-to-open template containing the problem description, root-cause analysis, and a step-by-step TDD fix plan for immediate team action.