·debugging
</>

debugging

当任务涉及调查错误、诊断故障或跟踪意外行为时主动加载。当用户说“调试这个”、“修复这个错误”、“为什么失败”、“跟踪这个问题”或“它不工作”时使用。涵盖错误消息和堆栈跟踪分析、运行时调试、网络请求检查、状态调试、性能分析、类型错误诊断、构建失败解决方案以及针对过去故障进行内存通知模式匹配的根本原因分析。

46安装·2热度·@mgd34msu

安装

$npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill debugging

如何安装 debugging

通过命令行快速安装 debugging AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill debugging
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:mgd34msu/goodvibes-plugin。

SKILL.md

查看原文

This skill teaches you how to debug systematically using GoodVibes precision tools. Effective debugging requires a methodical approach: reproduce the issue, isolate the cause, identify the root problem, apply a fix, and verify the solution.

Trigger phrases: "debug this error", "why is this failing", "investigate the issue", "trace the problem", "analyze the error".

| ReferenceError | Variable not defined | Typo, missing import, scope issue | | TypeError | Wrong type used | null/undefined, wrong method, type mismatch | | RangeError | Value out of range | Array index, numeric overflow | | SyntaxError | Invalid syntax | Parsing error, malformed JSON | | NetworkError | Request failed | CORS, timeout, 404, auth failure |

当任务涉及调查错误、诊断故障或跟踪意外行为时主动加载。当用户说“调试这个”、“修复这个错误”、“为什么失败”、“跟踪这个问题”或“它不工作”时使用。涵盖错误消息和堆栈跟踪分析、运行时调试、网络请求检查、状态调试、性能分析、类型错误诊断、构建失败解决方案以及针对过去故障进行内存通知模式匹配的根本原因分析。 来源:mgd34msu/goodvibes-plugin。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill debugging
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-11

Browse more skills from mgd34msu/goodvibes-plugin

快速解答

什么是 debugging?

当任务涉及调查错误、诊断故障或跟踪意外行为时主动加载。当用户说“调试这个”、“修复这个错误”、“为什么失败”、“跟踪这个问题”或“它不工作”时使用。涵盖错误消息和堆栈跟踪分析、运行时调试、网络请求检查、状态调试、性能分析、类型错误诊断、构建失败解决方案以及针对过去故障进行内存通知模式匹配的根本原因分析。 来源:mgd34msu/goodvibes-plugin。

如何安装 debugging?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill debugging 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/mgd34msu/goodvibes-plugin