go-testing-code-review
Installation
SKILL.md
Go Testing Code Review
Quick Reference
| Issue Type | Reference |
|---|---|
| Test structure, naming | references/structure.md |
| Mocking, interfaces | references/mocking.md |
Review Checklist
File Organization
- Test file naming: All test files follow
*_test.goconvention (e.g.,reconciler_test.goforreconciler.go) - Co-location: Unit tests are in the same package as the code they test