什么是 systematic-debugging?
Django 的四阶段调试方法和根本原因分析。在调查错误、修复测试失败或排除意外行为时使用。强调没有根本原因就不能修复。 来源:kjnez/claude-code-django。
Django 的四阶段调试方法和根本原因分析。在调查错误、修复测试失败或排除意外行为时使用。强调没有根本原因就不能修复。
通过命令行快速安装 systematic-debugging AI 技能到你的开发环境
来源:kjnez/claude-code-django。
Never apply patches that mask underlying problems. Understand WHY something fails before attempting to fix it.
Check SQL panel for N+1 queries, slow queries > 10ms.
Three consecutive failed fixes = architectural problem. Stop and discuss.
Django 的四阶段调试方法和根本原因分析。在调查错误、修复测试失败或排除意外行为时使用。强调没有根本原因就不能修复。 来源:kjnez/claude-code-django。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/kjnez/claude-code-django --skill systematic-debuggingDjango 的四阶段调试方法和根本原因分析。在调查错误、修复测试失败或排除意外行为时使用。强调没有根本原因就不能修复。 来源:kjnez/claude-code-django。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/kjnez/claude-code-django --skill systematic-debugging 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/kjnez/claude-code-django