CtrlK
BlogDocsLog inGet started
Tessl Logo

create-vercel-ai-issue

Create a well-formed GitHub issue in vercel/ai using the gh CLI. Use when reporting an AI SDK bug or preparing an issue body that contains logs, code blocks, versions, reproduction steps, and shell-sensitive text.

71

Quality

86%

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

86%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 lean, well-sequenced single-purpose skill that assumes Claude's competence and includes an explicit auth checkpoint and authorization gate. Could be nudged toward fully executable by showing how to create the temporary body file.

DimensionReasoningScore

Conciseness

Seven lean lines with no padding and no explanation of concepts Claude already knows (e.g. what gh is); every line is actionable and earns its place.

5 / 5

Actionability

Provides concrete executable commands (`gh auth status`, `gh issue create -R vercel/ai --title "<title>" --body-file <file>`), but step 3's temp body-file creation is not shown (e.g. a heredoc example) and title/file remain placeholders.

4 / 5

Workflow Clarity

Clear five-step sequence with an explicit auth validation checkpoint (step 1) and an authorization gate (closing line); the destructive-op cap does not bind since validation is present, but no error-recovery feedback loop is specified.

4 / 5

Progressive Disclosure

Under 50 lines, single-purpose, with no need for external references; the simple-skill exception applies and the body is well-organized with a clear title and numbered steps.

5 / 5

Total

18

/

20

Passed

Description

87%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, well-scoped description that clearly answers what and when with concrete, natural trigger terms. Minor room to add common synonyms (e.g. 'file/open an issue', 'bug report') for broader trigger coverage.

DimensionReasoningScore

Specificity

Names the domain and several concrete elements (gh CLI, issue body with logs, code blocks, versions, reproduction steps, shell-sensitive text), but the core action is singular (create issue) with content detail rather than multiple distinct capabilities.

4 / 5

Completeness

Explicitly states both what ('Create a well-formed GitHub issue in vercel/ai using the gh CLI') and when ('Use when reporting an AI SDK bug or preparing an issue body that contains...') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Good natural-term coverage ('GitHub issue', 'AI SDK bug', 'reporting', 'reproduction steps', 'versions'), but misses common synonyms users might say like 'file a bug', 'open an issue', or 'bug report'.

4 / 5

Distinctiveness Conflict Risk

Tightly scoped to the vercel/ai repo and AI SDK bug reports via gh CLI, giving it 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
FranciscoMoretti/chat-js
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.