CtrlK
BlogDocsLog inGet started
Tessl Logo

parallel-worktrees

Create and manage git worktrees for parallel coding sessions with zero dead time. Use when blocked on tests, builds, wanting to work on multiple branches, context switching, or exploring multiple approaches simultaneously.

76

Quality

93%

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-3

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

The body is actionable, concise, and well-organized. The main gap is workflow_clarity: the verification step for destructive worktree removal is decoupled from the numbered workflow rather than integrated as an explicit checkpoint.

Suggestions

Integrate the pre-removal verification directly into the Workflow as an explicit checkpoint, e.g. step 4: 'Before removing, verify changes are committed: `git -C ../project-feat status`; if uncommitted, commit or stash first, then `git worktree remove`.'

Add a brief feedback loop ('if remove fails due to uncommitted changes, commit/stash and retry') so the destructive step has a validate-fix-retry cycle.

De-duplicate the `git worktree add ../project-feat feature-branch` example between Quick Start and Commands to tighten token efficiency.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence, using commands and a table rather than explaining git/worktree concepts; minor repetition between Quick Start and Commands keeps it just at the lean anchor.

3 / 3

Actionability

Provides fully executable, copy-paste-ready commands (`claude -w`, `git worktree add/list/remove/prune`, `git -C ../project-feat status`) plus concrete usage patterns.

3 / 3

Workflow Clarity

The 4-step Workflow is sequenced and a validation checkpoint exists ('Before removing a worktree, verify changes are committed'), but for a destructive operation that checkpoint sits in a separate Guardrails section rather than embedded as an inline validate-fix-retry loop in the workflow.

2 / 3

Progressive Disclosure

Single well-organized file with clear logical sections and no nested/deep references; appropriate for a self-contained skill with no bundle files.

3 / 3

Total

11

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is concise, concrete, and complete with an explicit trigger clause and natural keywords. It maintains third-person voice and avoids over-claims.

DimensionReasoningScore

Specificity

Names concrete actions ('Create and manage git worktrees for parallel coding sessions') rather than vague language, matching the anchor listing multiple specific concrete actions.

3 / 3

Completeness

Explicitly answers both what ('Create and manage git worktrees for parallel coding sessions') and when via an explicit 'Use when ...' clause.

3 / 3

Trigger Term Quality

Triggers like 'blocked on tests, builds', 'multiple branches', 'context switching', and 'exploring multiple approaches' are natural phrases a user would actually say.

3 / 3

Distinctiveness Conflict Risk

'git worktrees for parallel coding sessions' is a clear niche with distinct triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
rohitg00/pro-workflow
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.