debug-loop
仓库创建 2026年4月7日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
结构化定位与验证修复,适合难解生产问题
▸ 风险提示
可能需访问敏感日志与系统状态,注意访问控制
这个 Skill 做什么
深度迭代的根因调试循环,用于复杂或复发性故障
用于复杂或复发性故障的深度迭代调试,采用多阶段流程找根因、验证假设并反复打磨修复。遇到修复没生效、需要做 root cause 分析或手动触发 /build-loop:debug 时启动。不要用于简单已知修法或内存搜索,重点是证据驱动的反复验证和压力测试。
▸ 展开 SKILL.md 英文原文
Use when a fix didn't hold, `/build-loop:debug` is invoked, the user asks for root cause analysis, memory lookup returns LIKELY_MATCH/WEAK_SIGNAL/NO_MATCH, or Review-B Validate fails. Deep iterative debugging loop — not for known fixes or trivial issues. NOT for blameless postmortem system-lever analysis (use `root-cause-analysis`) or memory search/store (use `debugging-memory`).
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/debug-loop/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/debug-loop/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 --> # Debug Loop — Iterative Root Cause Debugging A 7-phase debugging loop: investigate with structured root-cause methods, hypothesize root cause, implement targeted fix, verify with evidence, score against criteria, pressure-test via critique agent, and report with transparency markers. Iterates up to 5x on failures. ## Scope Check Before entering the loop, assess whether it's warranted. The trigger is the **verdict category**, not a numeric score — research shows LLM-assigned confidence scores are poorly calibrated for open-ended tasks (Tian et al
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有