Generate comprehensive Go tests with table-driven patterns
/plugin marketplace add gopherguides/gopher-ai/plugin install go-dev@gopher-ai<file|function>claude-opus-4-5-20251101**If `$ARGUMENTS` is empty or not provided:** Display usage information and ask for input: **Usage:** `/test-gen <target>` **Examples:** - `/test-gen pkg/auth/login.go` - Generate tests for a file - `/test-gen HandleAuthentication` - Generate tests for a function - `/test-gen pkg/utils/` - Generate tests for a package **Workflow:** 1. Detect your project's testing setup (testify, gomock, etc.) 2. Analyze the target code structure 3. Generate comprehensive test cases (happy path, edge cases, errors) 4. Create test file following Go table-driven test patterns 5. Self-review for coverage...