CtrlK
BlogDocsLog inGet started
Tessl Logo

docker-patterns

用于本地开发、容器安全、网络、卷策略和多服务编排的 Docker 与 Docker Compose 模式。

62

Quality

73%

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 ./skills/docker-patterns/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%

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

A dense, highly actionable Docker/Compose reference with excellent executable examples, weakened by monolithic single-file structure, redundancy between the security and anti-patterns sections, and absence of explicit validation checkpoints around destructive operations.

Suggestions

Split large reference blocks (container security hardening, debugging recipes) into separate files such as SECURITY.md and DEBUGGING.md with one-level-deep links from SKILL.md, keeping SKILL.md a concise overview to improve progressive disclosure.

Remove redundancy between the Anti-Patterns section and the earlier Security section (non-root user, avoid :latest, no secrets in compose) — state each rule once to tighten conciseness.

Add explicit validation/verification checkpoints for risky or destructive operations, e.g. confirm which volumes will be removed before `docker compose down -v` and verify a rebuilt image's healthcheck before relying on it, to raise workflow clarity.

DimensionReasoningScore

Conciseness

The body is mostly lean config with terse inline comments, but the Anti-Patterns section restates guidance already shown in the Security section (non-root user, avoid :latest, no secrets in compose), so it could be tightened.

2 / 3

Actionability

It provides fully executable, copy-paste-ready artifacts — complete docker-compose.yml, multi-stage Dockerfiles, override files, and concrete bash commands — with specific, runnable detail throughout.

3 / 3

Workflow Clarity

Content is organized into clear topical sections, but as a patterns catalog it lacks explicit validate→fix→retry checkpoints; destructive operations like `docker compose down -v` are merely labeled rather than gated, capping workflow clarity at 2.

2 / 3

Progressive Disclosure

Sections are well organized, but the skill is a single monolithic file with no bundle files and no one-level-deep references; substantial reference material (security hardening, debugging recipes) is all inline where it could be split out.

2 / 3

Total

9

/

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.

A specific, well-targeted description with strong trigger terms and a clear niche, held back only by the absence of an explicit "Use when…" clause that would fully answer when to invoke the skill.

Suggestions

Append an explicit trigger clause to the description, e.g. ". Use when setting up Docker Compose for local development, hardening container security, designing volumes/networking, or orchestrating multi-service stacks." to lift completeness to 3.

DimensionReasoningScore

Specificity

The description names Docker and Docker Compose plus multiple concrete capability domains — "本地开发、容器安全、网络、卷策略和多服务编排" — listing several specific concrete areas rather than vague abstractions.

3 / 3

Completeness

It clearly states what the skill does (Docker/Compose patterns for the listed domains) but lacks an explicit "Use when…" trigger clause, so the "when" is only implied; per the guidelines this caps completeness at 2.

2 / 3

Trigger Term Quality

It uses natural terms users would actually say — "Docker", "Docker Compose", "本地开发", "容器安全", "网络", "卷策略", "编排" — giving good coverage of common phrasings.

3 / 3

Distinctiveness Conflict Risk

The Docker/Docker Compose patterns niche is specific with distinct triggers and is unlikely to conflict with unrelated skills.

3 / 3

Total

11

/

12

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

frontmatter_unknown_keys

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

Warning

Total

15

/

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.