CtrlK
BlogDocsLog inGet started
Tessl Logo

godev

FlexPrice Go fmt, vet, race tests, make test. Trigger: godev, run tests, go vet.

74

Quality

93%

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

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

A compact, highly actionable Go dev-loop skill with executable commands and clear sequencing. The only gap is an explicit feedback loop for test failures.

Suggestions

Add an explicit feedback loop after the test step, e.g. 'If tests fail: fix, re-run go test -race on affected packages, only proceed when green.'

Clarify the verification checkpoint in 'When changing code' — make 'tests pass' an explicit gate before moving to the next step.

DimensionReasoningScore

Conciseness

Lean and efficient: copy-paste commands in tight blocks, no concept-explanation padding, every line earns its place assuming Claude's competence.

5 / 5

Actionability

Fully executable, copy-paste-ready commands (gofmt -w ., go vet ./..., go test -v -race .../..., make test) covering focused and full-suite cases.

5 / 5

Workflow Clarity

'When changing code' gives a clear numbered sequence with concrete commands and conditional branches, but lacks an explicit test-failure feedback loop (fail → fix → re-run).

4 / 5

Progressive Disclosure

Under 50 lines with well-organized sections and clearly signaled one-level references (AGENTS.md, related skills), satisfying the simple-skill exception.

5 / 5

Total

19

/

20

Passed

Description

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

A tight, specific description that answers both what and when with explicit trigger guidance. Slight room to broaden trigger synonyms, but otherwise strong.

DimensionReasoningScore

Specificity

Names four concrete actions — 'Go fmt, vet, race tests, make test' — with comprehensive, specific coverage rather than vague abstraction.

5 / 5

Completeness

Explicitly states what ('FlexPrice Go fmt, vet, race tests, make test') and when via a dedicated 'Trigger:' clause with concrete trigger phrases.

5 / 5

Trigger Term Quality

'Trigger: godev, run tests, go vet' includes natural phrases users would say, but misses common synonyms like 'go test', 'go build', or 'format Go code'.

4 / 5

Distinctiveness Conflict Risk

Scoped to 'FlexPrice Go' dev loop with specific tooling triggers, giving it a clear niche with minimal conflict risk against other skills.

5 / 5

Total

19

/

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

relative_links

Relative link issues: 2 suspicious

Warning

Total

15

/

16

Passed

Repository
flexprice/flexprice
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.