kiro-debug

仓库创建 2025年7月17日最近提交 2 个月前SkillHot 收录 23 天前
▸ 精选理由

强调证据与根因优先,适合复杂故障与反复修复不收敛场景。

▸ 风险提示

可能需要访问运行时日志与配置,涉及敏感数据访问权限,注意脱敏。

这个 Skill 做什么

面向实现失败的根因导向调试流程与证据采集步骤。

遇到实现卡住、验证失败或多次修复无果时,用按证据优先的流程找根因,而不是盲目打补丁。会收集本地日志、运行时和配置状态,再结合文档或 issue 做排查,给出可复现的故障路径。适合把问题彻底查清并形成修复思路,而不是临时应急修补。

▸ 展开 SKILL.md 英文原文

Investigate implementation failures using root-cause-first debugging. Use when an implementer is blocked, verification fails, or repeated remediation does not converge.

开发编程调试根因分析验证故障排查通用
3.6k
Stars
274
Forks
40
仓库内 Skill
+53
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-debug/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-debug/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# kiro-debug

<background_information>
This skill is for fresh-context root cause investigation. It combines local evidence, runtime/config inspection, and external documentation or issue research when available. It is not a patch generator for guess-first debugging.
</background_information>

<instructions>
## When to Use

- Implementer reports `BLOCKED`
- Reviewer rejection repeats after remediation
- Validation fails unexpectedly
- A task appears to conflict with runtime or platform reality
- The same failure survives more than one attempted fix

Do not use this skill to speculate about fixes before gathering evidence.

## Inputs

Provide:
- Exact failure symptom or blocker statement
- Er
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有