runesleo-systematic-debuggingFour-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
Install via ClawdBot CLI:
clawdbot install runesleo/runesleo-systematic-debuggingGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
A checkout process fails intermittently for some users, causing lost sales. The systematic debugging framework ensures the team investigates logs, recent deployments, and API calls between payment gateway and inventory service to find the root cause, such as a race condition or misconfigured timeout, before applying patches.
Automated tests start failing after a dependency update, halting deployments. Using this skill, developers recall context from past issues, investigate error messages, and trace data flow through build, test, and deployment stages to identify a version mismatch or environment variable issue, preventing hasty rollbacks.
Transaction processing slows down during peak hours, risking compliance and revenue. The framework guides engineers to reproduce the issue, analyze recent code changes, and instrument component boundaries to pinpoint bottlenecks like database queries or network latency, ensuring fixes address the root cause.
An app crashes for users on certain Android versions, leading to negative reviews. Developers use systematic debugging to extract error keywords, search for prior knowledge in logs, and compare working vs. broken code patterns to identify a hardware-specific bug or library incompatibility before proposing a fix.
A new feature for patient data exchange between systems returns unexpected errors, compromising data integrity. The skill enforces context recall from documentation, root cause investigation of error codes, and hypothesis testing to resolve issues like authentication failures or data format mismatches without disrupting existing workflows.
Offer debugging workshops and audits for tech companies, charging per project or hourly rates. This helps clients reduce bug resolution time and improve code quality, leading to recurring contracts and referrals.
Develop a plugin or API that integrates this debugging framework into popular IDEs or CI/CD platforms. Monetize through subscription tiers for teams, with features like analytics and collaboration tools.
Create online courses and certification programs for developers, teaching systematic debugging principles. Revenue comes from course sales, corporate training packages, and certification exam fees.
💬 Integration Tip
Integrate this skill into team workflows by adding it as a mandatory checklist in pull request templates or incident response playbooks to enforce root cause analysis before fixes.
Scored Apr 19, 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.