CtrlK
BlogDocsLog inGet started
Tessl Logo

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 (→ See `samber/cc-skills-golang@golang-performance` skill).

79

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-architected troubleshooting skill: a concise overview with concrete commands, a clear symptom-to-action decision tree, explicit checkpoints and red-flag feedback loops, and a verified one-level-deep reference structure. It models progressive disclosure effectively.

DimensionReasoningScore

Conciseness

Lean, directive body that assumes Claude's competence (no explaining what Go or pprof is); the emphatic repetition ('NEVER', 'IS NOT ACCEPTABLE') is enforcement tone rather than explanatory padding, and every section earns its place.

3 / 3

Actionability

The Quick Decision Tree maps each symptom to exact, executable commands (e.g. 'go build ./... 2>&1, go vet ./... ', 'go test -race ./...', 'curl localhost:6060/debug/pprof/goroutine?debug=2', 'go install github.com/go-delve/delve/cmd/dlv@latest'), copy-paste ready throughout.

3 / 3

Workflow Clarity

Clear sequenced process (Decision Tree -> Golden Rules -> Methodology -> Red Flags) with explicit checkpoints and feedback loops, e.g. '3+ fix attempts on the same issue - You have the wrong mental model. Re-read the code, trace the data flow from scratch.'

3 / 3

Progressive Disclosure

SKILL.md acts as an overview with a well-signaled one-level-deep 'Reference Files' section describing all 10 references, each of which was verified to exist on disk; deep detail is split out rather than inlined.

3 / 3

Total

12

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that states concrete capabilities, includes explicit 'Use when' triggers with natural language, and draws clear boundaries against sibling skills. It fully satisfies the completeness and distinctiveness anchors.

DimensionReasoningScore

Specificity

Enumerates concrete capabilities - 'debugging methodology, common Go pitfalls, test-driven debugging, pprof setup and capture, Delve debugger, race detection, GODEBUG tracing, and production debugging' - matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers both what ('Troubleshoot Golang programs systematically - find and fix the root cause') and when ('Use when encountering bugs, crashes, deadlocks... Start here for any something is wrong situation') with an explicit 'Use when' trigger.

3 / 3

Trigger Term Quality

Natural user phrasing - 'bugs, crashes, deadlocks, or unexpected behavior' and 'something is wrong' - gives good coverage of terms a user would actually say, beyond technical jargon.

3 / 3

Distinctiveness Conflict Risk

Clear Go-debugging niche with explicit negative scope ('Not for interpreting profiles or benchmarking... or applying optimization patterns') and cross-refs to sibling skills, making mis-triggering unlikely.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_field

'metadata' should map string keys to string values

Warning

Total

15

/

16

Passed

Repository
samber/cc-skills-golang
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.