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).

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 lean, well-structured performance methodology skill: concrete commands and thresholds, an explicit measure-diagnose-improve-compare workflow with validation, and clean one-level-deep references to verified bundle files.

DimensionReasoningScore

Conciseness

Dense, information-rich body of tables, decision trees, and pointers that assumes Claude's competence; avoids explaining concepts Claude already knows (no "what is pprof" padding).

3 / 3

Actionability

Provides concrete executable commands and thresholds — `go test -bench=... -benchmem -count=6`, `benchstat report-1.txt report-2.txt`, "GOMEMLIMIT to 80-90%", "MaxIdleConnsPerHost defaults to 2" — and maps pprof signals to specific actions.

3 / 3

Workflow Clarity

The iterative cycle is an explicitly numbered 8-step sequence with a validation checkpoint (benchstat compare for statistical significance), a commit step, and a repeat/feedback loop.

3 / 3

Progressive Disclosure

Clear overview routing to one-level-deep reference files (memory.md, cpu.md, io-networking.md, runtime.md, caching.md, observability.md), all of which exist in ./references/, with cross-references to sibling skills.

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, gives explicit use-when triggers, and proactively disambiguates from sibling skills. No vague fluff or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete optimization actions — "allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization" — matching the multi-action anchor.

3 / 3

Completeness

Explicitly answers both what (Golang performance optimization patterns) and when ("Use when profiling or benchmarks have identified a bottleneck"; "Also use when performing performance code review"), with explicit triggers.

3 / 3

Trigger Term Quality

Natural trigger terms users would say are well covered: "profiling", "benchmarks", "bottleneck", "performance code review", "optimization pattern".

3 / 3

Distinctiveness Conflict Risk

Clear Go-performance niche with explicit conflict avoidance via "Not for measurement methodology" and "Not for ... debugging workflow" redirecting to sibling 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.