What problem does it solve?
The bug-sweep Skill systematically hunts for bug patterns and code smells across a codebase, fixes anything AI-fixable within the current session, and defers genuinely blocked items to a backlog instead of wasting time on stale or unfixable findings.
Core Features & Use Cases
- Stack-aware scanning and pattern selection: Detects the project’s language/tooling stack and selects appropriate bug patterns, including compiled/framework-heavy stacks via documentation verification.
- Parallelized discovery with test execution: Runs fast mechanical grep first, then dispatches semantic analysis per code chunk and executes the test suite to confirm failures.
- Triage, fixing, and backlog hygiene: Classifies findings into fix-now vs backlog, applies automated fixes with docs verification when configured, and prunes “already-fixed” backlog items using verified resolving SHAs.
Quick Start
Run bug-sweep scoped to a specific directory or the full repository to enumerate fixable issues and leave blocked items in the backlog.