CtrlK
BlogDocsLog inGet started
Tessl Logo

worktree-create

Creates or removes a git worktree using the project scripts and shared config. Use when the user asks to create a worktree, add a worktree, remove a worktree, delete a worktree, or work on a parallel branch in a separate directory.

95

Quality

93%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Discovery

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.

This is a well-crafted skill description that clearly defines its scope (git worktree creation and removal), specifies the method (project scripts and shared config), and provides comprehensive trigger terms in an explicit 'Use when...' clause. It follows best practices with third-person voice and concise, actionable language.

DimensionReasoningScore

Specificity

Lists specific concrete actions: 'Creates or removes a git worktree using the project scripts and shared config.' This clearly describes two distinct operations (create and remove) with the method (project scripts and shared config).

3 / 3

Completeness

Clearly answers both 'what' (creates or removes a git worktree using project scripts and shared config) and 'when' (explicit 'Use when...' clause listing multiple trigger scenarios).

3 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms: 'create a worktree', 'add a worktree', 'remove a worktree', 'delete a worktree', 'parallel branch', 'separate directory'. These are natural phrases users would actually say.

3 / 3

Distinctiveness Conflict Risk

Git worktree management is a very specific niche. The triggers are distinct and unlikely to conflict with general git skills or other file management skills. Terms like 'worktree' and 'parallel branch in a separate directory' are highly specific.

3 / 3

Total

12

/

12

Passed

Implementation

87%

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

This is a well-crafted, focused skill that provides clear, actionable commands for worktree management while staying concise. Its main weakness is the lack of an explicit validation step after worktree creation or removal, which would help catch issues early. The progressive disclosure is appropriate with a single reference to full documentation.

Suggestions

Add a brief validation step after creation, e.g., 'Verify with `git worktree list` that the new worktree appears correctly' to close the feedback loop.

DimensionReasoningScore

Conciseness

The content is lean and efficient. It doesn't explain what worktrees are or how git works—it assumes Claude knows. Every line provides actionable guidance: commands, flags, and constraints. The reminder about post-setup steps is necessary project-specific knowledge.

3 / 3

Actionability

Provides specific, copy-paste-ready commands for both create and remove operations, with clear flag variations (--from, --cd). Covers both user-provided and missing arguments. The constraint against raw `git worktree add` is a concrete, actionable boundary.

3 / 3

Workflow Clarity

The create workflow has a clear sequence (run script → remind about setup), but there's no explicit validation checkpoint after creation or after the post-setup steps. For an operation that sets up a parallel working directory with submodules and config, a verification step (e.g., confirm the worktree appears in `git worktree list`) would strengthen the workflow.

2 / 3

Progressive Disclosure

The skill is appropriately concise as an overview, with a clear one-level-deep reference to the full worktree documentation. The content is well-organized into create/remove sections with a reference section, which is ideal for this scope.

3 / 3

Total

11

/

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
MetaMask/metamask-mobile
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.