bug-triaging

Triages bug reports into structured phases and generates triage and sprint documents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill triages bug reports into a structured workflow, validating eligibility, gathering details, analyzing the codebase, and producing a handoff contract for the implement phase.

Core Features & Use Cases

  • Dependency checks, eligibility assessment, and hybrid interviews to fill information gaps.
  • Codebase analysis with stack traces, test discovery, and risk assessment.
  • Auto-generation of a micro-sprint plan (sprint.md) and a triage handoff document (triage.md) ready for the implement phase, with PII redaction and audit-ready outputs.

Quick Start

Describe the bug with /bug or import a GitHub issue with /bug --from-issue N to begin triage.

Frequently Asked Questions about bug-triaging

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

FAQPage Schema
How do I triage GitHub issues into actionable micro-sprints?

To triage GitHub issues into actionable micro-sprints, import the issue and the skill will assess eligibility, analyze the codebase for stack traces, and generate a sprint plan with a triage handoff document.

What is the best way to structure bug reports for code analysis and issue management?

Structuring bug reports requires gathering details like reproductions and stack traces, enforcing PII redaction, and running codebase analysis to produce audit-ready triage documents for downstream implementation.

Do I need a test runner for bug triage and issue management?

Yes, a test runner is required for bug triage. The skill mandates test discovery and codebase analysis to validate bug eligibility and generate accurate test-driven micro-sprint plans.

Can I import existing GitHub issues for bug triage?

Yes, you can import existing GitHub issues for bug triage by using the import command with an issue number to automatically pull the report and begin the structured triage workflow.

How does PII redaction work during bug triage?

PII redaction works during bug triage by automatically scanning reported bugs and collected evidence, removing sensitive personal information before generating audit-ready triage and sprint documents.

What limitations exist when analyzing stack traces for bug triage?

A key limitation is that bug triage requires a test runner to function, and while it analyzes stack traces and discovers tests, it only produces handoff artifacts for the implement phase rather than fixing the bug directly.