timeflow-systematic-debuggingUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Install via ClawdBot CLI:
clawdbot install soponcd/timeflow-systematic-debuggingGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/soponcd/timeflow-skills/tree/main/teams/skills/systematic-debAudited Apr 17, 2026 · audit v1.0
Generated May 12, 2026
A software QA team uses systematic debugging to analyze a failing automated test. By tracing data flow and checking recent changes, they identify that a new environment variable is missing, preventing the test setup from initializing correctly.
A DevOps engineer encounters intermittent timeouts in a microservice. Using layered diagnostics across component boundaries, they discover a misconfigured connection pool in the database layer, not the API as initially suspected.
A CI/CD build fails during signing due to a missing code signing identity. The team follows the multi-layer evidence gathering approach to pinpoint that the build script does not propagate the signing environment from the workflow step.
A web application experiences slow page loads after a deployment. By tracing data flow and comparing working vs. broken examples, the developer finds that an inefficient SQL query was introduced, causing a bottleneck.
A healthcare integration fails to exchange patient records between systems. Using systematic debugging, the team adds instrumentation at each interface to reveal that a data format mismatch occurs at the third-party gateway, not within their own service.
Offer systematic debugging as a premium service for clients who need root cause analysis for recurring issues. Revenue is generated per-incident or through retainer agreements.
Develop workshops and certifications teaching systematic debugging methodology. Revenue comes from course fees and corporate training programs.
Create a software tool that autom parts of the debugging process, such as instrumentation insertion or pattern analysis. Revenue is generated through software licensing or SaaS subscriptions.
💬 Integration Tip
Pair with a test-driven development skill to ensure failing tests are written before fixing, and with root-cause tracing techniques to efficiently isolate issues in complex systems.
Scored Jun 29, 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.