CtrlK
BlogDocsLog inGet started
Tessl Logo

golang-code-style

Golang code style conventions — line length and breaking, variable declarations, control flow clarity, when comments help vs hurt. Use when writing or reviewing Go code, asking about style or clarity, or establishing project coding standards. Not for naming conventions (→ See `samber/cc-skills-golang@golang-naming` skill), linter configuration (→ See `samber/cc-skills-golang@golang-lint` skill), or doc comments (→ See `samber/cc-skills-golang@golang-documentation` skill).

87

0.98x
Quality

93%

Does it follow best practices?

Impact

67%

0.98x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

A well-organized, actionable style reference with lean prose and clean progressive disclosure via a real one-level details file. The only gap is the code-review orchestration section, which lacks explicit merge/validation checkpoints.

Suggestions

In "Parallelizing Code Style Reviews", add an explicit merge step with a validation checkpoint (e.g. dedupe findings, confirm each violation against the cited rule, then surface a prioritized list) so the workflow has a feedback loop.

Specify how sub-agent findings are reconciled when rules conflict (e.g. line-breaking vs. one-argument-per-line) to make the merge step concrete.

Consider noting a verification step after applying suggested style fixes (run gofmt/golangci-lint) to close the review loop for batch changes.

DimensionReasoningScore

Conciseness

Lean and rule-dense with paired Good/Bad code examples; rationales (e.g. nil maps panicking, positional fields breaking) earn their tokens without explaining basic Go concepts Claude already knows.

3 / 3

Actionability

Every rule is backed by concrete, executable Go snippets with Good/Bad contrasts that are copy-paste ready, leaving no ambiguity about what to write.

3 / 3

Workflow Clarity

The "Parallelizing Code Style Reviews" section names a process (up to 5 sub-agents, merge findings) but provides no validation or merge checkpoints, so the sequence is present yet implicit.

2 / 3

Progressive Disclosure

Well-signaled one-level-deep references to [Details](./references/details.md) (verified to exist) keep the body an overview while deeper rationale lives in the bundle file; cross-references to sibling skills are clearly marked.

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.

A strong, specific description that clearly delineates scope with concrete style concerns, natural trigger terms, and explicit exclusions to avoid conflicts with sibling skills. Every dimension lands at the top anchor.

DimensionReasoningScore

Specificity

Lists multiple specific concrete concerns — "line length and breaking, variable declarations, control flow clarity, when comments help vs hurt" — rather than vague language.

3 / 3

Completeness

Explicitly states what it covers (Golang code style conventions with enumerated areas) and when to use it via a clear "Use when..." clause.

3 / 3

Trigger Term Quality

Natural user-facing terms are well covered ("writing or reviewing Go code, asking about style or clarity, or establishing project coding standards") and written in third-person imperative voice.

3 / 3

Distinctiveness Conflict Risk

Clear niche (code style) with explicit "Not for..." exclusions and cross-references to naming, lint, and documentation skills, making wrong-skill triggering unlikely.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_field

'metadata' should map string keys to string values

Warning

relative_links

Relative link issues: 1 missing

Warning

Total

14

/

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.