CtrlK
BlogDocsLog inGet started
Tessl Logo

render-deploy

Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform. Do NOT use for deploying to Vercel, Netlify, or Cloudflare (use their respective skills).

73

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

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.

A strong, highly actionable deployment skill with clear sequenced workflows, validation feedback loops, and well-organized one-level references. The main weakness is conciseness: redundant prerequisite repetition and an over-long security section inflate the body.

Suggestions

Consolidate the Git-remote prerequisite check into a single location (e.g. Prerequisites Check step 1) and have other sections reference it, instead of restating the git remote -v / no-remote guidance three times.

Tighten the 6-point Security Requirements section by merging the overlapping points about not pasting keys, using placeholders, and secure storage into 2-3 concise rules.

Fix or remove the dangling [assets/](assets/) reference on line 320 — the assets/ directory is empty/absent — or populate it with the promised template examples.

DimensionReasoningScore

Conciseness

The ~522-line body is mostly actionable rather than explanatory of known concepts, but it repeats the Git-remote prerequisite check three times (Choose Your Source Path, Prerequisites Check step 1, Method 2 Prerequisites) and the 6-point Security Requirements section restates the same key-handling idea several times, so it could be tightened.

2 / 3

Actionability

Provides fully executable commands ("render whoami -o json", "render blueprints validate", "git remote get-url origin"), concrete MCP call signatures ("list_deploys(serviceId: \"<service-id>\", limit: 1)"), a copy-paste YAML template, and an explicit SSH→HTTPS conversion table.

3 / 3

Workflow Clarity

Sequenced numbered workflows (Blueprint Steps 1-7, Direct Creation Steps 1-4, Prerequisites 1-6) with explicit validation checkpoints ("render blueprints validate", "Fix any validation errors before proceeding"), an always-provide checklist (Step 2.5), and a post-deploy triage feedback loop.

3 / 3

Progressive Disclosure

Clear overview body with well-signaled, one-level-deep references (e.g. "Complete specification: [references/blueprint-spec.md]", "Service type details: [references/service-types.md]") whose target files all exist; large specs are split into separate reference files. The one blemish is the dangling [assets/](assets/) link on line 320 whose directory is empty/absent.

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 exemplary: concrete actions, explicit use-when triggers, third-person voice, and explicit conflict-avoidance against competing deploy skills. It closely matches the rubric's good-overall examples.

DimensionReasoningScore

Specificity

Names multiple concrete actions — "analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks" — rather than vague language, matching the multiple-specific-actions anchor.

3 / 3

Completeness

Explicitly answers both what ("Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks") and when ("Use when the user wants to deploy..."), with an explicit trigger clause.

3 / 3

Trigger Term Quality

"Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform" covers the natural terms a user would say (deploy, host, publish, set up, Render) with good breadth.

3 / 3

Distinctiveness Conflict Risk

The negative trigger "Do NOT use for deploying to Vercel, Netlify, or Cloudflare (use their respective skills)" carves out a clear Render-specific niche and proactively avoids conflicts with sibling skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (531 lines); consider splitting into references/ and linking

Warning

relative_links

Relative link issues: 1 missing

Warning

Total

14

/

16

Passed

Repository
tech-leads-club/agent-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.