bugbash
Bugbash is a Claude Code plugin for hands-on bug hunting: you exercise the running app (API, UI, CLI) first, then use code only to narrow wh
Open source Repository Open in the app JSON README (API)
About
Bugbash is a Claude Code plugin for hands-on bug hunting: you exercise the running app (API, UI, CLI) first, then use code only to narrow what you already observed. It’s built around a clear charter, find and reproduce issues with evidence, not to debug or ship fixes unless you ask. It includes quick / standard / deep intensity, evidence bars by severity, a flaky vs confirmed split, optional JSON for filing tickets, and subagents tuned for API vs UI testing.
Details
- Kind
- Plugins
- Topic
- Developer tools
- Publisher
- riwaht
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-03-21T20:45:57Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
riwaht/claude-bugbash/bugbash
README
# claude-bugbash Claude Code plugin for **bug bashing**: exercise the **running** product first, use code **second** to triage. Charter: **find and reproduce** with evidence, not to own fixes unless you ask. ## Install ```text /plugin marketplace add riwaht/claude-bugbash /plugin install bugbash@claude-bugbash ``` ## Commands | Command | Role | |---------|------| | `/bug-bash` | Main entry; optional `[quick\|standard\|deep]` then **scope**. | | `/bug-bash-quick` | **`quick`** intensity shortcut. | | `/bug-bash-deep` | **`deep`** intensity shortcut. | ## Skills | Skill | Role | |-------|------| | `using-bugbash` | **When** Bugbash applies; philosophy; how to split subagents. | | `bugbash-core` | Mission brief, intensity, **risk triage**, phases, evidence bar, flaky table, coverage summary, JSON export. | ## Subagents | Agent | Role | |-------|------| | `bugbash-hunter` | Generalist for **mixed** API + UI in a **small** scope. | | `bugbash-api` | Contracts, auth, idempotency, concurrency on **machine-facing** surfaces. | | `bugbash-ui` | Flows, forms, navigation, client-visible state; light a11y smoke only. | ## Optional: nudge Claude for QA wording only Add to `CLAUDE.md` if you want Bugbash considered whenever you **talk like QA**—not for every coding message: *When I ask for QA, stress testing, or a bug bash, use the Bugbash plugin skills; stay in find-and-reproduce mode until I ask for fixes.* ## License MIT — see [`license.txt`](license.txt). ## Privacy See [`PRIVACY.md`](PRIVACY.md) for how this project handles data (high level: no maintainer-operated analytics; third parties like your Claude provider and git host have their own policies).