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.

76

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

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

A concise, actionable body that defers flag detail to the bundled script and `--help` while surfacing non-obvious conventions and safety rails. The only gap is the absence of an explicit error-recovery loop on the destructive remove path.

Suggestions

Add a short validate→fix→retry note for `remove` (e.g. on a dirty refusal: commit/stash or inspect, then re-run) to make the recovery path explicit and lift workflow_clarity to 5.

Optionally show one line of expected `create` final-line output so callers know the absolute path is the cd target without reading the script.

DimensionReasoningScore

Conciseness

Lean ~35-line body that assumes Claude's git knowledge; every line covers skill-specific conventions (sandbox-writable roots, .git/info/exclude auto-exclusion, commits survive teardown) with no general-concept padding.

5 / 5

Actionability

Provides copy-paste-ready commands (`uv run .../worktree.py create|list|remove [flags]`) covering the common cases, plus a pointer to `--help` for exact flags.

5 / 5

Workflow Clarity

The destructive `remove` path documents validation gates (refuses if dirty, refuses if unmerged, 'Never force without first investigating what would be lost'), so it is not capped at 3; however no explicit validate→fix→retry feedback loop is described, landing at anchor 4 rather than 5.

4 / 5

Progressive Disclosure

Well-organized into Run it / Conventions / Gotchas / Resources with a single, clearly signaled one-level-deep reference to the bundled `scripts/worktree.py` ('run it, don't read it'; use `--help`), keeping detail out of the body.

5 / 5

Total

19

/

20

Passed

Description

100%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 names concrete capabilities, provides rich natural trigger phrases, and explicitly covers both what the skill does and when to use it. No fluff or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'create, list (with per-worktree git stats), and safely tear down isolated checkouts' — giving comprehensive coverage of worktree management rather than vague language.

5 / 5

Completeness

Explicitly answers both 'what' (create/list/teardown under .worktrees/ for parallel workstreams) and 'when' (a 'Use when...' clause with concrete trigger phrases and the /prp-worktree invocation).

5 / 5

Trigger Term Quality

Comprehensive natural trigger phrases including synonyms — 'create a worktree', 'work on this in a separate worktree', 'spin up an isolated checkout', 'list my worktrees', 'clean up / remove a worktree' — that users would actually say.

5 / 5

Distinctiveness Conflict Risk

A clear niche (git worktree management under .worktrees/) with distinct triggers and the /prp-worktree slash command, giving minimal overlap risk with other skills.

5 / 5

Total

20

/

20

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.