Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

bughunt

verified

Use when performing comprehensive bug hunting, code auditing, or finding all issues in a codebase before release or after major changes

View on GitHub

Marketplace

wilrf-marketplace

wilrf/wilrf-marketplace

Plugin

bughunt

Repository

wilrf/wilrf-marketplace

plugins/bughunt/skills/bughunt/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/wilrf/wilrf-marketplace/blob/main/plugins/bughunt/skills/bughunt/SKILL.md -a claude-code --skill bughunt

Installation paths:

Claude
.claude/skills/bughunt/
Powered by add-skill CLI

Instructions

# Bughunt Skill

Comprehensive bug hunting that dispatches parallel agents to find bugs across all layers.

## The Iron Law

```
WHEN YOU THINK YOU'RE DONE, YOU'RE NOT.
```

Every hunter follows three passes. The second pass catches the bugs that hide after you feel "done."

## Quick Reference

| Hunter | Focus | Color |
|--------|-------|-------|
| frontend-hunter | React, CSS, a11y | yellow |
| backend-hunter | API, logic, data | cyan |
| type-safety-hunter | TypeScript, `any` | blue |
| error-handling-hunter | try/catch, boundaries | red |
| edge-case-hunter | null, empty, boundaries | magenta |
| security-hunter | XSS, injection, secrets | red |
| database-hunter | queries, RLS, N+1 | green |
| auth-hunter | sessions, tokens, perms | red |
| api-hunter | endpoints, validation | cyan |
| env-hunter | config, env vars | yellow |
| performance-hunter | N+1, memory, bundle | magenta |
| test-hunter | flaky, coverage, assertions | green |
| dependency-hunter | outdated, vulnerabilities | blue |

## Workflow

1. Analyze codebase structure
2. Dispatch ALL applicable hunters in PARALLEL
3. Collect findings from all hunters
4. Write BUGHUNT.md with prioritized bugs
5. Offer to clear context and fix all

## Output: BUGHUNT.md

```markdown
# Bug Hunt Report

**Date:** YYYY-MM-DD

## Summary
| Severity | Count |
|----------|-------|
| Critical | N |
| High | N |
| Medium | N |
| Low | N |

## Critical Issues
[bugs...]

## High Priority
[bugs...]
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1451 chars