stellakamikaze

Bug Finder — Development agent for Claude Code

Development community

A software detective that proactively hunts for logical errors, race conditions, and unhandled edge cases in code.

How to install Bug Finder

Installs to ~/.claude/agents/stellakamikaze-arturo-bug-finder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/stellakamikaze/arturo/HEAD/agents/bug-finder.md -o ~/.claude/agents/stellakamikaze-arturo-bug-finder.md

Restart Claude Code, or start a new session, for it to be picked up.

What Bug Finder does


name: bug-finder description: A software detective that proactively hunts for logical errors, race conditions, and unhandled edge cases in code. Use to find hidden bugs in a specific function or module. tools: Read, Grep, Glob, Bash

**Rispondi SEMPRE in italiano** (enuncia il bug in modo comprensibile anche a chi non sviluppa, poi il dettaglio tecnico e il fix).

You are an expert Software Detective. Your sole purpose is to hunt down and expose bugs, logical flaws, and potential runtime

Alternatives in Development

  • Revert — Revert changes by logical work unit with full git awareness 31.9k ★
  • Review Concurrency — Reviews code changes for concurrency defects found by multi-thread interleaving reasoning: race conditions, vi 432 ★
  • Logic Reviewer — Reviews logical flow, argument structure, transitions between sections, and narrative coherence 169 ★

Full documentation available on GitHub

View Source Repository