fix-issue

Diagnose frontend and backend code errors with step-by-step root cause analysis.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Dinhpham04/DA-KLTN_HOTEL_MANAGEMENT --skill fix-issue-dinhpham04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issue
Source: https://github.com/Dinhpham04/DA-KLTN_HOTEL_MANAGEMENT/tree/main/.agents/skills/fix-issue
Command: npx skills add https://github.com/Dinhpham04/DA-KLTN_HOTEL_MANAGEMENT --skill fix-issue-dinhpham04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users identify the root causes of bugs and errors in their code, enabling precise troubleshooting and fixing issues quickly.

Core Features & Use Cases

  • Troubleshooting: Guides users through diagnostic steps to identify the source of runtime or logic errors in both frontend and backend code.
  • Root Cause Analysis: Assists in tracing data flow and pinpointing the exact point of failure or misbehavior.
  • Fix Implementation: Provides recommendations for code fixes and adjustments to resolve identified issues effectively.
  • Use Case: A developer encounters an API returning an error 500. They use this Skill to analyze logs, trace data flow, identify the mismatch in request parameters, and apply a fix.

Quick Start

Describe your error, include console logs or network responses, and specify expected versus actual behavior to start troubleshooting.

Frequently Asked Questions about fix-issue

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

FAQPage Schema
How do I debug a frontend rendering problem or backend API failure?

To debug rendering problems or API failures, provide detailed error descriptions, console logs, and network responses. The Skill guides you through step-by-step troubleshooting to identify the root cause and implement code fixes.

What is the best way to troubleshoot data inconsistencies and runtime errors in my code?

Troubleshooting data inconsistencies involves tracing data flow to pinpoint the exact point of failure. By supplying expected versus actual behavior, you receive diagnostic steps to trace and correct logic errors quickly.

How do I fix an API returning error 500 by analyzing request parameters?

Fixing an API error 500 requires analyzing logs and tracing data flow to identify mismatches in request parameters. The Skill provides recommendations for code adjustments to resolve identified issues effectively.

Can I use this debugging guidance for both frontend and backend environments?

Yes, this debugging guidance supports both frontend and backend environments. It focuses on root cause identification for issues like API failures, data inconsistencies, and rendering problems across your stack.

What information do I need to provide to start diagnosing code errors?

To start diagnosing code errors, you need to describe your error, include console logs or network responses, and specify expected versus actual behavior for accurate analysis and fix implementation.