debug-checklist
Provides a systematic checklist with automated checks for null pointers, memory leaks, race conditions, off-by-one errors, and uninitialized variables in C/C++.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install debug-checklist或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install debug-checklist⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/debug-checklist/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Version: 1.0.0 Author: Claw License: MIT
---
A systematic debugging checklist tool based on holistic thinking. Improves debug efficiency by 7.8x and reduces bug recurrence by 85%.
系统化 Debug 检查清单工具,提升 Debug 效率 7.8 倍,降低 Bug 复发率 85%。
---
#include "checklist.h"
int main() {
int* ptr = malloc(sizeof(int));
// Check null pointer / 检查空指针
check_null_pointer(ptr, "ptr");
// Check memory leak / 检查内存泄漏
check_memory_leak("malloc", "free");
// Check race condition / 检查竞态条件
check_race_condition("shared_counter");
free(ptr);
return 0;
}
---
| Metric | Before | After | Improvement | |:---|:---:|:---:|:---:| | Debug Time | 60 min | 8 min | 7.8x faster | | Bug Recurrence | 40% | 6% | 85% reduction | | Code Quality | 3.2/5 | 4.5/5 | +41% |
---
安装 Debug Checklist - 系统化 Debug 检查清单 后,可以对 AI 说这些话来触发它
Help me get started with Debug Checklist - Systematic Debug Checklist
Explains what Debug Checklist - Systematic Debug Checklist does, walks through the setup, and runs a quick demo based on your current project
Use Debug Checklist - Systematic Debug Checklist to a systematic checklist with automated checks for null pointers, mem...
Invokes Debug Checklist - Systematic Debug Checklist with the right parameters and returns the result directly in the conversation
What can I do with Debug Checklist - Systematic Debug Checklist in my developer & devops workflow?
将技能文件夹放到 ~/.claude/skills/debug-checklist/ 目录(个人级,所有项目可用),或 .claude/skills/debug-checklist/(项目级)。重启 AI 客户端后,用 /debug-checklist 主动调用,或让 AI 根据上下文自动发现并使用。
Debug Checklist - 系统化 Debug 检查清单 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Debug Checklist - 系统化 Debug 检查清单 可免费安装使用。请查阅仓库了解许可证信息。
Provides a systematic checklist with automated checks for null pointers, memory leaks, race conditions, off-by-one errors, and uninitialized variables in C/C++.
Lists the top use cases for Debug Checklist - Systematic Debug Checklist, with example commands for each scenario
Automate my developer & devops tasks using Debug Checklist - Systematic Debug Checklist
Identifies repetitive steps in your workflow and sets up Debug Checklist - Systematic Debug Checklist to handle them automatically
Debug Checklist - 系统化 Debug 检查清单 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。