CtrlK
BlogDocsLog inGet started
Tessl Logo

yao-workspace-config

Workspace Git identity and credential management. ALWAYS invoke this skill when the user asks about configuring Git user info, adding HTTPS tokens, importing SSH keys, or managing workspace-level Git authentication.

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

87%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.

Concise and highly actionable reference content with copy-paste commands and clean parameter tables. The main gap is the absence of validation/verification steps around destructive credential and SSH-key operations.

Suggestions

Add explicit validation steps after destructive operations, e.g. after `workspace_git_credential delete` run `list` to confirm the credential is gone, and after `workspace_ssh_key import` run `list` to verify the key registered.

For `workspace_ssh_key import`, include a brief note to verify the imported key works (e.g. a test git fetch against the configured host) before reporting success.

Show a minimal end-to-end workflow (set identity -> add credential -> verify) so the sequence and verification checkpoint between steps is explicit.

DimensionReasoningScore

Conciseness

Lean and efficient with no concept explanations Claude already knows; every line is an executable command or a parameter table, and every token earns its place.

5 / 5

Actionability

Fully copy-paste-ready 'tai tool' commands with complete JSON arguments covering the common cases (get/set, list/delete, import) for all three tools.

5 / 5

Workflow Clarity

Each tool's actions are listed clearly, but destructive operations (credential delete, SSH key import/delete) lack explicit validation or verification checkpoints, capping this dimension at 3 per the rubric.

3 / 5

Progressive Disclosure

A simple, single-purpose skill under 50 lines with well-organized per-tool sections and no external references needed; the simple-skill exception applies.

5 / 5

Total

18

/

20

Passed

Description

83%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 answers both what the skill does and when to invoke it, with concrete capability areas and natural trigger phrases. Slight room to add explicit action verbs and a few more synonyms to reach the top of the scale.

DimensionReasoningScore

Specificity

Names the domain plus four concrete capability areas ('configuring Git user info, adding HTTPS tokens, importing SSH keys, managing workspace-level Git authentication'), but lacks explicit action verbs (get/set/import) that would push it to 5.

4 / 5

Completeness

Clearly states what it does ('Workspace Git identity and credential management') and explicitly when to use it ('ALWAYS invoke this skill when the user asks about...'), answering both what and when with concrete triggers.

5 / 5

Trigger Term Quality

Includes natural user phrases like 'configuring Git user info', 'adding HTTPS tokens', 'importing SSH keys'; a few common synonyms (PAT, deploy key, .ssh) are missing.

4 / 5

Distinctiveness Conflict Risk

Scoped specifically to workspace-level Git authentication, a distinct niche; minor overlap risk only with closely related general-git skills.

4 / 5

Total

17

/

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
YaoApp/yao
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.