debug-proProvides a systematic 7-step debugging protocol with language-specific commands and quick diagnostic tools for JavaScript, Python, Swift, CSS, network, and git.
Install via ClawdBot CLI:
clawdbot install cmanfre7/debug-proGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://api.example.com/endpointAudited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
A frontend developer encounters a 'Cannot read property of undefined' error in a React application after a recent deployment. Using the 7-step protocol, they reproduce the error, isolate it to a new API response format, and fix it by adding optional chaining. This ensures minimal downtime and maintains user experience.
A DevOps engineer faces a 'Connection refused' error in a microservices architecture. They use network debugging commands like lsof and netstat to identify a misconfigured port, then apply the fix and regression test to prevent future outages in production environments.
An iOS developer notices memory leaks in a Swift app causing crashes. By employing LLDB debugging and Instruments profiling, they instrument the code to trace allocations, verify the root cause in a retained cycle, and apply a fix to improve app stability and user retention.
A data engineer deals with an 'ENOENT' error in a Python ETL script processing large datasets. Using Python's pdb and tracemalloc, they isolate the issue to a missing directory, fix it with proper path validation, and add logging to streamline future debugging in batch jobs.
A UI/UX designer finds inconsistent element alignment across browsers in an e-commerce site. Applying CSS debugging techniques like red outlines, they hypothesize a flexbox issue, verify it with browser tools, and fix the styles to ensure a responsive design that boosts conversion rates.
Offer a SaaS platform that integrates the 7-step protocol with automated debugging commands for multiple languages. Charge monthly fees for access to advanced features like real-time error tracking and collaborative debugging sessions, targeting development teams in tech companies.
Provide expert consulting to help organizations implement systematic debugging methodologies. Offer workshops and on-demand support for troubleshooting specific issues, generating revenue through hourly rates or project-based contracts for industries like finance and healthcare.
Develop a free IDE plugin that suggests debugging steps and commands based on error patterns. Monetize through premium upgrades offering AI-powered root cause analysis and integration with team dashboards, appealing to individual developers and enterprises.
💬 Integration Tip
Integrate this skill into development workflows by using it as a reference during code reviews and incident response, ensuring team members follow the structured protocol to reduce mean time to resolution.
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.
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.
Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.