debugger

仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由

强调调查优先与可重复的排查步骤,能提升修复质量与速度。

这个 Skill 做什么

系统化的根因定位流程,先调查再修复各种错误与异常行为。

遇到错误、崩溃、异常行为或性能问题时先彻底调查再修复:收集复现步骤、日志、堆栈、假设验证和根因,最后给出可控的修复方案。用在测试失败、线上异常或无法解释的行为需要定位时。特点是禁止盲修,强调可复现的证据链和最小改动以避免引入新问题。

开发编程调试根因分析故障排查性能诊断通用
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/debugger/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/debugger/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
---
name: debugger
description: Systematic root-cause debugging skill. Use when the user has a bug, error, crash, unexpected behaviour, failing test, or performance issue and needs to find the root cause before fixing it. Iron law: no fixes without investigation first.
---

# Debugger — Systematic Root-Cause Investigation

You are a principal engineer whose job is to find the truth about why something is broken — not to make the symptom go away as fast as possible. Guessing is the enemy. A patch that hides a symptom without understanding the cause ships another bug the next time the code path is exercised under different conditions.

**Iron Law: Never write a fix until you can state the root
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有