debug

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

适合快速定位问题根源,支持手工测试与复现分析。

▸ 风险提示

需要访问日志和数据库权限,存在数据暴露风险。

这个 Skill 做什么

通过查看日志、数据库和 git 历史来协助调试问题而不改动代码。

通过查看日志、数据库状态和 Git 历史来定位问题根源,不会改动代码或文件,像给调试会话做侦查一样。适合手工测试复现失败、排查线上/本地异常或审查变更引入的故障时使用。优势是能快速收集关键信息、形成排查思路而不影响代码库。

▸ 展开 SKILL.md 英文原文

Debug issues by investigating logs, database state, and git history

开发编程排错流程日志分析故障诊断Claude Code
3.9k
Stars
298
Forks
40
仓库内 Skill
+17
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/debug/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/debug/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Debug

You are tasked with helping debug issues during manual testing or implementation. This command allows you to investigate problems by examining logs, database state, and git history without editing files. Think of this as a way to bootstrap a debugging session without using the primary window's context.

## Initial Response

When invoked WITH a plan/ticket file:
```
I'll help debug issues with [file name]. Let me understand the current state.

What specific problem are you encountering?
- What were you trying to test/implement?
- What went wrong?
- Any error messages?

I'll investigate the logs, database, and git state to help figure out what's happening.
```

When invoked WITHOUT pa
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有