CtrlK
BlogDocsLog inGet started
Tessl Logo

golang-context

Idiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and deadlines, request-scoped values, context.WithoutCancel for background work outliving requests. Apply when designing context propagation across layers, debugging leaked or unexpired contexts, choosing between context.Background/TODO/WithoutCancel, or storing values in context. Not for code that merely accepts ctx as first parameter.

70

Quality

86%

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

72%

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

A well-structured, actionable reference skill with excellent progressive disclosure and concrete examples. Its main weakness is a brief conceptual intro paragraph that restates knowledge Claude already has, and the absence of any sequenced workflow with validation checkpoints.

Suggestions

Trim or remove the opening definition/analogy paragraph ('context.Context is Go's mechanism...' / 'Think of it as the session of a request') since it restates concepts Claude already knows.

If the skill is intended to guide a process (e.g., auditing a codebase for context leaks), add a short numbered workflow with an explicit validation step such as running `golangci-lint`/`go vet` before declaring work done.

DimensionReasoningScore

Conciseness

Mostly efficient (tight numbered best-practices list, a decision table, one code block) but opens with concept restatement Claude already knows — 'context.Context is Go's mechanism for propagating...' and the 'session of a request' analogy — which the rubric penalizes.

2 / 3

Actionability

Provides a concrete situation→function decision table, a numbered list of specific rules, and an executable Go code example contrasting bad vs good propagation — copy-paste ready guidance.

3 / 3

Workflow Clarity

Practices are enumerated and the decision table maps situations to actions, but there is no sequenced multi-step workflow with explicit validation checkpoints or feedback loops; the skill is a reference compendium rather than a process.

2 / 3

Progressive Disclosure

SKILL.md is a concise overview with a 'Deep Dives' section pointing one level deep to three real reference files (cancellation.md, values-tracing.md, http-services.md), each summarized in a line, plus clearly signaled cross-references to sibling skills.

3 / 3

Total

10

/

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 clearly states capabilities, includes explicit 'Apply when...' trigger guidance, and disambiguates itself from adjacent skills with a 'Not for...' clause. It is specific and concise without padding.

DimensionReasoningScore

Specificity

Names multiple concrete capabilities — 'propagation through API boundaries, cancellation, timeouts and deadlines, request-scoped values, context.WithoutCancel for background work outliving requests' — matching the multi-action anchor.

3 / 3

Completeness

Explicitly states both what it does and when to use it via 'Apply when designing context propagation across layers, debugging leaked or unexpired contexts...' plus a 'Not for...' exclusion, satisfying the what-and-when anchor.

3 / 3

Trigger Term Quality

Covers the natural terms a Go developer would actually say — 'context.Context', 'cancellation', 'timeouts and deadlines', 'context.WithoutCancel', 'context.Background/TODO', 'leaked contexts' — with good variation.

3 / 3

Distinctiveness Conflict Risk

Clear niche (idiomatic context.Context usage) with distinct triggers and an explicit 'Not for code that merely accepts ctx as first parameter' boundary that prevents overlap with sibling Go skills.

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.