issue-resolution

Triage, reproduce, analyze root cause, and verify bug fixes.

225|71|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/hoangnb24/skills --skill issue-resolution-hoangnb24
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-resolution
Source: https://github.com/hoangnb24/skills/tree/main/.agents/skills/issue-resolution
Command: npx skills add https://github.com/hoangnb24/skills --skill issue-resolution-hoangnb24

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Issue Resolution skill guides teams through a structured, repeatable workflow to diagnose, triage, reproduce, perform root-cause analysis, and verify fixes for bugs, errors, and failing tests.

Core Features & Use Cases

  • Comprehensive RCA framework with iteration loops to identify root causes and validate fixes.
  • Bead-based task decomposition that translates fixes into trackable, testable units and documentation updates.
  • End-to-end workflow coverage from initial bug report to regression-free verification across backend and frontend code.

Quick Start

Describe a bug, run triage, reproduce, analyze root cause, implement a fix, and verify the solution.

Frequently Asked Questions about issue-resolution

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

FAQPage Schema
How do I perform systematic bug triage and root cause analysis for failing tests?

Systematic bug triage involves identifying, reproducing, and analyzing bugs through structured root cause analysis (RCA). This workflow uses iteration loops to diagnose failing tests and validate fixes across backend and frontend codebases.

What is a bead-based workflow for bug reproduction and resolution?

A bead-based workflow decomposes bug fixes into trackable, testable units. It translates identified root causes into documented, iterative fix tasks, ensuring comprehensive regression-free verification for unexpected behavior.

How do I resolve unexpected behavior across codebases when I only have an issue brief?

To resolve unexpected behavior, you need a documented issue brief and reproducible tests. The resolution workflow applies iterative RCA to diagnose the error, implements a bead-based fix, and verifies the solution.

Does root cause analysis for bug reports require reproducible tests to start?

Yes, performing root cause analysis requires documented issue briefs and reproducible tests. These inputs are necessary to systematically iterate on the diagnosis and validate the fix for the reported bug.

What is the best way to verify bug fixes and prevent regressions in frontend and backend code?

The best way to verify bug fixes is through a defined bead-based workflow with regression-free verification. This approach ensures the solution is validated end-to-end across both frontend and backend codebases after the fix.