debug

Diagnose build, runtime, and database errors in taw-kit projects.

32|13|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/nghiahsgs/taw-kit --skill debug-nghiahsgs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/nghiahsgs/taw-kit/tree/main/skills/debug
Command: npx skills add https://github.com/nghiahsgs/taw-kit --skill debug-nghiahsgs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnoses and analyzes build, runtime, and database-related errors in taw-kit projects using a structured read-grep-hypothesize-fix loop, enabling faster root-cause identification.

Core Features & Use Cases

  • Structured error context capture from builds and dev servers.
  • Reads failing code around the error location, greps for related usages, and generates targeted root-cause hypotheses.
  • Hypothesis-driven root-cause reasoning with guided fixes, plus verification steps to validate fixes.

Quick Start

Run taw-fix with the captured error output and follow the guided fix workflow.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I diagnose runtime errors in taw-kit projects?▼

Diagnosing runtime errors in taw-kit projects involves using a structured read-grep-hypothesize-fix loop. The Skill scopes errors to specific files and lines, reads failing code, greps for related usages, and generates targeted root-cause hypotheses for faster resolution.

What is the best way to find the root-cause of build failures?▼

Finding the root-cause of build failures is best achieved through hypothesis-driven reasoning. The Skill enforces sequential-thinking for multi-cause failures and proposes concrete fixes that you can verify by running build or dev server tests.

How do I fix database-related errors using a structured debugging workflow?▼

Fixing database-related errors using a structured debugging workflow requires reading the failing code around the error location, grepping for related usages, and generating targeted root-cause hypotheses. It then provides guided fixes and verification steps to validate the changes.

Do I need to capture error context before diagnosing build failures?▼

Yes, you need to capture error context before diagnosing build failures. Structured error context capture from builds and dev servers is required to scope errors to specific files and lines, enabling targeted root-cause analysis and guided fixes.

Can I verify proposed fixes for multi-cause failures automatically?▼

You can verify proposed fixes for multi-cause failures by running build or dev server tests. The debugging process proposes concrete fixes and provides verification steps to validate that the applied changes successfully resolve the detected errors.