
Bug Echo
After one bug fix, scan the repo for sibling instances of the same anti-pattern with rated BUG, WATCH, OK, and REVIEW classifications.
Overview
bug-echo is a plugin marketplace for the Ship phase that finds and rates sibling instances of an anti-pattern you just fixed, as the third stage of a post-fix sweep in Claude Code.
What is this marketplace?
- Third stage of the post-fix sweep workflow after a concrete fix
- Self-validates constructed pattern against pre-fix file before scanning
- Each match classified individually as BUG, WATCH, OK, or REVIEW
- Finds and rates other instances of the same anti-pattern across the codebase
- bug-echo plugin v1.1.1, Apache-2.0, debugging category on Claude marketplace schema
- 1 plugin in marketplace
- Version 1.1.1
- Apache-2.0 license
What problem does it solve?
Fixing one bug often leaves the same anti-pattern hiding elsewhere, and manual grep misses nuanced variants agents introduced.
Who is it for?
Solo builders who just landed a targeted bug fix and want a structured sweep for copy-paste or agent-generated duplicates.
Skip if: Greenfield projects with no recent fix context or teams wanting generic lint-only passes without a known pattern.
What do I get? / Deliverables
After install, Claude can run a validated pattern scan and return per-match BUG, WATCH, OK, or REVIEW ratings so you fix siblings before ship.
- bug-echo plugin enabled from the 1-plugin marketplace
- Rated list of sibling matches (BUG / WATCH / OK / REVIEW) from validated anti-pattern scan
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
How it compares
Post-fix anti-pattern echo scanner, not a full static analyzer or runtime APM tool.
Common Questions / FAQ
Who is Bug Echo for?
It is for Claude Code developers who fix a specific bug and need to hunt similar anti-pattern instances with explicit severity labels.
When should I use Bug Echo?
Use it immediately after a fix as the third step of a post-fix sweep, once you can point at the before-and-after code for pattern validation.
How do I add Bug Echo to my agent?
Add the Bug Echo marketplace from GitHub in Claude Code and enable the Bug Echo plugin under the Anthropic marketplace schema.