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.go convention (e.g., reconciler_test.go for reconciler.go)
  • Co-location: Unit tests are in the same package as the code they test
Installs
2
GitHub Stars
15
First Seen
Jul 3, 2026
go-testing-code-review — openshift/lightspeed-operator