What problem does it solve?
Most code review tools mix critical bugs with style issues, performance suggestions, and warnings, making it hard to prioritize urgent defects that cause incorrect behavior. This Skill eliminates the noise by focusing exclusively on real, impactful bugs in a single target file, with no irrelevant clutter.
Core Features & Use Cases
- Focused single-file bug detection: Analyzes one source file at a time across 7 high-priority bug categories (logical errors, unhandled null/undefined, race conditions, resource leaks, etc.) without irrelevant feedback.
- Actionable fix proposals: Every identified bug includes the affected line numbers, clear impact assessment, and a ready-to-apply code fix, so you don't have to research solutions yourself.
- Use case: Use it to audit a new authentication module before merging a pull request, or debug a file that is producing unexpected output in production.
Quick Start
Ask Claude to find bugs in your target source file, review the full list of proposed fixes, and confirm which corrections you want to apply.