Skip to main content
Back to registry

deep-debug

jezweb/claude-skills

Status : Production Ready Last Updated : 2026-02-03 Dependencies : Chrome MCP tools (optional), debugger agent, code-reviewer agent

Installs162
Install command
npx skills add https://github.com/jezweb/claude-skills --skill deep-debug
About this skill
Status : Production Ready Last Updated : 2026-02-03 Dependencies : Chrome MCP tools (optional), debugger agent, code-reviewer agent Or invoke naturally: For browser-related bugs , use Chrome MCP tools: For backend bugs , gather: Launch these agents simultaneously with the gathered evidence: After agents complete, look for: After implementing the fix, re-gather the same evidence to confirm: Network tab showed 2 fetch requests for the same message. sendMessage useCallback had state.messages in dependency array. Every state update recreated the callback, causing duplicate calls during React re-renders. Use stateRef to access current state without including in dependencies: - Going in circles - You've tried multiple fixes but nothing works - Browser + API interaction bugs - Need to see Network tab, console logs - Symptoms don't match expectations - Something deeper is wrong - Complex state management bugs - React hooks, closures, race conditions - "I'm stuck on this bug, can you do a deep investigation?" - "This bug is resisting normal debugging" - "I need you to really dig into this" - Error logs and stack traces - Request/response payloads - Database query logs - Timing information - Network tab shows expected behavior - Console has no errors - State updates correctly - state in useCallback dependencies causing recreation - Missing dependencies causing stale closures - useEffect...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does deep-debug do?

Status : Production Ready Last Updated : 2026-02-03 Dependencies : Chrome MCP tools (optional), debugger agent, code-reviewer agent

Is deep-debug good?

deep-debug does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does deep-debug work with?

deep-debug currently lists compatibility with codex, gemini-cli, opencode, cursor, replit, claude-code.

What are alternatives to deep-debug?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install deep-debug?

npx skills add https://github.com/jezweb/claude-skills --skill deep-debug

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering