Search past bugs for similar issues before debugging
Searches debugging memory for similar past incidents before investigating new bugs.
/plugin marketplace add tyroneross/claude-code-debugger/plugin install claude-code-debugger@RossLabs-claude-plugins<symptom>Search debugging memory for similar past incidents before investigating a new bug.
{{#if ARGUMENTS}}
Run the debugger search with the provided symptom:
npx @tyroneross/claude-code-debugger debug "{{ARGUMENTS}}"
After running the search:
{{else}}
No symptom provided. Show recent issues from memory:
npx @tyroneross/claude-code-debugger status
Ask the user to describe what they're debugging, or suggest picking from the recent issues shown above.
{{/if}}