Skip to content

Instantly share code, notes, and snippets.

@swombat
Created September 28, 2025 07:03
Show Gist options
  • Select an option

  • Save swombat/33d23f87b0406a1288a1e2e55c989730 to your computer and use it in GitHub Desktop.

Select an option

Save swombat/33d23f87b0406a1288a1e2e55c989730 to your computer and use it in GitHub Desktop.
A Claude Code command for fixing a bug picked up by Honeybadger.

Honeybadger Issue Investigation

Use the Honeybadger MCP to investigate a Honeybadger issue and provide analysis and a potential fix.

Steps

Investigate the following issue: $ARGUMENT

Describe the following:

  • What context did the issue occur in? Background job? Direct user interaction? Async user interaction? Spam bot (usually route errors)?
  • How big a problem do you think this is?
  • What could be done to either fix or reproduce the issue?

If the error is a route error caused by a spam bot, then adding a url pattern to catch in config/initializers/honeybadger.rb may be the right solution.

Do not proceed to act, just propose a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment