bugbash

Installation
SKILL.md

Bugbash (General Software)

Systematically explore a software project, find issues, and produce a report with full reproduction evidence for every finding. This skill applies to CLIs, APIs, Backends, Libraries, and other non-web interfaces.

Setup

Identify the Target (e.g., a CLI binary, an API base URL, a Python package).

Parameter Default Example override
Target (required) ./my-cli, http://localhost:8080, import mylib
Output directory /tmp/dogfood-output/ Output directory: ./qa-reports
Scope Full project Focus on the auth middleware

Workflow

1. Initialize    Set up output dirs, report file, build/start the software
2. Orient        Discover surface area (help menus, API schemas, exported functions)
Related skills

More from av/skills

Installs
5
Repository
av/skills
GitHub Stars
5
First Seen
Apr 2, 2026