CtrlK
BlogDocsLog inGet started
Tessl Logo

git-workflow

Use this skill when the user wants to automate git operations, manage branches, generate commit messages, handle PRs, set up git hooks, or implement a git workflow.

68

Quality

82%

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

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

Highly actionable content with executable code, but it lacks validation/feedback checkpoints for destructive git operations and inlines everything rather than splitting reference material into bundle files.

Suggestions

Add explicit validation steps to the workflow: verify tests pass and the working tree is clean before committing, and confirm a branch is up-to-date with main before opening a PR.

Split the full PR checklist template and the pre-commit hook config into separate reference files (e.g. references/pr-checklist.md, references/pre-commit-config.yaml) and link to them from the body, enabling one-level-deep progressive disclosure.

Trim minor padding such as the empty 'pass' stub in generate_commit_message and the duplicated commit-type enumeration.

DimensionReasoningScore

Conciseness

Mostly efficient with compact code blocks, a YAML config, and a checklist, assuming Claude's competence; minor padding such as the 'pass' stub and the repeated commit-type list keeps it just below a 5.

4 / 5

Actionability

Provides fully executable Python (Repo operations, branch naming), copy-paste YAML hook config, and concrete bash commands covering the common cases.

5 / 5

Workflow Clarity

Sections are organized, but destructive/batch git operations (commit, branch, PR, hooks) lack explicit validation checkpoints or feedback loops (e.g., verify tests pass before committing, confirm clean working tree); the rubric caps such skills at 3.

3 / 5

Progressive Disclosure

All content is inlined in a ~180-line SKILL.md with no bundle files or external references; substantial material (the full PR checklist template, hooks config) that could live in separate reference files is inline, and at this length the simple-skill exception does not apply.

3 / 5

Total

15

/

20

Passed

Description

92%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: explicit 'Use when...' trigger, six concrete actions, and a clearly distinct git niche. The only minor gap is the absence of common synonyms like 'pull requests' or 'commits' in the trigger terms.

DimensionReasoningScore

Specificity

Lists six concrete, distinct actions ('automate git operations, manage branches, generate commit messages, handle PRs, set up git hooks, or implement a git workflow'), giving comprehensive coverage of the skill's capabilities.

5 / 5

Completeness

Clearly answers both what (the six enumerated actions) and when ('Use this skill when the user wants to...') with concrete trigger phrasing.

5 / 5

Trigger Term Quality

Includes natural user-facing terms like 'git operations', 'branches', 'commit messages', 'PRs', and 'git hooks', but lacks common synonyms/variations such as 'pull requests', 'commits', or 'rebase'.

4 / 5

Distinctiveness Conflict Risk

Occupies a clearly git-specific niche with distinct triggers; minimal overlap risk with other skills.

5 / 5

Total

19

/

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
ProwlrBot/prowlr-marketplace
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.