·debug-investigator
</>

debug-investigator

假设驱动的调试方法:通过确认/反驳测试对假设进行排名、git bisect 策略、日志分析、检测点规划和最小再现设计。触发条件:“系统地调试此问题”、“根本原因分析”、“平分此错误”、“对此错误的假设进行排名”、“帮助我隔离此问题”、“创建最小重现”、“此错误的检测计划”、“为什么这一直失败”。区别在于结构化调查方法(假设排名、二分策略、检测点)——将此技能用于需要系统调查的非明显错误,而不是模型直接诊断的简单错误。不适用于没有特定错误的抽象推理或问题分解 - 该模型本身处理一般推理。

9安装·0热度·@mathews-tom

安装

$npx skills add https://github.com/mathews-tom/praxis-skills --skill debug-investigator

如何安装 debug-investigator

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

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

来源:mathews-tom/praxis-skills。

SKILL.md

查看原文

Structured debugging methodology that replaces ad-hoc exploration with hypothesis-driven investigation. Captures symptoms, analyzes evidence (stacktraces, logs, state), generates ranked hypotheses, designs bisection strategies, identifies instrumentation points, and produces minimal reproductions — documenting every step so dead ends are never revisited.

When to use this skill vs native debugging: The base model handles straightforward debugging (clear stacktraces, obvious errors) natively. Use this skill for non-obvious bugs requiring systematic investigation: intermittent failures, bugs with no clear stacktrace, performance regressions, or issues requiring git bisection and hypothesis ranking.

| references/stacktrace-patterns.md | Exception taxonomy, traceback reading, common Python/JS error signatures | Stacktrace or exception present | | references/hypothesis-templates.md | Bug category catalog, probability ranking, confirmation/refutation tests | Always |

假设驱动的调试方法:通过确认/反驳测试对假设进行排名、git bisect 策略、日志分析、检测点规划和最小再现设计。触发条件:“系统地调试此问题”、“根本原因分析”、“平分此错误”、“对此错误的假设进行排名”、“帮助我隔离此问题”、“创建最小重现”、“此错误的检测计划”、“为什么这一直失败”。区别在于结构化调查方法(假设排名、二分策略、检测点)——将此技能用于需要系统调查的非明显错误,而不是模型直接诊断的简单错误。不适用于没有特定错误的抽象推理或问题分解 - 该模型本身处理一般推理。 来源:mathews-tom/praxis-skills。

可引用信息

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

安装命令
npx skills add https://github.com/mathews-tom/praxis-skills --skill debug-investigator
分类
</>开发工具
认证
收录时间
2026-03-10
更新时间
2026-03-10

Browse more skills from mathews-tom/praxis-skills

快速解答

什么是 debug-investigator?

假设驱动的调试方法:通过确认/反驳测试对假设进行排名、git bisect 策略、日志分析、检测点规划和最小再现设计。触发条件:“系统地调试此问题”、“根本原因分析”、“平分此错误”、“对此错误的假设进行排名”、“帮助我隔离此问题”、“创建最小重现”、“此错误的检测计划”、“为什么这一直失败”。区别在于结构化调查方法(假设排名、二分策略、检测点)——将此技能用于需要系统调查的非明显错误,而不是模型直接诊断的简单错误。不适用于没有特定错误的抽象推理或问题分解 - 该模型本身处理一般推理。 来源:mathews-tom/praxis-skills。

如何安装 debug-investigator?

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

这个 Skill 的源码在哪?

https://github.com/mathews-tom/praxis-skills