All Use Cases

Claude Code setups for debugging

Bisect, trace, and triage faster. Skills, agents, MCP servers, and how-tos that help Claude Code find the root cause instead of patching symptoms — wire in Sentry, Datadog, or your own logs and let Claude reproduce locally.

9 items across skills, agents, plugins, MCP servers, prompts, hooks, and guides.

Example prompts

Concrete things you can type into Claude Code for debugging. Each example uses a real skill, agent, slash command, hook, or MCP server listed below.

  1. Find the commit that broke a test
    Use the git-bisect skill to find the commit that caused 'creates user' in user.spec.ts to fail.
  2. Triage a production error from Sentry
    Connect the Sentry MCP server, pull the top unresolved issue, reproduce locally, and write a regression test.
  3. Debug a flaky test
    Use the debugger agent to find the race condition in checkout.spec.ts — it fails ~1 in 20 runs.
  4. Stream logs from a running dev server
    Use the Monitor tool to watch `npm run dev` and surface the stack trace when /api/orders 500s.

MCP Servers (2)

Browse all MCP servers

How-To Guides (1)

Browse all how-tos