issue-resolution

Guide structured debugging workflows for React/TypeScript frontend issues.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/tienchinh21/skills-for-mini-zalo-app --skill issue-resolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-resolution
Source: https://github.com/tienchinh21/skills-for-mini-zalo-app/tree/main/issue-resolution
Command: npx skills add https://github.com/tienchinh21/skills-for-mini-zalo-app --skill issue-resolution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to systematically debug and resolve issues in frontend (React/TypeScript) projects by guiding triage, reproduction, RCA, fixes, verification, and documentation.

Core Features & Use Cases

  • Structured Troubleshooting: Triage issues quickly, reproduce bugs, perform root cause analysis, implement fixes, verify outcomes, and document learnings.
  • Lifecycle Guidance: Applies to bug reports, regression issues, performance bottlenecks, and error handling across frontend apps.
  • Collaboration & Audit Trail: Creates repeatable workflows and artifacts for each issue to ensure accountability and knowledge sharing.

Quick Start

  1. Describe the bug with a clear summary and expected vs actual results.
  2. Provide reproduction steps, environment details, and any relevant logs.
  3. Initiate RCA and fix path with checkpoints to maintain progress.

Frequently Asked Questions about issue-resolution

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

FAQPage Schema
How do I debug a React TypeScript bug systematically?

You can systematically debug React TypeScript bugs by following a structured workflow that includes triage, reproduction, root cause analysis, implementation, verification, and documentation.

What is the best way to perform root cause analysis for frontend regressions?

Root cause analysis for frontend regressions requires structured troubleshooting workflows that trace bugs through reproduction, identify the source, and enforce regression tests to prevent recurrence.

Does this issue-resolution workflow support React and TypeScript projects?

Yes, this issue-resolution workflow explicitly supports React and TypeScript projects by guiding teams through structured debugging, RCA workflows, and verifiable fixes across frontend applications.

How do I start triaging a bug report for a frontend application?

Start triaging a frontend bug report by providing a clear summary with expected versus actual results, detailed reproduction steps, environment details, and relevant logs to initiate RCA.

When do I need structured checkpoints for frontend debugging?

You need structured checkpoints for frontend debugging when managing bug reports, regressions, and performance bottlenecks to maintain progress, ensure accountability, and produce verifiable artifacts.