Agent Skills
› rmyndharis/antigravity-skills
› debugging-strategies
debugging-strategies
GitHub提供系统化调试技巧、性能分析及根因定位方法。适用于复现问题、排查生产事故、分析崩溃堆栈及分布式系统故障,通过假设验证和二分法缩小范围,高效追踪代码库中的各类缺陷与异常行为。
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


