golang-troubleshootingTroubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes, deadlocks, or unexpected behavior in Go code....
Install via ClawdBot CLI:
clawdbot install samber/golang-troubleshootingGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
/etc/passwdSends data to undocumented external endpoint (potential exfiltration)
POST → https://api.example.com/endpointPotentially destructive shell commands in tool definitions
Exec(Calls external URL not in known-safe list
https://github.com/samber/cc-skills-golangGenerated May 5, 2026
A SaaS platform experiences random crashes in production. Using the skill's decision tree, the agent identifies the symptom as 'Random crashes/panics', runs GOTRACEBACK=all, and uses pprof to find a nil pointer dereference or race condition. Common in software-as-a-service companies that rely on Go microservices.
A financial trading application shows memory growing over time. The agent uses pprof heap profiling to pinpoint a goroutine leak or unreleased resources. Common in fintech where long-running services must maintain stable memory usage.
An e-commerce checkout system sometimes fails under load. The agent uses the race detector and pprof to identify a race condition on shared order state. This scenario is typical for high-traffic e-commerce platforms needing reliable concurrent transaction handling.
A real-time messaging app experiences p99 latency spikes. The agent uses CPU + mutex + block profiles to find a mutex contention bottleneck. Common in telecommunications and social media companies that require low-latency message delivery.
A healthcare data pipeline produces incorrect patient records. The agent writes a failing test, uses git bisect to find the commit that introduced the bug, and identifies an off-by-one or missing error check. This scenario is critical for healthcare technology where data accuracy is paramount.
Offer specialized Go debugging services on a per-incident or retainer basis. Target companies that use Go but lack in-house deep debugging expertise. Revenue comes from hourly consulting or monthly retainers.
Package the troubleshooting methodology into a CI/CD plugin that automatically detects and diagnoses Go bugs before deployment. Revenue via SaaS subscription based on team size and usage.
Create online courses and workshops teaching systematic Go debugging using this skill. Target individual developers and corporate teams. Revenue from course sales, workshop fees, and certification exams.
💬 Integration Tip
Integrate the skill into your CI pipeline by adding automated pprof capture on test failures and using the race detector in staging tests to catch bugs early.
Scored Jun 29, 2026
AI Analysis
The skill's external URL (GitHub repo) is consistent with its open-source nature and stated purpose, and the credential access signal appears to be a false positive from a generic rule scanning for '/etc/passwd' without context. No evidence of hidden instructions, data exfiltration, or obfuscation was found in the provided definition.
Audited Apr 17, 2026 · audit v1.0
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.