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

73

Quality

92%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

This is a well-structured performance optimization skill that excels at progressive disclosure and workflow clarity. The decision tree approach (if X bottleneck → apply Y) matches the skill's stated purpose perfectly. The main weakness is that actionable code examples live entirely in the reference files (which weren't provided for evaluation), leaving the main skill somewhat abstract despite having concrete commands for the benchmarking workflow.

Suggestions

Add 1-2 small executable code examples in the main skill showing a common before/after optimization (e.g., pre-allocation or sync.Pool usage) so the skill is actionable even without the reference files.

DimensionReasoningScore

Conciseness

The content is lean and efficient. It avoids explaining basic Go concepts, assumes Claude's competence as a Go developer, and every section earns its place — the decision tree, common mistakes table, and methodology steps are all dense with actionable information without padding.

3 / 3

Actionability

The iterative methodology provides concrete commands (benchstat, go test -bench flags), and the decision tree maps signals to actions. However, the actual optimization patterns are delegated to reference files, and the main skill lacks executable code examples showing before/after optimization patterns. The common mistakes table gives fixes but mostly as prose rather than code.

2 / 3

Workflow Clarity

The iterative optimization cycle is clearly sequenced with 8 explicit steps including validation (benchstat comparison for statistical significance), a feedback loop (repeat), and discipline constraints (one change at a time). The 'Rule Out External Bottlenecks First' section adds a diagnostic pre-step. The decision tree provides clear routing from symptom to action.

3 / 3

Progressive Disclosure

The skill is an excellent overview document with a clear decision tree routing to well-signaled one-level-deep references (references/memory.md, references/cpu.md, etc.). Cross-references to other skills are clearly marked with arrow notation. The main file stays concise while pointing to six detailed deep-dive files and seven related skills.

3 / 3

Total

11

/

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.

This is an excellent skill description that hits all the marks. It provides specific concrete capabilities, includes abundant natural trigger terms, explicitly addresses both what and when, and proactively distinguishes itself from related skills with cross-references. The 'if X bottleneck, then apply Y' framing is particularly effective at communicating the skill's methodology.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions and domains: allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, hot-path optimization, and performance code review. The 'if X bottleneck, then apply Y' framing adds methodological specificity.

3 / 3

Completeness

Clearly answers both 'what' (Golang performance optimization patterns covering allocation reduction, CPU efficiency, etc.) and 'when' (explicit 'Use when profiling or benchmarks have identified a bottleneck' and 'when performing performance code review'). Also includes explicit 'Not for' exclusions with cross-references to related skills, which further strengthens the 'when' guidance.

3 / 3

Trigger Term Quality

Includes strong natural trigger terms users would say: 'profiling', 'benchmarks', 'bottleneck', 'optimization', 'performance', 'allocation', 'GC tuning', 'caching', 'hot-path', 'performance code review'. These cover a wide range of how users naturally describe performance optimization needs in Go.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with explicit boundary-setting via 'Not for measurement methodology' and 'Not for debugging workflow' with cross-references to specific alternative skills. The focus on optimization patterns (as opposed to benchmarking or troubleshooting) creates a clear niche that is unlikely to conflict with related skills.

3 / 3

Total

12

/

12

Passed

Validation

81%

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

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

9

/

11

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.