go-testing
Installation
SKILL.md
Go Testing Skill
Comprehensive testing strategies for Go applications.
Overview
Master Go testing including table-driven tests, benchmarks, mocking, fuzzing, and achieving high code coverage.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| test_type | string | yes | - | Type: "unit", "integration", "benchmark", "fuzz" |
| coverage_min | int | no | 80 | Minimum coverage percentage |
| mock_lib | string | no | "testify" | Mock library: "testify", "gomock" |
Core Topics
Table-Driven Tests
Related skills
More from pluginagentmarketplace/custom-plugin-go
go-cli-tools
Build production CLI tools with Cobra, Viper, and terminal UI
3go-cli
CLI application patterns and best practices
2go-web-apis
Build production REST APIs with Go - handlers, middleware, security
2go-performance
Go performance optimization - profiling, benchmarks, memory management
2go-modules
Go modules and dependency management
2go-fundamentals
Core Go programming concepts - syntax, types, interfaces, error handling
2