CtrlK
BlogDocsLog inGet started
Tessl Logo

golang-testing

保证测试驱动开发与 Go 代码高质量的全面测试策略。

65

Quality

80%

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

Fix and improve this skill with Tessl

tessl review fix ./docs/ja-JP/skills/golang-testing/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

77%

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

The body is highly actionable with executable examples and a clear TDD workflow, but it is a monolithic ~720-line document with no progressive disclosure splitting detailed patterns into reference files.

Suggestions

Move detailed pattern catalogs (fuzzing, benchmarks, mocking, golden files) into reference files under references/ and link to them from a concise overview.

Trim the body to a quick-start overview plus pointers so the loaded token cost stays low until a pattern is actually needed.

DimensionReasoningScore

Conciseness

Mostly efficient code-driven content with little conceptual padding, but at ~720 lines it is a long inline catalog that could be tightened or split rather than loaded wholesale.

2 / 3

Actionability

Provides fully executable, copy-paste-ready Go code and concrete commands (e.g. 'go test -bench=BenchmarkProcess -benchmem', fuzz seeds, httptest examples) throughout.

3 / 3

Workflow Clarity

The RED-GREEN-REFACTOR TDD loop is a clearly numbered sequence with explicit validation checkpoints (run test → verify FAIL → implement → verify PASS), and test commands are enumerated.

3 / 3

Progressive Disclosure

Sections are well-organized, but the entire guide is inline with no bundle files or one-level-deep references; content like fuzzing, benchmarks, and mocking that should be separate is kept inline.

2 / 3

Total

10

/

12

Passed

Description

82%

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 and well-scoped to Go testing with good natural trigger terms, but omits an explicit 'Use when...' clause so the activation guidance is only implied.

Suggestions

Add an explicit trigger clause such as 'Use when writing or improving Go tests, running benchmarks, or adding fuzz tests.'

Mention common user phrasings like 'go test', 'test coverage', or 'table-driven tests' to strengthen trigger matching.

DimensionReasoningScore

Specificity

Lists multiple concrete capabilities — '表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率' — naming specific testing patterns rather than vague actions.

3 / 3

Completeness

It clearly answers 'what' (testing patterns) but lacks an explicit 'Use when...' trigger clause; the 'when' is only implied, capping completeness at 2 per the guidelines.

2 / 3

Trigger Term Quality

Uses natural terms a user would say — 'Go 测试', '基准测试', '模糊测试', '测试覆盖率', 'TDD' — covering common variations users mention.

3 / 3

Distinctiveness Conflict Risk

Scoped tightly to Go testing with TDD, occupying a clear niche unlikely to conflict with other skills.

3 / 3

Total

11

/

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.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (721 lines); consider splitting into references/ and linking

Warning

frontmatter_unknown_keys

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

Warning

relative_links

Relative link issues: 1 missing

Warning

Total

13

/

16

Passed

Repository
xu-xiang/everything-claude-code-zh
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.