Thanks for your interest in contributing! This is a small project (a Claude Code skill with 3 agent prompts), so the process is lightweight.
- Prompt improvements (better bug detection, fewer false positives)
- New agent ideas or workflow changes
- Documentation fixes and improvements
- Bug reports and feature requests
-
Fork the repo and clone it:
git clone https://github.com/<your-username>/bug-hunt.git ~/.claude/skills/bug-hunt
-
Make your changes.
-
Test locally by running
/bug-huntin Claude Code against a real codebase. There's no automated test suite — the skill is tested by using it. -
Open a PR.
- Describe what changed and why
- Explain how you tested (e.g., "Ran
/bug-hunt src/on project X, verified the referee output improved") - Keep changes focused — one concern per PR
Use the GitHub issue templates for bug reports and feature requests.
Please read our Code of Conduct before participating.