CtrlK
BlogDocsLog inGet started
Tessl Logo

update-go-version

Update the Go version in go.mod (and related config files) to the latest stable release. Fetches the current latest version from the web, updates all relevant files, runs go mod tidy, and commits.

83

1.07x
Quality

78%

Does it follow best practices?

Impact

87%

1.07x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/dev-workflows/skills/update-go-version/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

82%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.

The content is a tight, highly actionable six-phase workflow with concrete commands and validation steps, well-structured for navigation. It could improve slightly by adding an explicit error-recovery loop and trimming minor redundancy in the Notes.

Suggestions

Add an explicit fix-and-retry feedback loop in Phase 4 (e.g. 'If `go build ./...` or `go test ./...` fail, diagnose and fix before committing; revert the version change if failures are caused by the upgrade').

Trim redundancy between Phase 0 and the Notes section — the 'do not hard-code a version' point is already conveyed by the fetch step.

Clarify the precision rule in one place: the Notes repeat the minor-vs-patch guidance already given in Phase 1 and Phase 3.

DimensionReasoningScore

Conciseness

The body is efficient and assumes Claude's competence (no explanation of what Go or go.mod is), but the Notes section restates guidance already implied by Phase 0 ('Always fetch the live version... do not hard-code a version'), leaving minor trimmable redundancy.

4 / 5

Actionability

Provides copy-paste-ready commands throughout — the fetch URL, `find` commands, `go mod tidy`, `go mod vendor`, `go build ./...`, `go test ./...`, and a concrete commit message format — covering the common cases fully.

5 / 5

Workflow Clarity

A clearly sequenced Phase 0–5 workflow with explicit validation checkpoints (build and test in Phase 4), but it lacks an explicit fix-and-retry feedback loop for error recovery, stopping just short of a 5.

4 / 5

Progressive Disclosure

Well-organized into clearly navigable phase sections with no content that needs splitting into separate files, but the body exceeds the ~50-line simple-skill threshold and there are no external references to structure, so it sits just below a 5.

4 / 5

Total

17

/

20

Passed

Description

75%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.

The description is specific, actionable, and clearly distinct, listing several concrete operations end-to-end. Its main weakness is the absence of an explicit 'Use when...' trigger clause, which leaves the invocation context implicit.

Suggestions

Add an explicit trigger clause, e.g. 'Use when the user asks to update, bump, or upgrade the Go version in a repository.'

Include common synonyms such as 'Golang', 'bump Go version', or 'upgrade Go' to broaden natural trigger coverage.

Optionally mention the related file types (CI workflows, Dockerfile, Makefile) in the description to sharpen distinctiveness.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Update the Go version in go.mod', 'Fetches the current latest version from the web', 'updates all relevant files', 'runs go mod tidy', 'and commits' — giving comprehensive coverage of what the skill does.

5 / 5

Completeness

The 'what' is clearly and concretely stated, but there is no 'Use when...' clause or equivalent explicit trigger guidance, which caps completeness at 3 per the rubric.

3 / 5

Trigger Term Quality

Includes natural terms like 'Go version', 'go.mod', 'latest stable release', and 'go mod tidy', but misses common synonyms users might say such as 'Golang', 'bump', or 'upgrade'.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche — updating the Go version in go.mod and related config files — with distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

17

/

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

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

Total

15

/

16

Passed

Repository
mattermost/mattermost-ai-marketplace
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.