·debugging
</>

debugging

mrgoonie/claudekit-skills

用于查找和修复错误的系统调试框架 - 包括根本原因分析、深度防御验证和验证协议

151安装·1热度·@mrgoonie

安装

$npx skills add https://github.com/mrgoonie/claudekit-skills --skill debugging

SKILL.md

A collection of systematic debugging methodologies that ensure thorough investigation before attempting fixes.

Four-phase debugging framework: Root Cause Investigation → Pattern Analysis → Hypothesis Testing → Implementation. The iron law: NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST.

Trace bugs backward through the call stack to find the original trigger. Don't fix symptoms - find where invalid data originated and fix at the source.

用于查找和修复错误的系统调试框架 - 包括根本原因分析、深度防御验证和验证协议 来源:mrgoonie/claudekit-skills。

查看原文

可引用信息

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

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

快速解答

什么是 debugging?

用于查找和修复错误的系统调试框架 - 包括根本原因分析、深度防御验证和验证协议 来源:mrgoonie/claudekit-skills。

如何安装 debugging?

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

这个 Skill 的源码在哪?

https://github.com/mrgoonie/claudekit-skills