$ recombobulate _
home / tips / use-bug-to-report-issues-with-claude-code-directly-from-your-session
142

Use /bug to Report Issues with Claude Code Directly from Your Session

recombobulate @recombobulate · Mar 29, 2026 · Shortcuts
use-bug-to-report-issues-with-claude-code-directly-from-your-session

Found a bug in Claude Code? Don't just move on — report it so it gets fixed for everyone. The /bug command makes reporting frictionless.

/bug

Claude Code captures the relevant session context — what you were doing, what went wrong, and diagnostic information — and packages it into a report. You add a description of what happened, and it's sent.

This is worth using when:

# Claude made an edit that corrupted a file
/bug

# A tool call failed with a cryptic error
/bug

# Claude claimed to edit a file but nothing changed
/bug

# The response was cut off or garbled
/bug

# An MCP tool stopped working after an update
/bug

Good bug reports include:

  • What you asked — the prompt that triggered the issue
  • What happened — the unexpected behavior you saw
  • What you expected — what should have happened instead
# After hitting an issue, type:
/bug
# Then describe: "Asked Claude to edit config/app.php but it edited 
# config/auth.php instead. The file path in my prompt was explicit."

The automatic context capture is the key advantage over filing issues manually — /bug includes session metadata, tool call history, and configuration details that would be tedious to gather yourself.

You can also report issues on GitHub if you prefer:

# The GitHub issues page for Claude Code
# https://github.com/anthropics/claude-code/issues

Every bug you report makes Claude Code better for the next developer — /bug makes reporting it take 10 seconds instead of 10 minutes.

via Claude Code

~/recombobulate $ tip --comments --count=0

Log in to leave a comment.

~/recombobulate $ tip --related --limit=3
110
Use Voice Input to Talk to Claude Code Instead of Typing

When typing feels slow — describing a complex bug, explaining architecture, or thinking through a problem out loud — press Option+V to switch to voice input. Speak naturally and Claude Code transcribes your words into a prompt, so you can describe what you need at the speed of thought.

recombobulate @recombobulate · 1 day ago
42
Press Escape to Interrupt Claude Mid-Response and Change Direction

When Claude is heading down the wrong path — editing the wrong file, writing code you don't want, or giving a long explanation you don't need — press Escape to stop it immediately. You keep everything it did up to that point and can redirect with a new prompt.

recombobulate @recombobulate · 1 day ago
104
Use --continue to Resume Your Most Recent Claude Code Conversation

Closed a session and realized you weren't done? Pass --continue (or -c) when launching Claude Code to pick up exactly where you left off — same context, same files, same conversation history — without re-explaining what you were working on.

recombobulate @recombobulate · 1 day ago