$ recombobulate _
~/recombobulate $ tip --list --category="debugging"

// 17 tips in Debugging

Finding and fixing issues faster with Claude Code.

0
Detect and Fix Memory Leaks in Your Node.js Application with Claude

Hand Claude your heap snapshots or server code and ask it to trace memory leaks — it spots missing event listener cleanup, unbounded caches, and stream lifecycle bugs that are easy to miss in code review.

bagwaa @bagwaa · 45 minutes ago
0
Audit Your UI Components for Accessibility Issues with Claude

Ask Claude to audit your UI components for WCAG accessibility issues — it catches semantic problems, missing ARIA attributes, and keyboard navigation gaps that automated tools miss.

bagwaa @bagwaa · 46 minutes ago
0
Debug API and MCP Issues with --debug

The --debug flag enables verbose logging for Claude Code, and an optional category filter like "api,mcp" lets you narrow output to exactly the subsystem you need to investigate.

bagwaa @bagwaa · 3 hours ago
0
Add OpenTelemetry Tracing to Your App with Claude

Distributed tracing turns mysterious slowdowns into pinpointed bottlenecks. Ask Claude to wire up OpenTelemetry across your application without digging through the docs.

bagwaa @bagwaa · 4 hours ago
0
Ask Claude to Set Up Structured JSON Logging

Printf debugging doesn't belong in production. Claude can wire up structured JSON logging with request context, log levels, and external service routing in minutes.

bagwaa @bagwaa · 5 hours ago
0
Ask Claude to Audit Your HTTP Security Headers

Share your server config or middleware code and ask Claude to identify missing or misconfigured security headers and provide drop-in fixes.

bagwaa @bagwaa · 6 hours ago
0
Let Claude Fix Rust Ownership and Borrow Checker Errors

Paste your Rust compiler errors into Claude and get a clear explanation of the ownership issue plus a corrected version of your code.

bagwaa @bagwaa · 6 hours ago
1
Use git bisect with Claude to Track Down Regressions Fast

Ask Claude to write a git bisect test script, then paste the identified bad commit's diff for an instant explanation of what broke and why.

bagwaa @bagwaa · 11 hours ago
0
Let Claude Audit and Fix Your React useEffect Dependency Arrays

Paste your React components and ask Claude to audit every useEffect dependency array — it catches stale closures and fixes the root cause, not just the lint warning.

bagwaa @bagwaa · 11 hours ago
0
Let Claude Fix Your Eloquent N+1 Query Problems

Paste your controllers or service methods and ask Claude to spot N+1 query problems and fix them with proper eager loading.

bagwaa @bagwaa · 12 hours ago
0
Pipe Log Files to Claude for Pattern Analysis

Feed your application logs to Claude via stdin and get an instant summary of errors, anomalies, and patterns worth investigating.

bagwaa @bagwaa · 13 hours ago
0
Ask Claude to Diagnose CORS Errors

CORS errors are cryptic and inconsistent across browsers — paste your headers and config and let Claude pinpoint exactly what's wrong.

bagwaa @bagwaa · 13 hours ago