CtrlK
BlogDocsLog inGet started
Tessl Logo

golang-benchmark

Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths with pprof, interpreting CPU/memory/trace profiles, analyzing results with benchstat, setting up CI benchmark regression detection, or investigating production performance with Prometheus runtime metrics. Also use when the developer needs deep analysis on a specific performance indicator - this skill provides the measurement methodology, while `samber/cc-skills-golang@golang-performance` provides the optimization patterns.

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 strong, well-structured skill that covers the full Go benchmarking and profiling workflow with executable examples and clear progressive disclosure. Its main weakness is moderate verbosity in the Reference Files descriptions and some explanations of concepts Claude likely already knows (benchmark output format). The actionability and workflow clarity are excellent, with concrete code, commands, and even commit message conventions with validation rules.

Suggestions

Trim the Reference Files section to 1-line descriptions per file instead of full paragraphs — the detailed 'Use this when...' guidance is helpful but could be condensed (e.g., 'pprof Reference — CLI commands, profile types, web UI, interpretation patterns for CPU/memory/goroutine profiles').

Remove explanations of basic benchmark output format (what -8 suffix means, what ns/op means) — Claude already knows Go benchmark output conventions.

DimensionReasoningScore

Conciseness

The main body is mostly efficient with good code examples and tables, but the Reference Files section is verbose — each bullet has a full paragraph explaining when to use it, which is somewhat redundant given the descriptive titles and the earlier inline references. The commit documentation section, while useful, is lengthy. Some explanatory text (e.g., explaining what `-8` suffix means, what `ns/op` means) borders on things Claude already knows.

2 / 3

Actionability

Excellent executable code examples throughout: benchmark writing with b.Loop(), memory tracking, sub-benchmarks, running commands with flags, profiling commands, and even a concrete commit message format with benchstat output. Everything is copy-paste ready with real commands and real Go code.

3 / 3

Workflow Clarity

The skill presents a clear measurement workflow: write benchmark → run with statistical count → profile → compare with benchstat → document in commits → detect regressions in CI. The commit documentation section includes explicit validation rules (never paste results with `~`, only include affected benchmarks). The profiling section sequences CPU → memory → trace analysis clearly.

3 / 3

Progressive Disclosure

Excellent progressive disclosure structure: the main SKILL.md provides a concise overview with working examples, then clearly references 8 separate reference files for deep dives (pprof, benchstat, trace, tools, compiler analysis, CI regression, investigation session, Prometheus metrics). Each reference is described with a clear use-case sentence. Cross-references to other skills are well-organized. However, no bundle files were provided to verify the references actually exist.

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 covers all dimensions well. It lists specific concrete actions and tools, includes abundant natural trigger terms, explicitly states when to use it, and even proactively distinguishes itself from a closely related skill. The description is comprehensive without being padded or vague.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: writing/running/comparing benchmarks, profiling with pprof, interpreting CPU/memory/trace profiles, analyzing with benchstat, CI benchmark regression detection, and investigating production performance with Prometheus runtime metrics.

3 / 3

Completeness

Clearly answers both 'what' (benchmarking, profiling, performance measurement with specific tools) and 'when' (explicit 'Use when...' clause listing multiple trigger scenarios). Also distinguishes itself from a related skill by clarifying the boundary with golang-performance.

3 / 3

Trigger Term Quality

Excellent coverage of natural terms users would say: 'benchmarking', 'profiling', 'pprof', 'CPU/memory/trace profiles', 'benchstat', 'CI benchmark regression', 'Prometheus', 'performance', 'Go benchmarks', 'hot paths'. These are terms developers naturally use when discussing Go performance work.

3 / 3

Distinctiveness Conflict Risk

Clearly carves out a distinct niche focused on measurement/profiling vs optimization patterns, and explicitly differentiates itself from the related `golang-performance` skill. The specific tool mentions (pprof, benchstat, Prometheus) make it unlikely to conflict with other 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.