bug-hunter

Scan WrongStack source code to identify bugs and code smells.

224|27|Updated May 12, 2026
One-click install
npx skills add https://github.com/WrongStack/WrongStack --skill bug-hunter-wrongstack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-hunter
Source: https://github.com/WrongStack/WrongStack/tree/main/packages/core/skills/bug-hunter
Command: npx skills add https://github.com/WrongStack/WrongStack --skill bug-hunter-wrongstack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans WrongStack projects to identify bugs, anti-patterns, and code smells that degrade software quality.

Core Features & Use Cases

  • Scans multiple files to surface issues with file:line references and severity levels.
  • Classifies findings by critical, high, medium, and low, enabling fast triage and targeted fixes.
  • Generates a prioritized report with concrete fix suggestions for developers.

Quick Start

Run bug-hunter on your WrongStack project to generate a prioritized report of bugs and code smells.

Frequently Asked Questions about bug-hunter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan source code to identify bugs and anti-patterns?

To identify bugs and anti-patterns, you can scan source code across multiple files and modules to surface issues with file:line references and severity levels. This generates a prioritized report with suggested fixes.

What are code smells and how does static analysis detect them?

Code smells are anti-patterns that degrade software quality. Static analysis detects them by scanning multiple files to classify findings by severity, enabling fast triage and targeted fixes for developers.

Does bug detection work across multiple files and modules?

Yes, bug detection scans WrongStack projects across multiple files and modules. It surfaces issues with file:line references and severity levels to generate a prioritized report for fast triage.

What's the best way to prioritize code quality fixes?

The best way to prioritize code quality fixes is to classify findings into critical, high, medium, and low severity levels. This enables fast triage and generates a report with concrete fix suggestions.

Why does static analysis output include file:line references?

Static analysis output includes file:line references to pinpoint exact locations of bugs and code smells. This enables developers to perform fast triage and apply targeted fixes directly in the source code.

Can I get suggested fixes for code smells in the generated report?

Yes, you can get suggested fixes. The generated prioritized report includes concrete fix suggestions alongside file:line references and severity classifications for developers to apply targeted fixes.