CtrlK
BlogDocsLog inGet started
Tessl Logo

ce-worktree

Set up isolated git worktrees — create a new branch for fresh work, or attach a worktree to an existing branch, PR, or commit. Use when starting isolated work or isolating an existing ref.

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 exemplary skill body: executable commands, a clearly sequenced workflow with validation checkpoints and a proper error-recovery loop, and lean prose focused on non-obvious gotchas. No bundle files are needed and none are referenced.

DimensionReasoningScore

Conciseness

Lean and dense throughout — it assumes git competence and spends tokens only on non-obvious gotchas (absolute vs relative git-dir, trailing-slash check-ignore, one-branch-one-worktree), with no padded explanations of what worktrees are; every sentence earns its place.

5 / 5

Actionability

Fully executable copy-paste commands for every case — `git worktree add -b <branch-name> .worktrees/<branch-name> origin/<from-branch>`, the PR fetch-and-checkout flow, and the failure-handling branch — covering new work, existing refs, PRs, and errors.

5 / 5

Workflow Clarity

Clear Step 0 → Step 1 → Step 2 sequence with explicit decision checkpoints (Equal/Different, submodule vs linked worktree, already-checked-out) and an error-recovery feedback loop that asks the user via the blocking-question tool rather than proceeding.

5 / 5

Progressive Disclosure

Self-contained with no bundle files (references/scripts/assets absent) and well-organized sections (Step 0/1/2, two modes, failure handling); for a self-contained skill this structure is appropriately navigable.

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, concrete description that clearly states both capability and trigger conditions, with specific actions covering the main modes. Only marginally shy of full marks on trigger-term breadth.

DimensionReasoningScore

Specificity

Names the domain and multiple concrete actions — 'create a new branch for fresh work' and 'attach a worktree to an existing branch, PR, or commit' — giving comprehensive coverage; not a level below because it lists several specific actions rather than 1-2.

5 / 5

Completeness

Explicitly answers both what ('Set up isolated git worktrees — create a new branch... or attach...') and when ('Use when starting isolated work or isolating an existing ref') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Good natural keyword coverage — 'worktree', 'branch', 'PR', 'commit', 'isolated work', 'isolating an existing ref' — but a few natural synonyms users might say (e.g. 'parallel work', 'checkout') are absent, so it sits just below the comprehensive anchor.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche — isolated git worktrees — with distinct triggers and minimal overlap risk 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
EveryInc/compound-engineering-plugin
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.