CtrlK
BlogDocsLog inGet started
Tessl Logo

managing-git

Manages Git workflows including branching, commits, and pull requests. Use when working with Git, creating commits, opening PRs, managing branches, resolving conflicts, or when asked about version control best practices.

72

Quality

88%

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

77%

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

The body is highly actionable with executable commands, clear multi-step workflows, and explicit validation feedback loops. Its main weaknesses are mild verbosity/redundancy and a lack of progressive disclosure — substantial reference material is kept inline rather than split into referenced files.

Suggestions

Consolidate the overlapping 'Commit Conventions' and 'Commit Validation' sections into a single source of truth to reduce redundancy and token cost.

Move large reference catalogs (e.g. the commit-types table, common-commands blocks) into bundled reference files under ./references/ and link to them one level deep, trimming the main SKILL.md to an overview.

Consider trimming the ASCII branching diagrams or condensing them to a single line each, since they add length without adding executable guidance.

DimensionReasoningScore

Conciseness

The body is mostly efficient reference material (command tables, commit types, checklists) but runs ~228 lines and includes some redundancy — the trailing 'Commit Validation' checklist overlaps the earlier 'Commit Conventions' section, and the ASCII branching diagrams are partly decorative; not a 3 because not every token earns its place, not a 1 because it avoids explaining Git basics Claude already knows.

2 / 3

Actionability

Provides fully executable, copy-paste-ready commands (e.g. 'git checkout -b feature/TICKET-123-description', 'git commit -m "feat: description"', 'git rebase -i HEAD~3') plus concrete conventional-commit and branch-naming examples; not a 2 because guidance is complete and runnable rather than pseudocode or abstract.

3 / 3

Workflow Clarity

Multi-step workflows are sequenced with explicit checklists ('Feature Development Progress', 'PR Checklist', 'Commit Validation') and a real feedback loop — 'If validation fails, use git rebase -i to clean up commit history before pushing'; not a 2 because validation checkpoints and the fix-retry loop are explicit rather than implicit.

3 / 3

Progressive Disclosure

Content is well-organized into clear sections but all ~228 lines are inline in a single SKILL.md with no bundle files and no external references, and catalogs like the commit-type table and command lists could live in separate referenced files; not a 3 because there are no well-signaled one-level-deep references or content split across files, not a 1 because the sections are clearly organized rather than a monolithic wall of text.

2 / 3

Total

10

/

12

Passed

Description

100%

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 specific, uses natural trigger terms, answers both what and when with an explicit 'Use when' clause, and occupies a clear Git-specific niche with low conflict risk. It is a strong, well-scoped description.

DimensionReasoningScore

Specificity

Lists multiple concrete actions within the Git domain — 'branching, commits, and pull requests' plus 'creating commits, opening PRs, managing branches, resolving conflicts' — matching the comprehensive-action anchor; not a 2 because the actions are specific and multi-part rather than a single domain mention.

3 / 3

Completeness

Explicitly answers both what ('Manages Git workflows including branching, commits, and pull requests') and when ('Use when working with Git, creating commits, opening PRs...'), satisfying the explicit-trigger anchor; not a 2 because the 'Use when...' clause is present and specific.

3 / 3

Trigger Term Quality

Uses natural phrasing a user would actually say — 'working with Git, creating commits, opening PRs, managing branches, resolving conflicts' and 'version control best practices' — giving good coverage of common variations; not a 2 because it spans several natural terms rather than a single keyword.

3 / 3

Distinctiveness Conflict Risk

Has a clear Git-specific niche with distinct triggers that would not realistically fire for unrelated skills; not a 2 because the scope is narrowly bounded to Git/version control rather than overlapping with generic file or code skills.

3 / 3

Total

12

/

12

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
CloudAI-X/claude-workflow-v2
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.