CtrlK
BlogDocsLog inGet started
Tessl Logo

prp-commit

Creates Git commits for completed work. Always use when committing changes, when the user explicitly asks to commit the work, when another PRP workflow reaches its commit step, or when the user invokes /prp-commit.

69

Quality

85%

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

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

The body is a tight, well-structured instruction skill with an explicit verification step and an error-recovery feedback loop, appropriately scaled to a simple single-purpose task. The only gap is the absence of literal git commands, which keeps actionability just below the top anchor.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it never explains git concepts, and every sentence (including the Bad/Good subject contrast) earns its place.

5 / 5

Actionability

Guidance is concrete and instructional ("Inspect staged, unstaged, and untracked changes", "Keep each commit focused") with a worked Bad/Good example, but it stops short of giving the actual git commands (e.g. `git add -p`, `git commit`) that would make it copy-paste ready.

4 / 5

Workflow Clarity

The Scope → Message → Commit-and-verify sections form a clear sequence with an explicit verification checkpoint ("Verify the resulting commit contains every intended change, excludes unrelated changes") and a feedback loop ("stop and ask rather than widening the commit").

5 / 5

Progressive Disclosure

The skill is under 50 lines, requires no external references, and is organized into clearly headed sections (Scope, Message, Commit and verify), which matches the simple-skill exception for a top score.

5 / 5

Total

19

/

20

Passed

Description

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

The description is strong: it clearly states what the skill does and gives multiple explicit, natural trigger phrases, including a slash command. It is slightly held back by listing only one concrete action and a minor overlap risk with general commit skills.

DimensionReasoningScore

Specificity

"Creates Git commits for completed work" names the domain and one concrete action, but does not enumerate the several distinct capabilities (splitting, scope inference, verification) the body actually covers, so it is not comprehensive.

3 / 5

Completeness

It explicitly answers both "what" ("Creates Git commits for completed work") and "when" with concrete trigger phrases ("Always use when committing changes... when the user invokes /prp-commit").

5 / 5

Trigger Term Quality

Natural terms a user would say are well covered — "committing changes", "asks to commit the work", and the slash command "/prp-commit" — though a few common synonyms (e.g. "save changes", "commit this") are absent.

4 / 5

Distinctiveness Conflict Risk

The PRP-specific triggers ("when another PRP workflow reaches its commit step", "/prp-commit") give it a clear niche, but "when the user explicitly asks to commit the work" still risks overlap with a generic git-commit skill.

4 / 5

Total

16

/

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.