CtrlK
BlogDocsLog inGet started
Tessl Logo

git-rebase-sync

Sync a feature branch onto the latest origin base branch via git rebase, with safety rails, deliberate conflict resolution, and safe force-with-lease pushing.

93

1.67x
Quality

Does it follow best practices?

Impact

99%

1.67x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

A tight, command-driven procedural skill with an explicit sequenced workflow, validation/confirmation checkpoints, and a conflict-resolution feedback loop; it is self-contained and well-organized with no evident padding.

DimensionReasoningScore

Conciseness

Lean and command-driven; assumes Claude's git competence and avoids explaining what rebase or conflicts are, so every line earns its place rather than padding as in the 2-anchor example.

3 / 3

Actionability

Provides fully executable commands throughout (e.g. `git tag -a {branch_name}-rebase-backup-...`, `git rebase --rebase-merges origin/{base_branch}`, `git push --force-with-lease origin HEAD:{branch_name}`), copy-paste ready with explicit placeholders.

3 / 3

Workflow Clarity

An 8-step sequence with explicit validation checkpoints (preflight `git status` clean check, confirmation gates before rebase and push, post-rebase `git log` verification) and a conflict-handling feedback loop, matching the validate/fix/retry anchor for destructive operations.

3 / 3

Progressive Disclosure

Well-organized into Goals, Hard Rules, numbered Workflow, and Recovery sections; it is a self-contained single procedure with no content that needs splitting, so the well-organized-sections carve-out applies despite the absence of external references.

3 / 3

Total

12

/

12

Passed

Description

82%

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 specific, well-scoped description with strong trigger terms and low conflict risk, but it omits an explicit 'Use when...' trigger clause, which caps its completeness.

Suggestions

Add an explicit 'Use when...' clause, e.g. 'Use when syncing a feature branch onto the latest base branch, resolving rebase conflicts, or when the user mentions rebasing a branch.'

Include common phrasings users actually say ('rebase my branch', 'catch up to main/dev', 'sync my branch') to broaden trigger coverage.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'sync a feature branch', 'git rebase', 'deliberate conflict resolution', 'safe force-with-lease pushing' — matching the 'lists multiple specific concrete actions' anchor rather than the partial-domain anchor at 2.

3 / 3

Completeness

Clearly states what the skill does, but lacks any 'Use when...' clause or equivalent explicit trigger guidance, which per the judging guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

Covers natural terms a developer would say — 'git rebase', 'feature branch', 'conflict resolution', 'force-with-lease' — giving good coverage; not the thin 'Works with PDF files' style of a 2.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (rebase-based branch sync with safety rails) with distinct triggers unlikely to fire for unrelated skills, matching the 'clear niche' anchor rather than the overlapping 'Works with document files' style of a 2.

3 / 3

Total

11

/

12

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

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
NeverSight/skills_feed
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.