CtrlK
BlogDocsLog inGet started
Tessl Logo

nv-worktree-create

Create a sibling git worktree and a new branch with the same name, copy local `.env*` files, initialize the enterprise submodule, wire enterprise symlinks, and move the agent into the worktree. Use when the user asks for a worktree, parallel branch checkout, or `/worktree` with a branch name.

77

Quality

96%

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

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

An exemplar skill body: terse, fully executable, with a validated multi-step workflow and clean one-level-deep references. No bundle files are present in this skill's directory, so references are scored as written; they read as cross-skill pointers rather than local bundle files.

DimensionReasoningScore

Conciseness

Lean and efficient throughout — terse steps, tables, and 'Do not' bullets with no explanation of concepts Claude already knows; even the enterprise-submodule prose is conditional operational logic where every token earns its place.

5 / 5

Actionability

Provides copy-paste-ready commands for the core flow (`git worktree add -b <branch> <worktree-path>`, `git rev-parse --show-toplevel`, `git submodule update --init --depth 1 .source`, `pnpm symlink:submodules`, `move_agent_to_root`) plus a concrete example; the single deferral (rsync env-copy recipe) is an explicit, named progressive-disclosure pointer rather than a guidance gap.

5 / 5

Workflow Clarity

Clear six-step sequence with explicit validation checkpoints — preflight aborts if the target path exists and warns on a dirty tree with user confirmation, enterprise setup degrades gracefully, and a final 'Confirm' checklist covers branch, path, base ref, copied env, and submodule status.

5 / 5

Progressive Disclosure

A concise overview body that delegates detail to well-signaled one-level-deep references ('read `nv-worktree-commands`', 'read `nv-worktree-cleanup`', 'read `enterprise-submodule`'), with content appropriately split across clearly labeled sections (Inputs, Steps, Example, Do not).

5 / 5

Total

20

/

20

Passed

Description

92%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, specific description that clearly states what the skill does and when to invoke it, with a distinct niche and natural trigger phrasing. The only mild gap is keyword synonym coverage, which keeps trigger_term_quality at 4 rather than 5.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Create a sibling git worktree and a new branch', 'copy local `.env*` files', 'initialize the enterprise submodule', 'wire enterprise symlinks', 'move the agent into the worktree' — giving comprehensive coverage rather than just naming the domain.

5 / 5

Completeness

Explicitly answers both 'what' (five concrete actions) and 'when' via the concrete trigger clause 'Use when the user asks for a worktree, parallel branch checkout, or `/worktree` with a branch name.'

5 / 5

Trigger Term Quality

Includes the dominant natural term 'worktree', the command form '/worktree', and 'parallel branch checkout'; good coverage but a few natural synonyms a user might say (e.g. 'checkout a branch in parallel') are absent, so it sits above the 3 anchor but short of comprehensive.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (sibling worktree creation with enterprise submodule wiring) with distinct triggers ('worktree', '/worktree', 'parallel branch checkout'), minimizing overlap with other skills.

5 / 5

Total

19

/

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
novuhq/novu
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.