agent-code-debuggerProvides debugging assistance for AI-generated code with pattern detection, common issue identification, and fix suggestions across multiple programming lang...
Install via ClawdBot CLI:
clawdbot install jpengcheng523-netizen/agent-code-debuggerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
eval(Audited Apr 16, 2026 · audit v1.0
Generated May 12, 2026
A developer uses AI to generate code for a financial transaction processing system. The agent code debugger identifies async void usage, .Result blocking, and empty catch blocks, providing fix suggestions and Visual Studio debugging guidance.
An e-commerce team integrates AI-generated JavaScript code for order processing. The debugger detects promises without .catch(), async functions lacking try-catch, and leftover console.log statements, suggesting quick fixes.
A healthcare startup uses AI to generate Python scripts for data ingestion. The debugger finds bare except clauses and wildcard imports, offering corrections to ensure secure exception handling and clean namespace usage.
A SaaS company uses AI to generate TypeScript components. The debugger identifies explicit any types and @ts-ignore comments, providing refactor suggestions and Visual Studio Code debugging configuration.
An industrial automation firm uses AI-generated C# code for PLC control. The debugger generates Visual Studio debug configs and tips for conditional breakpoints, helping engineers step through and fix thread safety issues.
Offer a free tier with basic pattern detection and quick fixes for small codebases. Premium subscription provides advanced multi-language support, Visual Studio integration, and detailed reports.
Integrate the debugger into CI/CD pipelines as a plug-in for code quality checks. Charge per build or per repository, reducing post-deployment bugs for development teams.
Provide expert-led workshops on AI code debugging and Visual Studio techniques. Offer custom rule creation for enterprise clients to detect industry-specific AI generation issues.
💬 Integration Tip
Integrate as an npm package or VS Code extension; use the analyze() API in pre-commit hooks to catch issues before code review.
Scored May 12, 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.