CtrlK
BlogDocsLog inGet started
Tessl Logo

prp-worktree

Git-native worktree management via a bundled single-file CLI - create, list (with per-worktree git stats), and safely tear down isolated checkouts under .worktrees/ for parallel workstreams. Use when the user or an orchestrating skill wants to "create a worktree", "work on this in a separate worktree", "spin up an isolated checkout", "list my worktrees", "clean up / remove a worktree", or invokes /prp-worktree.

79

Quality

100%

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

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

A tight, executable skill body: copy-paste commands, safety rails on the destructive operation, and a single well-signaled reference rather than an inline wall of text.

DimensionReasoningScore

Conciseness

Lean operational body that assumes Claude's competence; nearly every line is executable guidance or a genuinely useful convention/gotcha rather than explanation of known concepts.

3 / 3

Actionability

Provides fully executable, copy-paste-ready commands ('uv run .claude/skills/prp-worktree/scripts/worktree.py create <name> [--base <branch>]') with concrete flags and the printed-path cue for create.

3 / 3

Workflow Clarity

Three subcommands are clearly sequenced with explicit safety/validation for the destructive 'remove' (refuses on uncommitted changes, --force discards, --delete-branch only if merged, 'Never force without first investigating what would be lost').

3 / 3

Progressive Disclosure

Well-organized overview with a single one-level-deep, clearly-signaled reference to scripts/worktree.py ('run it, don't read it; --help on any subcommand'), which exists as a real bundle file.

3 / 3

Total

12

/

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.

A high-quality description: concrete capabilities, natural trigger phrasing in third person, and explicit what-and-when guidance with no vague fluff or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'create, list (with per-worktree git stats), and safely tear down isolated checkouts' — matching the top anchor for naming several specific actions.

3 / 3

Completeness

Explicitly answers both what (create/list/teardown under .worktrees/) and when via a clear 'Use when the user or an orchestrating skill wants to...' clause with concrete triggers.

3 / 3

Trigger Term Quality

Quotes natural phrases a user would actually say: 'create a worktree', 'work on this in a separate worktree', 'spin up an isolated checkout', 'list my worktrees', 'clean up / remove a worktree', plus the /prp-worktree invocation — strong coverage.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (git worktree management for parallel workstreams) with distinct, specific triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
Wirasm/prp
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.