complex-bug-debugging-with-ai复杂 bug 与 AI 协作排查的元方法论。当用户报告"诡异 / 间歇性 / 多层因素 / 重启不愈 / 多系统协作 / 已经排查很久没头绪"的 bug 时,启用本 SKILL 的 7 阶段协作工作流:"业务链路对齐 → 症状结构化 → 边界测试循环 → 方案摆台 → 执行验证 → 失效升级 → 闭环沉淀"。本...
Install via ClawdBot CLI:
clawdbot install hgvgfgvh/complex-bug-debugging-with-aiGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 13, 2026
用户报告订单提交后偶尔超时或失败,重启后暂时恢复。AI 按 7 阶段工作流协作,通过链路图对齐和边界测试循环,定位到缓存集群在流量高峰时的数据倾斜问题。最终锁定是哈希槽分配不均导致部分查询延迟。
涉及网关、账户服务、风控、流处理等多个组件,交易状态在部分节点显示异常。AI 协助用户结构化症状,通过 k8s MCP 拉取各服务日志对比,发现时间戳在不同节点有毫秒级偏差,导致事件顺序错乱。
设备端频繁掉线,但重启后正常,工程师排查无果。AI 激活技能,使用 SSH 访问 broker 集群,通过边界测试逐步隔离,最终发现是客户端在弱网下重连时使用的 session id 冲突导致的幽灵连接。
监控系统在业务低峰期每分钟产生数千条告警,涉及多个微服务。AI 按流程对齐链路,使用代码读取和日志分析,发现是一个条件表达式在空指针时默认触发了告警,但异常被 catch 后静默处理了。
玩家状态偶发性回滚到几小时前,重启无效。AI 通过症状结构化和边界测试,使用数据库 MCP 比对多个事务日志,发现是分布式事务协调器在特定网络抖动时只提交了部分节点的数据。
AI 作为 IDE 或运维平台的付费插件,提供复杂 bug 调试引导、自动化测试循环和报告生成。按用户或团队订阅,提供 Opus 级别模型支撑。
企业将最棘手的 bug 提交给 AI 平台,AI 按工作流输出诊断报告和建议步骤,按排查深度(如基本 vs 全链路)收费。
将技能包装成集成在现有监控、日志平台的模块,强化协作排查能力。用户无需切换工具即可享受结构化流程和 AI 驱动。
💬 Integration Tip
需要确保 AI 模型具备强自反能力(如 Opus 4.7),并接入代码、基础设施、日志等 MCP 工具。实际落地前最好先在一个内部复杂 bug 上验证工作流。
Scored May 13, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.