go-test-fixer
Installation
SKILL.md
Go Test Fixer Skill
This skill helps fix and improve Go test files according to best practices defined in language-rules/go.md.
Capabilities
This skill can:
- Convert slice-based table tests to map-based table tests
- Split large test files into smaller, focused test files
- Ensure tests follow Go testing best practices