CtrlK
BlogDocsLog inGet started
Tessl Logo

golang-performance

Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (→ See `samber/cc-skills-golang@golang-benchmark` skill) or debugging workflow (→ See `samber/cc-skills-golang@golang-troubleshooting` skill).

74

Quality

92%

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

92%Weight 40%Scale 1-5

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

A well-structured, token-efficient body that pairs an explicit iterative workflow with a signal-to-action decision tree and delegates deep patterns to verified reference files. The only minor gap is that optimization code examples are referenced rather than shown inline.

DimensionReasoningScore

Conciseness

Lean and efficient — dense tables, a decision tree, and one-level-deep references assume Claude's competence; directive heuristics like 'intuition about bottlenecks is wrong ~80% of the time' earn their place rather than padding.

5 / 5

Actionability

Copy-paste-ready commands ('go test -bench=... -benchmem -count=6', 'benchstat /tmp/report-1.txt /tmp/report-2.txt') and concrete fixes ('slog.LogAttrs', 'GOMEMLIMIT to 80-90%'), but the actual optimization code patterns live in references rather than inline in the body.

4 / 5

Workflow Clarity

An explicit 8-step iterative cycle (Define → Benchmark → Diagnose → Improve → Compare → Commit → Repeat) with benchstat as the validation checkpoint and 'apply ONE optimization at a time' as the error-prevention discipline.

5 / 5

Progressive Disclosure

Clear overview with well-signaled one-level-deep references (e.g. '[Memory optimization](references/memory.md)') — all six referenced files verified to exist — and content appropriately split between methodology inline and deep patterns in references.

5 / 5

Total

19

/

20

Passed

Description

92%Weight 40%Scale 1-5

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, specific description that clearly states what the skill covers, when to use it, and where its boundaries lie via explicit cross-references. The only minor gap is trigger-term breadth, which stops just short of comprehensive synonyms.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions with comprehensive coverage: 'allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization', framed by the directive 'if X bottleneck, then apply Y'.

5 / 5

Completeness

Explicitly answers both what ('Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization') and when ('Use when profiling or benchmarks have identified a bottleneck...') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Good natural keyword coverage with 'Use when profiling or benchmarks have identified a bottleneck' and 'performance code review', but lacks the synonym/file-extension breadth that anchor 5 requires.

4 / 5

Distinctiveness Conflict Risk

Clear niche with explicit boundary guidance — 'Not for measurement methodology (→ See ...golang-benchmark skill) or debugging workflow (→ See ...golang-troubleshooting skill)' — minimizing conflict with sibling skills.

5 / 5

Total

19

/

20

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.