·systematic-debugging
</>

systematic-debugging

Django 的四阶段调试方法和根本原因分析。在调查错误、修复测试失败或排除意外行为时使用。强调没有根本原因就不能修复。

4安装·0热度·@kjnez

安装

$npx skills add https://github.com/kjnez/claude-code-django --skill systematic-debugging

如何安装 systematic-debugging

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

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

来源:kjnez/claude-code-django。

SKILL.md

查看原文

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-debugging
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-11

Browse more skills from kjnez/claude-code-django

快速解答

什么是 systematic-debugging?

Django 的四阶段调试方法和根本原因分析。在调查错误、修复测试失败或排除意外行为时使用。强调没有根本原因就不能修复。 来源:kjnez/claude-code-django。

如何安装 systematic-debugging?

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

这个 Skill 的源码在哪?

https://github.com/kjnez/claude-code-django