issue-resolution

Guide structured bug triage, reproduction, root cause analysis, and verified fixes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically diagnose and fix bugs through triage, reproduction, root cause analysis, and verified fixes. Use when resolving bugs, errors, failing tests, or investigating unexpected behavior.

Core Features & Use Cases

  • Triage and normalization of diverse issue reports into a concise brief.
  • Reproduction planning, tracing code paths, and deterministic test creation.
  • Root cause analysis with iterative hypotheses, evidence gathering, and RCA documentation.
  • Impact assessment and risk profiling to prioritize fixes.
  • Decomposition of fixes into manageable beads with traceability to RCA.
  • Verification workflow to validate fixes across tests and builds.

Quick Start

Provide a clear, auditable workflow for a reported issue and produce an RCA and fix plan.

Frequently Asked Questions about issue-resolution

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

FAQPage Schema
How do I perform root cause analysis for a failing software test?

Root cause analysis for a failing test requires iteratively forming hypotheses, gathering evidence through code path tracing, and documenting findings. This Skill guides that process to produce an auditable RCA document and verified fix plan.

What is the best way to triage and reproduce unexpected software behavior?

The best way to triage unexpected behavior is normalizing diverse issue reports into a concise brief, then planning deterministic reproduction. This workflow ensures you create reliable test cases that consistently trigger the bug before analysis.

Can I use this workflow to assess the impact and risk of a bug fix across deployments?

Yes, this workflow includes impact assessment and risk profiling to prioritize fixes. It decomposes fixes into manageable steps with traceability to the RCA, ensuring safe deployment across affected code and test environments.

How do I create an auditable history for code maintenance and bug resolution?

You create an auditable history for bug resolution by following a structured workflow with defined checkpoints and artifacts. This Skill requires referencing those artifacts throughout triage, RCA, and verification to maintain traceable records.

When should I use a structured bug triage workflow instead of ad-hoc debugging?

You should use a structured bug triage workflow when resolving complex bugs, failing tests, or unexpected behavior that requires verified fixes and traceable history. It ensures systematic diagnosis rather than relying on ad-hoc investigation.

Does this bug resolution process require specific dependencies or components to function?

No, this bug resolution process does not require specific dependencies or external components to function. It provides a self-contained reasoning workflow that guides input normalization, reproduction, RCA, and verification across your software engineering tasks.