CtrlK
BlogDocsLog inGet started
Tessl Logo

common-git-collaboration

Enforce version control best practices for commits, branching, pull requests, and repository security. Use when writing commits, creating branches, merging, or opening pull requests.

71

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

A concise, well-organized instruction skill with concrete guidance and good progressive disclosure to real reference files. Its main weakness is the absence of explicit validation/feedback loops for risky operations like merging and force-pushing.

Suggestions

Add an explicit validation checkpoint for the PR/merge workflow, e.g. 'Run CI locally, and only merge when lint+test+build pass; if a check fails, fix and re-run before requesting review.'

For rebase/force-push steps, add a feedback loop note (e.g., resolve conflicts, re-run, verify history is linear) since these are destructive operations.

Consider a short pre-commit or pre-push verification step (e.g., hooks via husky/lefthook) tied into the workflow sequence rather than only listed under secrets.

DimensionReasoningScore

Conciseness

Lean bullet-point body with no padding or re-explanation of concepts Claude already knows; every line carries actionable guidance.

3 / 3

Actionability

Provides concrete formats (`<type>(<scope>): <description>`), branch prefixes, line limits (< 300 lines), and linking conventions (`Closes #123`); executable command examples are appropriately offloaded to the reference files.

3 / 3

Workflow Clarity

Sections are numbered 1–4 to sequence the workflow, but there are no explicit validation checkpoints or feedback loops (e.g., a validate -> fix -> retry cycle for CI before merge), which the rubric expects for risky merge/force-push operations.

2 / 3

Progressive Disclosure

The body is a concise overview with two one-level-deep, clearly signaled references (implementation.md, CLEAN_HISTORY.md), both of which exist as real files; navigation is easy.

3 / 3

Total

11

/

12

Passed

Description

90%

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 clear, well-structured description that answers both what and when with natural trigger phrasing. It could be slightly more specific by listing concrete actions rather than the abstract 'enforce best practices' framing.

DimensionReasoningScore

Specificity

Names the version-control domain and enumerates sub-areas (commits, branching, pull requests, repository security), but 'Enforce version control best practices' is abstract rather than listing multiple concrete actions like the score-3 anchor.

2 / 3

Completeness

It explicitly states what it does ('Enforce version control best practices for commits, branching, pull requests, and repository security') and when to use it ('Use when writing commits, creating branches, merging, or opening pull requests').

3 / 3

Trigger Term Quality

'writing commits, creating branches, merging, or opening pull requests' are natural phrases a user would say, giving good coverage of common trigger terms.

3 / 3

Distinctiveness Conflict Risk

The version-control/git niche is distinct and its triggers (commits, branches, PRs) are unlikely to fire for unrelated skills.

3 / 3

Total

11

/

12

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
HoangNguyen0403/agent-skills-standard
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.