gotalab/cc-sdd✦ 精选0°

kiro-debug

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

系统化定位问题来源,能减少猜测式补丁与重复返工。

▸ 风险提示

可能需要读取运行时环境与配置或访问外部资源,注意敏感信息。

这个 Skill 做什么

基于根因优先的流程诊断实现失败并调查阻塞原因。

遇到实现卡住或验证一直失败时,用因果优先的方式做根因排查,结合本地证据、运行时/配置检查和外部文档来定位问题。适合开发者报 BLOCKED、修复反复失败或无法复现错误时使用。区别是不会先乱改代码试探,而是系统性找出阻塞点并给出可验证的调查结论。

▸ 展开 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/claude-code-skills/skills/kiro-debug/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-debug/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# kiro-debug

## Overview

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.

## 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
- Error messages, stack trace, and failing command output
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有