ce-debug
仓库创建 2026年6月29日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
按因果链追踪问题并可选地以测试优先方式落地修复。
▸ 风险提示
可能运行测试或修改代码,需仓库写入权限。
这个 Skill 做什么
系统化定位根因并给出或实现缺陷修复方案。
系统化定位根因并给出修复方案,包含复现步骤、原因链分析和修复建议或补丁。适合遇到崩溃、测试失败、堆栈追踪或多次修复无效时使用。特点是追溯完整因果链、优先保守修复并推荐带测试的修复路径,减少返工。
▸ 展开 SKILL.md 英文原文
Systematically find root causes and fix bugs. Use when debugging errors, investigating test failures, reproducing bugs from issue trackers (GitHub, Linear, Jira), or when stuck on a problem after failed fix attempts. Also use when the user says 'debug this', 'why is this failing', 'fix this bug', 'trace this error', or pastes stack traces, error messages, or issue references.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/ce-debug/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/ce-debug/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Debug and Fix Find root causes, then fix them. This skill investigates bugs systematically — tracing the full causal chain before proposing a fix — and optionally implements the fix with test-first discipline. <bug_description> #$ARGUMENTS </bug_description> ## Core Principles These principles govern every phase. They are repeated at decision points because they matter most when the pressure to skip them is highest. 1. **Investigate before fixing.** Do not propose a fix until you can explain the full causal chain from trigger to symptom with no gaps. "Somehow X leads to Y" is a gap. 2. **Predictions for uncertain links.** When the causal chain has uncertain or non-obvious links, form
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有