CtrlK
BlogDocsLog inGet started
Tessl Logo

commit-all

Use this skill when the user asks to "commit all", "commit everything", or wants all outstanding changes committed. Groups unrelated changes into separate, well-described commits instead of one catch-all commit.

66

Quality

79%

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

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/commit-all/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

75%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 tight, well-structured instruction skill with concrete commands, clear ordering, and a verification step. The main gap is the absence of a worked commit-message example and explicit recovery guidance when a group or secret is flagged.

Suggestions

Add one short before/after commit-message example showing a multi-file change split into two grouped commits, so the grouping rule is unambiguous.

Spell out the recovery path when step 2 surfaces a suspected secret (e.g. exclude the file, warn the user, then continue committing the rest).

Clarify what to do if a single file spans multiple logical groups (e.g. split via git add -p) so the 'never git add -A' rule doesn't leave Claude stuck.

DimensionReasoningScore

Conciseness

Lean and assumes Claude knows git (no PDF-style padding, no library lectures); a few lines like 'Do not lump unrelated changes together just because they're small' could be trimmed, placing it just below the top anchor.

4 / 5

Actionability

Gives concrete, executable commands (git status, git diff, git add <file>, git log --oneline -10) and explicit rules; an instruction-only skill so absent code is fine, but a worked commit-message example would close the gap to 5.

4 / 5

Workflow Clarity

A clear five-step sequence with an explicit Verify checkpoint (git status confirms clean) for a batch operation; the secret-warning recovery path and group-failure handling are only implicit, so it stays below 5.

4 / 5

Progressive Disclosure

Well-organized into Goal, Workflow, Commit Message Rules, and Hard Rules sections; under 50 lines with a single task and no external references needed, so the simple-skill exception applies.

5 / 5

Total

17

/

20

Passed

Description

83%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, third-person description that clearly states the trigger conditions and the distinctive value (grouped, described commits over one catch-all). Minor specificity and synonym-coverage gaps keep it just below the top anchor on two dimensions.

DimensionReasoningScore

Specificity

Names the git-commit domain and concrete actions ('Groups unrelated changes into separate, well-described commits'), but stops short of a fully comprehensive action list, sitting between the 3- and 5-anchor.

4 / 5

Completeness

Explicitly answers both what ('Groups unrelated changes into separate, well-described commits instead of one catch-all commit') and when ('Use this skill when the user asks to "commit all"...') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural phrases users actually say ('commit all', 'commit everything', 'all outstanding changes committed') with good coverage, though synonyms like 'stage everything' are absent.

4 / 5

Distinctiveness Conflict Risk

The grouping-vs-catch-all framing carves a clear niche distinct from a generic 'write commit messages' skill, with only minor overlap risk.

4 / 5

Total

17

/

20

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
spacedriveapp/spacebot
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.