CtrlK
BlogDocsLog inGet started
Tessl Logo

hns-moaiadk-best-practices

moai-adk-go best-practices reference for the 4 harness specialists (cli-template-specialist, quality-specialist, workflow-specialist, hook-ci-specialist). Covers TRUST 5 gates, Go test isolation (t.TempDir, no OTEL env in parallel tests), hardcoding-prevention rules (env constants in envkeys.go, thresholds in defaults.go), the AskUserQuestion orchestrator-only boundary, the deferred-tool preload rule, the archived-agent rejection contract, and verification-claim integrity. Loaded by the specialists when authoring or reviewing moai-adk-go code.

68

Quality

84%

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

90%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 lean, highly actionable best-practices reference with concrete commands, code patterns, and validation checkpoints, plus good progressive disclosure through deferred rule-file references. The only real gap is the absence of an explicit end-to-end validate→fix→retry workflow loop.

DimensionReasoningScore

Conciseness

The body is dense, reference-style operational rules with no padding or explanation of concepts Claude already knows; every line (gates, pitfalls, commands, file paths) earns its place, including the justified macOS filepath gotcha and worked incident example.

5 / 5

Actionability

It provides fully executable guidance throughout: concrete commands (go test ./..., golangci-lint run, -race, -count=1), specific code patterns (t.TempDir(), filepath.Abs(), ToolSearch(query: "select:AskUserQuestion,..."), Agent(subagent_type: "general-purpose", model: "opus", ...)), and exact file locations (internal/config/envkeys.go, defaults.go).

5 / 5

Workflow Clarity

As a multi-topic reference rather than a linear process, it still embeds validation checkpoints and feedback loops (TRUST 5 'Failure action' column, 'After fixing any test, run the FULL suite', the 5-section verification report format), but lacks a single explicit validate→fix→retry loop tying the gates together.

4 / 5

Progressive Disclosure

Content is organized into well-signaled sections and deliberately defers detail to one-level-deep rule files (Cross-References list plus inline 'see .claude/rules/...' pointers), and avoids repeating the archived-agent names by pointing to the SSOT; minor gap is that no bundle files exist and several sections are fairly long inline.

4 / 5

Total

18

/

20

Passed

Description

78%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 specific, well-scoped description that names concrete domain elements and an explicit load condition, with minimal conflict risk. Its main limitation is topic-orientation rather than action-orientation and a lack of enumerated user-facing trigger phrases.

Suggestions

Lead with action verbs (e.g., 'Authors and reviews moai-adk-go code against...') so capabilities read as concrete actions rather than a topic list.

Add an explicit 'Use when...' clause naming user-mentionable triggers (e.g., 'Use when writing or reviewing Go tests, defining env/threshold constants, or routing user questions').

DimensionReasoningScore

Specificity

The description enumerates many concrete, named elements (TRUST 5 gates, t.TempDir, envkeys.go, defaults.go, AskUserQuestion, archived-agent rejection, verification-claim integrity) with comprehensive domain coverage, but these are topics/rules rather than crisp action verbs like 'extract' or 'fill', leaving a minor action-orientation gap.

4 / 5

Completeness

It clearly states what the skill covers ('Covers TRUST 5 gates, ... verification-claim integrity') and gives an explicit when ('Loaded by the specialists when authoring or reviewing moai-adk-go code'), which is equivalent trigger guidance, but the 'when' does not enumerate concrete user-mentionable trigger phrases.

4 / 5

Trigger Term Quality

Strong keyword coverage spanning the domain's natural terms including specific file names (envkeys.go, defaults.go) and pattern names (t.TempDir, AskUserQuestion, archived-agent), though each concept appears once without synonyms or variant phrasings.

4 / 5

Distinctiveness Conflict Risk

It carves a clear niche (moai-adk-go best-practices for four named harness specialists) with highly specific triggers, making conflict with unrelated skills minimal.

5 / 5

Total

17

/

20

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

allowed_tools_field

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

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
modu-ai/moai-adk
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.