CtrlK
BlogDocsLog inGet started
Tessl Logo

vercel-deploy

Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.

70

Quality

85%

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

76%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 concise, highly actionable deployment skill with copy-paste commands and realistic output examples, weakened only by a missing validation/verification checkpoint around an external publish operation and a framework list that reads as inline reference padding.

Suggestions

Add a verification step to the workflow (e.g., after deploying, curl/HEAD the Preview URL to confirm it returns 200 before reporting success to the user) to satisfy the validation requirement for outward-facing operations.

Move the long framework-detection list into the script's help text or a reference file and keep SKILL.md to the supported-category summary, reducing inline padding.

Replace the bare absolute script path with a markdown link or a clearer reference callout so the single bundle file is explicitly signaled rather than buried in a code fence.

DimensionReasoningScore

Conciseness

The body is largely lean with executable commands and output samples and no tutorial-style over-explanation, though the enumerated framework list ("React: Next.js, Gatsby..." through "And more") is reference padding that could live in the script.

4 / 5

Actionability

Copy-paste-ready command `bash /mnt/skills/user/vercel-deploy/scripts/deploy.sh [path]` is given with three concrete usage examples plus both human and JSON output formats covering the common cases.

5 / 5

Workflow Clarity

"How It Works" lists a clear 4-step sequence (package, detect, upload, return URLs) but there are no validation/verification checkpoints before or after an external publish action, and the rubric caps outward-facing batch/publish operations at 3 without validation.

3 / 5

Progressive Disclosure

Content is well-organized into clear sections and the single bundle file (scripts/deploy.sh) is referenced one level deep via an inline path rather than a markdown link; good structure with minor signaling gaps and no separate reference files.

4 / 5

Total

16

/

20

Passed

Description

95%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 strong, third-person description that pairs a concrete capability statement with explicit, natural-language trigger phrases and the distinctive no-auth/claim-URL value proposition. Minor specificity gaps (no mention of build/prerender handling) keep it just short of maximal specificity.

DimensionReasoningScore

Specificity

"Deploy applications and websites to Vercel" names the domain and "returns preview URL and claimable deployment link" gives several concrete actions, with only minor gaps in coverage (no mention of build/prerender steps).

4 / 5

Completeness

It explicitly answers both what ("Deploy applications and websites to Vercel... returns preview URL and claimable deployment link") and when ("Use this skill when the user requests deployment actions such as...") with concrete trigger phrases.

5 / 5

Trigger Term Quality

Five natural quoted trigger phrases ("Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", "Push this live") give comprehensive coverage of what users would actually say.

5 / 5

Distinctiveness Conflict Risk

Vercel-specific deployment with distinctive triggers ("preview deployment", "claimable deployment link") carves a clear niche with minimal overlap risk against other skills.

5 / 5

Total

19

/

20

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
bytedance/deer-flow
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.