interactive-debugging
SolidUse this skill when debugging runtime behavior requires live data from the running app, temporary instrumentation, or hypothesis verification through logs. Trigger for async timeouts, stale or incorrect state updates, race conditions, event ordering bugs, intermittent failures, browser/client behavior that static inspection cannot explain, or any issue where the agent should create a local debug HTTP server, insert temporary probes, ask the user to reproduce, inspect .debug/debug.log, then remove all debug instrumentation and assets.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- denysdovhan
- Repository
- denysdovhan/agents
- Created
- 5 months ago
- Last Updated
- 3 days ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
debug
When you get a failed result/error/user says its wrong/its a bug, use this skill to systematically debug and fix the problem.
debug
当用户需要调试复杂/偶现 Bug,且必须通过运行时真实数据、代码埋点、日志采集、用户复现或跨端/异步时序证据定位问题时使用。触发词包括 debug/调试/日志采集/log collection/运行时上下文。若读代码、跑测试、浏览器自动化或现有日志能定位,先走轻量排查,不启动本 skill
debug
Systematic Debugging Workflow