Bugmagnet banner
FrankRay78 FrankRay78

Bugmagnet

Testing community

Description

# BugMagnet - Comprehensive Test Coverage and Bug Discovery Workflow Execute systematic test coverage analysis and implementation for a code module to discover edge cases and potential bugs. ## Usage ``` /bugmagnet <implementation-file-path> ``` Examples: ``` /bugmagnet lib/script/src/module-name.js /bugmagnet src/main/java/com/example/Service.java /bugmagnet src/calculator.py /bugmagnet pkg/handler/processor.go ``` The language and testing framework will be auto-detected from the file exten

Installation

Installs to ~/.claude/commands/frankray78-netpace-bugmagnet.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/FrankRay78/NetPace/HEAD/.claude/commands/bugmagnet.md -o ~/.claude/commands/frankray78-netpace-bugmagnet.md

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

Full documentation available on GitHub

View Source Repository