·debugging-techniques
</>

debugging-techniques

ancoleman/ai-design-components

Python(pdb、debugpy)、Go(delve)、Rust(lldb)和 Node.js 的调试工作流程,包括容器调试(kubectl debug、临时容器)以及具有分布式跟踪和关联 ID 的生产安全调试技术。在设置断点、调试容器/pod、远程调试或生产调试时使用。

11安装·0热度·@ancoleman

安装

$npx skills add https://github.com/ancoleman/ai-design-components --skill debugging-techniques

SKILL.md

Provides systematic debugging workflows for local, remote, container, and production environments across Python, Go, Rust, and Node.js. Covers interactive debuggers, container debugging with ephemeral containers, and production-safe techniques using correlation IDs and distributed tracing.

For detailed Python debugging patterns, see references/python-debugging.md.

For detailed Rust debugging patterns, see references/rust-debugging.md.

Python(pdb、debugpy)、Go(delve)、Rust(lldb)和 Node.js 的调试工作流程,包括容器调试(kubectl debug、临时容器)以及具有分布式跟踪和关联 ID 的生产安全调试技术。在设置断点、调试容器/pod、远程调试或生产调试时使用。 来源:ancoleman/ai-design-components。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/ancoleman/ai-design-components --skill debugging-techniques
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 debugging-techniques?

Python(pdb、debugpy)、Go(delve)、Rust(lldb)和 Node.js 的调试工作流程,包括容器调试(kubectl debug、临时容器)以及具有分布式跟踪和关联 ID 的生产安全调试技术。在设置断点、调试容器/pod、远程调试或生产调试时使用。 来源:ancoleman/ai-design-components。

如何安装 debugging-techniques?

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

这个 Skill 的源码在哪?

https://github.com/ancoleman/ai-design-components