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

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

An exemplar content body: terse, immediately executable, with safety rails surfaced for the destructive operation and a clean single-level reference to the bundled CLI. No padding, no nested references, no over-explanation.

DimensionReasoningScore

Conciseness

A lean ~37-line body that leads with executable commands; the prose in Conventions/Gotchas conveys only non-obvious behavior (auto-exclusion from git status, branch/dir-name flattening, default base, main-checkout operation) and never explains concepts Claude already knows.

5 / 5

Actionability

All three subcommands are given as copy-paste-ready `uv run ${CLAUDE_PLUGIN_ROOT}/...` invocations with their flags, and the Resources section points to `--help` for the exact remainder — fully executable guidance covering the common cases.

5 / 5

Workflow Clarity

Each operation is a single unambiguous command; the destructive `remove` path has explicit built-in validation (refuses if dirty, --force discards) with recovery guidance ("Never force without first investigating what would be lost"), satisfying the destructive-operation validation requirement.

5 / 5

Progressive Disclosure

Under 50 lines, well-sectioned (Run it / Conventions / Gotchas / Resources), with a single one-level-deep reference to scripts/worktree.py (verified to exist with matching flags) clearly signaled as "run it, don't read it" — the overview/detail split is appropriate.

5 / 5

Total

20

/

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 description: third-person voice, concrete capabilities, and an explicit Use-when clause packed with natural trigger phrases. It comprehensively answers what and when with minimal conflict risk.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "create, list (with per-worktree git stats), and safely tear down isolated checkouts under .worktrees/" — with detail on each, giving comprehensive coverage of the skill's scope.

5 / 5

Completeness

Explicitly answers both what (git-native worktree management via a bundled CLI: create/list/teardown under .worktrees/) and when (an explicit "Use when..." clause with concrete trigger phrases).

5 / 5

Trigger Term Quality

Quoted natural phrases users would 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 cover synonyms and paraphrases comprehensively.

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (managed worktrees under .worktrees/ for parallel workstreams) with distinct triggers and a namespaced slash command, so overlap with other skills is minimal.

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.