fix-bug
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