CtrlK
BlogDocsLog inGet started
Tessl Logo

vercel-deploy

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".

88

2.23x
Quality

83%

Does it follow best practices?

Impact

96%

2.23x

Average score across 3 eval scenarios

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Quality

Discovery

89%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a solid skill description with excellent trigger terms and completeness. The explicit 'Use when' clause with natural user phrases is a strong point. The main weakness is that the 'what' portion could be more specific about the range of deployment-related actions supported beyond just 'deploy applications and websites'.

Suggestions

Expand the capability list with more specific actions, e.g., 'Deploy applications and websites to Vercel, manage preview deployments, configure project settings, and check deployment status.'

DimensionReasoningScore

Specificity

Names the domain (Vercel deployment) and the general action (deploy applications and websites), but doesn't list multiple specific concrete actions like configuring environment variables, managing domains, checking deployment status, or rolling back deployments.

2 / 3

Completeness

Clearly answers both 'what' (deploy applications and websites to Vercel) and 'when' (explicit 'Use when' clause with multiple trigger phrases covering different ways users might request deployment).

3 / 3

Trigger Term Quality

Includes excellent natural trigger phrases users would actually say: 'deploy my app', 'deploy and give me the link', 'push this live', 'create a preview deployment'. These cover common variations of deployment requests.

3 / 3

Distinctiveness Conflict Risk

Clearly scoped to Vercel specifically, which distinguishes it from other deployment skills (e.g., AWS, Netlify, Heroku). The trigger terms are deployment-specific and platform-specific, making conflicts unlikely.

3 / 3

Total

11

/

12

Passed

Implementation

77%

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

This is a solid, actionable deployment skill with clear branching logic for different scenarios (CLI available, auth failure, network issues). The workflow is well-sequenced with appropriate decision points. Minor weaknesses include slight verbosity in a few places and the lack of verifiable bundle files to support the referenced deploy script path.

Suggestions

Tighten the Prerequisites section by removing the redundant timeout mention (it's already stated in step 2 of Quick Start)

Ensure the bundle includes the referenced `scripts/deploy.sh` file so the fallback path is verifiable and complete

DimensionReasoningScore

Conciseness

Mostly efficient but has some unnecessary explanation (e.g., 'The deployment might take a few minutes. Use appropriate timeout values.' followed by repeating the timeout advice inline). The 'Tell the user' guidance and some commentary could be tightened.

2 / 3

Actionability

Provides fully executable bash commands for each scenario (CLI check, deploy, fallback script, production deploy). Commands are copy-paste ready with specific flags and paths.

3 / 3

Workflow Clarity

Clear sequential workflow: check CLI → deploy → fallback if needed. Includes explicit branching for auth failures, escalation guidance for network issues, and a troubleshooting section with error recovery. The decision tree (CLI installed vs not, auth error vs success, network failure → escalate) is well-structured.

3 / 3

Progressive Disclosure

References `scripts/deploy.sh` and a skill directory path, but no bundle files were provided to verify these exist. The content is reasonably structured with sections (Quick Start, Fallback, Production, Troubleshooting) but everything is inline in one file with no references to supplementary docs for advanced configuration or framework-specific details.

2 / 3

Total

10

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
openai/skills
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.