xiaobai-systematic-debuggingSystematic Debugging - 4-phase root cause process. No guessing, no random fixes. Trace evidence, identify root cause, fix systematically.
Install via ClawdBot CLI:
clawdbot install aptratcn/xiaobai-systematic-debuggingGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses system directories or attempts privilege escalation
/var/log/Calls external URL not in known-safe list
https://github.com/aptratcn/systematic-debugging.gitAudited Apr 22, 2026 · audit v1.0
Generated Jul 31, 2026
An e-commerce platform experiences intermittent errors during peak hours, leading to lost sales. The development team uses the systematic debugging skill to isolate the issue to a database connection pool exhaustion, root cause identified as a recent configuration change, and verifies the fix by monitoring error rates during peak load.
A mobile app update causes performance degradation on certain devices. The team applies the 4-phase approach to observe the slowdown, isolate it to a specific UI component, hypothesize that a new animation library is causing the issue, and verify by reverting the change and running performance tests.
A SaaS platform's integration with a third-party API fails intermittently. Using systematic debugging, the team isolates the problem to a mismatch in data encoding, hypothesizes that the third-party API updated its validation rules, and verifies by adjusting the payload format and running integration tests.
A financial trading system experiences high latency in processing orders, causing missed trades. The team observes the issue, isolates it to a specific network component, hypothesizes that a firewall rule is causing delays, and verifies by reconfiguring the firewall and measuring latency improvements.
An IoT device loses connection to the cloud intermittently. The team uses systematic debugging to observe the disconnection pattern, isolate it to a firmware upgrade, hypothesize that the new firmware has a bug in the reconnection logic, and verify by rolling back the firmware and testing over a longer period.
Offer a debugging tool that integrates with CI/CD pipelines and IDEs, providing guided systematic debugging workflows. Revenue comes from subscription fees for individual developers and teams.
Provide expert consulting services to companies that need help debugging complex production issues. Revenue from hourly consulting fees or project-based engagements.
Develop and sell online courses, workshops, and certification programs teaching systematic debugging methodologies. Revenue from course sales, corporate training packages, and certification exam fees.
💬 Integration Tip
Integrate the debugging phases directly into your issue tracker or IDE to guide developers in real-time. Provide checklists and templates to ensure each phase is completed before moving to the next.
Scored May 14, 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.