Real Skill packageSource verifiedClawHub registry

golang-troubleshooting

Troubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes, deadlocks, or unexpected behavior in Go code. Covers debugging methodology, common Go pitfalls, test-driven debugging, pprof setup and capture, Delve debugger, race detection, GODEBUG tracing, and production debugging. Start here for any 'something is wrong' situation. Not for interpreting profiles or benchmarking (→ See `samber/cc-skills-golang@golang-benchmark` skill) or applying optimization patterns…

Identity and source

Publisher attributionSamuel Bertheregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 63% rule confidence
Package forminstruction bundle13 recorded files
Canonical sourceClawHub registryclawhub:samber:golang-troubleshooting
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/23/2026.claude/skills/golang-troubleshooting

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/23/2026.agents/skills/golang-troubleshooting

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/23/2026skills/golang-troubleshooting

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @samber/golang-troubleshooting
clawhub inspect @samber/golang-troubleshooting --version 1.3.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
13 / 13 inspected as text
Checked
8/23/2026, 1:06:03 PM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
3 dependency and API indicators
  • api: api.example.com
  • api: clawhub.ai
  • api: github.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/23/2026, 11:08:19 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:683d8473a0e9e1900787f3f539bed3e35d920d12defb185799791bb22cce44e1
Show up to 13 recorded paths
  • evals/evals.json
  • references/code-review-flags.md
  • references/common-go-bugs.md
  • references/compilation.md
  • references/concurrency-debug.md
  • references/diagnostic-tools.md
  • references/methodology.md
  • references/performance-debug.md
  • references/pprof.md
  • references/production-debug.md
  • references/testing-debug.md
  • skill-card.md
  • SKILL.md

Source changelog

golang-troubleshooting 1.3.0 - Added support for codebase-wide bug hunt orchestration, with explicit sub-agent fan-out for broad audits. - Improved documentation: clarified orchestration and thinking modes, including references to `ultrathink` and `ultracode` for Claude Code users. - Extended usage guidance: suggest use of `samber/cc-skills-golang@golang-gopls` for symbol resolution during upstream validation. - Added `paths` entry to metadata to scope tool actions to Go files. - Updated compatibility notes to mention Codex and clarify supported runtimes. - Removed legacy `skill-card.md` file to reduce redundancy.