debugging-patterns
仓库创建 2026年1月5日最近提交 2 天前SkillHot 收录 21 天前
▸ 精选理由
结构化定位问题流程,方便自动化故障排查
这个 Skill 做什么
基于日志、git bisect 等模式的根因分析与置信度评分
提供一套根因分析套路:先以日志为线索,结合 git bisect 做回归定位,再用模式匹配诊断问题并给出置信度评分。在排查生产故障、功能回归或不稳定测试时用,帮助把散乱线索系统化。特点是把多种调查方法和置信度评估结合起来,输出可验证的诊断路径和下一步建议。
1.6k
Stars
94
Forks
40
仓库内 Skill
+111
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/cc10x/skills/debugging-patterns/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/cc10x/skills/debugging-patterns/SKILL.md"SKILL.MD 节选查看完整文件 ↗
--- name: debugging-patterns description: Root cause analysis frameworks including log-first investigation, git bisect correlation, and pattern-based diagnosis with confidence scoring. allowed-tools: Read, Bash, Grep, Glob, WebSearch graph: domains: [domain:software-engineering] skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop] workflows: [workflow:feature-development] topics: [topic:developer-experience] roles: [role:tech-lead, role:backend-engineer] 2. DO NOT form hypotheses before reading evidence 3. Identify the exact error: message, file, line, call stack 4. Determine reproduction steps from evidence 5. Check git log for recent changes correlating with bug
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有