CtrlK
BlogDocsLog inGet started
Tessl Logo

edgeone-makers-deploy

This skill deploys frontend and full-stack projects to EdgeOne Makers (Tencent EdgeOne). Trigger this skill whenever deployment is part of the task — whether as the primary intent or a secondary step. Examples: "deploy my app", "publish this site", "push this live", "create a preview deployment", "deploy to EdgeOne", "ship to production", "go live", "release", "publish a new version", "redeploy", "上线", "发布", "发一版", "重新部署", "搭建并部署", "开发并上线", "build and deploy", "create and deploy". ⚠️ Also trigger when any agent is about to execute `edgeone makers deploy` or `edgeone makers deploy` commands — the skill contains critical rules for parsing deploy output and presenting access URLs. Do NOT trigger for post-deployment runtime errors (e.g. CORS issues, 500 errors after deploy — use edgeone-makers-dev for troubleshooting).

75

Quality

92%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

The content is highly actionable with a clear, validated deployment workflow and a well-placed reference file, scoring near the top across dimensions. Its only weakness is repetition of the critical-URL and CLI-version rules across several sections, which lightly inflates the token budget.

Suggestions

Consolidate the repeated URL-truncation rule into one canonical statement in Critical Rules, then have later sections (Parse Deploy Output, URL Integrity Rules) reference it rather than restating the full rule and self-check each time.

Deduplicate the CLI-version / --json / whoami guidance, which currently appears in Critical Rules, the Install CLI section, the Decision Table, and Error Handling — state each once and cross-reference.

Consider moving the long error-handling table and the per-deploy-mode command variants into the existing command-reference.md to slim the main SKILL.md body.

DimensionReasoningScore

Conciseness

The body is mostly efficient with concrete commands, but the URL-truncation rule, CLI-version requirement, and --json/whoami guidance are each restated across multiple sections (Critical Rules, Decision Table, Parse Deploy Output, Error Handling), adding tokens beyond a lean minimum.

2 / 3

Actionability

Provides fully executable, copy-paste-ready commands (e.g. `edgeone makers deploy -n <name> -t <token> --json`, `npm install -g edgeone@latest`) plus a condition-to-action decision table and the exact JSON output shape.

3 / 3

Workflow Clarity

Sequences env setup → version/login/link checks → decision table → install/login/deploy with explicit validation checkpoints (edgeone -v ≥ 1.6.0, whoami fail-fast, edgeone.json check) and an error-handling table with recovery loops.

3 / 3

Progressive Disclosure

Keeps the core workflow inline and signals a single one-level-deep reference at the end ('see [references/command-reference.md]'), which is a real, well-organized file holding the exhaustive command and token-management tables.

3 / 3

Total

11

/

12

Passed

Description

100%

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, trigger-rich, and complete, clearly stating both what the skill does and when to invoke it while distinguishing it from the sibling troubleshooting skill. It is an exemplar of a well-formed deploy-skill description.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'deploys frontend and full-stack projects to EdgeOne Makers', 'create a preview deployment', 'redeploy', 'build and deploy' — matching the anchor for several specific concrete actions.

3 / 3

Completeness

Explicitly answers both what ('deploys frontend and full-stack projects to EdgeOne Makers') and when ('Trigger this skill whenever deployment is part of the task') with concrete triggers and an exclusion clause.

3 / 3

Trigger Term Quality

Rich natural-language coverage including 'deploy my app', 'publish this site', 'push this live', 'ship to production', 'go live', 'release', plus Chinese variants like '上线' and '发布', matching the anchor for good coverage of terms users would say.

3 / 3

Distinctiveness Conflict Risk

Clear niche tied to EdgeOne Makers / Tencent EdgeOne, a distinct command trigger (`edgeone makers deploy`), and an explicit exclusion ('Do NOT trigger for post-deployment runtime errors — use edgeone-makers-dev'), making conflict unlikely.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
TencentEdgeOne/edgeone-makers-tools
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.