kiro-debug
仓库创建 2025年7月17日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
提供系统化的调试流程,适合复杂阻塞问题排查与根因定位。
▸ 风险提示
需要访问运行时环境、日志和配置,可能暴露敏感信息或凭证。
这个 Skill 做什么
以根因优先方法调查实现失败,结合本地证据与外部文档研究。
当实现卡住、验证不通过或重复修复仍不收敛时,按根因优先的方法调查失败原因,从本地证据、运行/配置检查到外部文档逐步定位问题。先收集可复现的信息再循序排查,而不是盲目打补丁或猜测性写修复。适合需要把问题彻底治好的场景,不是用来生成试错式修补码。
▸ 展开 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
+47
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/codex-skills/skills/kiro-debug/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/codex-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 公开信息 · 原文版权归作者所有