Debugging Assistant
中级development最低上下文:32K
Systematic debugging workflow that helps identify, isolate, and fix bugs. Follows a structured approach: reproduce, localize, reduce, fix, guard. Analyzes error messages, stack traces, and logs to pinpoint root causes rather than symptoms.
使用场景
- Analyzing stack traces and error messages
- Identifying race conditions and concurrency bugs
- Debugging memory leaks and performance issues
- Resolving dependency conflicts
- Fixing flaky tests
示例提示词
Help me debug this issue. Error message: ``` [paste error/stack trace here] ``` Relevant code: ``` [paste code here] ``` Context: - When does it happen? [always / intermittent / specific conditions] - What changed recently? [recent commits / dependency updates / config changes] - Environment: [OS, runtime version, relevant tools] Please: 1. Analyze the error and identify likely root causes 2. Suggest specific debugging steps to confirm the cause 3. Provide a fix with explanation 4. Recommend a regression test to prevent recurrence
推荐模型
兼容工具
claude-codecursorgithub-copilotkiroany
模态
输入: code, text
→输出: text, code
相关 Skills
作者
OpenModels Community