fix-bug

Installation
SKILL.md

Fix Bug Workflow

Systematic approach to fixing bugs with proper testing and documentation.

Workflow

1. Reproduce the Bug

Run the provided command or test to observe the failure:

# For WAST tests
./wasmoon test <file>.wast

# For MoonBit tests
moon test -p <package> -f <file>.mbt
Installs
5
First Seen
Mar 21, 2026
fix-bug from smithery.ai