Run comprehensive Go code quality checks (fmt, vet, lint, test)
/plugin marketplace add pluginagentmarketplace/custom-plugin-go/plugin install go-development-assistant@pluginagentmarketplace-go# Go Check Command Run comprehensive quality checks on Go codebase. ## Usage ## Checks Performed 1. **go fmt** - Code formatting 2. **go vet** - Static analysis 3. **golangci-lint** - Extended linting 4. **go test** - Unit tests 5. **go build** - Compilation check ## Execution Steps ### 1. Format Check If files need formatting, show them. ### 2. Vet Analysis ### 3. Lint (if available) ### 4. Test ### 5. Build ## Output Format ## Related - `go-build` command - `go-testing` skill