Agent Skills
› rmyndharis/antigravity-skills
› debugging-strategies
debugging-strategies
GitHub提供系统化调试技巧、性能剖析及根因分析方法,用于追踪Bug、排查性能问题或分析生产事故。适用于需复现问题并验证修复的场景,不适用于纯开发或无日志环境。
Trigger Scenarios
追踪难以发现的Bug
调查性能瓶颈
调试生产事故
分析崩溃转储或堆栈跟踪
调试分布式系统
Install
npx skills add rmyndharis/antigravity-skills --skill debugging-strategies -g -y
SKILL.md
Frontmatter
{
"name": "debugging-strategies",
"description": "Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior."
}
Debugging Strategies
Transform debugging from frustrating guesswork into systematic problem-solving with proven strategies, powerful tools, and methodical approaches.
Use this skill when
- Tracking down elusive bugs
- Investigating performance issues
- Debugging production incidents
- Analyzing crash dumps or stack traces
- Debugging distributed systems
Do not use this skill when
- There is no reproducible issue or observable symptom
- The task is purely feature development
- You cannot access logs, traces, or runtime signals
Instructions
- Reproduce the issue and capture logs, traces, and environment details.
- Form hypotheses and design controlled experiments.
- Narrow scope with binary search and targeted instrumentation.
- Document findings and verify the fix.
- If detailed playbooks are required, open
resources/implementation-playbook.md.
Resources
resources/implementation-playbook.mdfor detailed debugging patterns and checklists.
Version History
- e63f7dd Current 2026-07-05 09:31


