error-debug

Diagnose and triage compilation, runtime, network, and database errors with structured checklists.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/zhu637882-stack/jiaoyi --skill error-debug
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: error-debug
Source: https://github.com/zhu637882-stack/jiaoyi/tree/main/qoder-config-backup/skills/error-debug
Command: npx skills add https://github.com/zhu637882-stack/jiaoyi --skill error-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

系统化调试工具,帮助团队对编译/运行时/网络/数据库错误进行分类处理并提供信息收集清单、前后端调试方法、常见问题速查表、二分法定位和回归测试的完整流程。

Core Features & Use Cases

  • 信息收集清单与故障排查方法
  • 后端调试指南(日志、数据库、API响应等)
  • 前端调试指南(浏览器控制台、构建输出、路由配置)
  • 常见问题速查表
  • 二分法定位(git bisect)流程
  • 修复后验证与回归测试

Quick Start

在遇到编译、运行、网络或数据库错误时,按清单逐步收集信息并执行前后端调试步骤以定位并修复问题。

Frequently Asked Questions about error-debug

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

FAQPage Schema
How do I systematically troubleshoot compilation and runtime errors?▼

Systematically troubleshoot compilation and runtime errors by following a structured information collection checklist to gather context, then applying backend and frontend debugging guidance to isolate root causes.

What is the best way to locate a regression commit using git bisect?▼

Locate a regression commit using git bisect by following a structured workflow that binary-searches your commit history, paired with a verification process to confirm the identified commit introduced the error.

How do I debug database and network errors during incident response?▼

Debug database and network errors during incident response by executing structured triage steps, leveraging a quick reference table for common issues, and collecting necessary diagnostic information upfront.

Does this debugging workflow cover both frontend and backend environments?▼

Yes, this debugging workflow covers both environments, providing specific frontend guidance for browser consoles and build outputs, alongside backend guidance for logs, database queries, and API responses.

What should I do to verify a fix after resolving a runtime or network error?▼

Verify a fix after resolving a runtime or network error by executing a structured verification process and regression testing workflow to ensure the triaged error is eliminated without introducing new issues.