CtrlK
BlogDocsLog inGet started
Tessl Logo

deploy-to-vercel

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

68

Quality

81%

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

72%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 highly actionable, well-structured deployment guide with copy-paste commands and a clear decision tree across linked/unlinked and authenticated/unauthenticated states. It is slightly verbose in re-explaining CLI behavior and lacks an explicit deploy-success validation loop, and some inlined fallback detail could live in separate reference files.

Suggestions

Trim redundant explanations of CLI flag behavior (e.g. '--no-wait' rationale and how Vercel maps branches to preview/production) that Claude can infer, to improve conciseness.

Add an explicit validate-then-retry checkpoint after deploying (e.g. confirm the deployment state via 'vercel inspect' is READY, and on a non-READY state surface the failure and re-attempt), to strengthen workflow_clarity for a potentially destructive/outward-facing operation.

Move the detailed no-auth fallback script arguments/examples and the per-sandbox (claude.ai vs Codex) notes into a reference file, keeping SKILL.md as an overview that points to them.

DimensionReasoningScore

Conciseness

The body is mostly efficient with concrete commands, but several sections re-explain CLI behavior Claude already knows (e.g., '--no-wait so the CLI returns immediately instead of blocking', 'Non-production branches get preview deployments') and repeat the team-selection guidance across multiple methods, which could be tightened.

3 / 5

Actionability

Every method provides copy-paste-ready, fully executable commands (git push, 'vercel deploy [path] -y --no-wait --scope <team-slug>', 'vercel inspect <url>') with concrete arguments and example invocations covering the common cases.

5 / 5

Workflow Clarity

Step 1's four-check gating and the decision tree of methods give a clear sequenced workflow with an approval checkpoint before pushing, but validation of the actual deploy outcome relies on loose status checks ('vercel inspect') rather than an explicit validate-fix-retry feedback loop, leaving minor gaps.

4 / 5

Progressive Disclosure

Structure is good with well-labeled sections (Step 1/2, per-method subsections, Agent-Specific Notes, Troubleshooting) and clearly signaled references to external deploy scripts, though the fallback-script details and multi-environment notes are inlined in SKILL.md rather than split into reference files.

4 / 5

Total

16

/

20

Passed

Description

90%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, concise description that clearly establishes a distinct Vercel-deployment niche with explicit 'what' and 'when' guidance and natural trigger phrases. The only minor gap is specificity breadth, since it names just the single action verb 'deploy' rather than enumerating deployment-related capabilities.

DimensionReasoningScore

Specificity

The description names the domain ('Deploy applications and websites to Vercel') and one concrete action ('deploy'), but offers no broader coverage of deployment-related capabilities, matching the anchor that lists only 1-2 concrete actions.

3 / 5

Completeness

It explicitly answers both what ('Deploy applications and websites to Vercel') and when ('Use when the user requests deployment actions like ...') with concrete trigger phrases.

5 / 5

Trigger Term Quality

It provides multiple natural trigger phrases users would actually say ('deploy my app', 'deploy and give me the link', 'push this live', 'create a preview deployment'), giving comprehensive coverage of natural terms.

5 / 5

Distinctiveness Conflict Risk

The Vercel-specific scope paired with deployment-only triggers creates a clear niche with minimal overlap risk against other skills.

5 / 5

Total

18

/

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
databricks/devhub
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.