golang-testingProduction-ready Golang tests — table-driven tests, testify suites and mocks, parallel tests, fuzzing, fixtures, goroutine leak detection with goleak, snapsh...
Install via ClawdBot CLI:
clawdbot install samber/golang-testingGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
Exec(Calls external URL not in known-safe list
https://github.com/samber/cc-skills-golangAudited Apr 17, 2026 · audit v1.0
Generated May 5, 2026
A fintech company needs to test various payment scenarios such as successful charges, declined cards, and network timeouts. Using table-driven tests ensures edge cases are systematically covered and maintainable.
A SaaS startup wants to integrate Go testing into GitHub Actions to enforce quality gates. This includes running unit tests with race detection, measuring code coverage, and blocking PRs that drop below a threshold.
An IoT company processes sensor data concurrently and suspects goroutine leaks. Using goleak in a TestMain ensures that tests fail if goroutines are not properly cleaned up, preventing production instability.
A large e-commerce platform experiences intermittent test failures. An audit mode analysis identifies tests that depend on execution order and missing t.Parallel() calls, improving reliability.
A cloud storage provider needs integration tests that hit real S3 endpoints. Using build tags, these tests are separated from fast unit tests and run only in specific CI stages.
Offer a free tier for basic Go testing (unit tests, coverage), with paid plans for advanced features like integration test orchestration, flaky test detection, and parallel test execution.
Provide consulting services to help teams adopt Go testing best practices, including test architecture reviews, CI setup, and training on table-driven tests and goroutine leak detection.
Develop and sell premium templates, assertion libraries, and CI integrations that enhance the base Go testing skill, targeted at enterprise customers needing compliance and advanced reporting.
💬 Integration Tip
Integrate the skill into your CI pipeline by triggering audit mode after each merge and using allowed tools like go and golangci-lint to enforce rules.
Scored Jul 22, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.