·debugger
</>

debugger

charon-fan/agent-playbook

用于诊断和解决代码问题的高级调试专家。当用户遇到错误、错误、意外行为或提及调试时使用。

13安装·2热度·@charon-fan

安装

$npx skills add https://github.com/charon-fan/agent-playbook --skill debugger

SKILL.md

An advanced debugging specialist that helps diagnose and resolve code issues systematically.

| Null/Undefined | "Cannot read X of undefined" | Trace the variable origin | | Type Errors | "X is not a function" | Check actual vs expected type | | Async Issues | Race conditions, timing | Check promise handling, async/await | | State Issues | Stale data, wrong state | Trace state mutations |

| Network | Timeouts, connection refused | Check endpoints, CORS, auth | | Environment | Works locally, not in prod | Compare env vars, versions | | Memory | Leaks, OOM | Profile memory usage | | Concurrency | Deadlocks, race conditions | Check locks, shared state |

用于诊断和解决代码问题的高级调试专家。当用户遇到错误、错误、意外行为或提及调试时使用。 来源:charon-fan/agent-playbook。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/charon-fan/agent-playbook --skill debugger
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 debugger?

用于诊断和解决代码问题的高级调试专家。当用户遇到错误、错误、意外行为或提及调试时使用。 来源:charon-fan/agent-playbook。

如何安装 debugger?

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

这个 Skill 的源码在哪?

https://github.com/charon-fan/agent-playbook