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.

86

1.67x

Quality

80%

Does it follow best practices?

Impact

99%

1.67x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./data/skills-md/0xbigboss/claude-code/git-rebase-sync/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

67%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This description excels at specificity and distinctiveness, clearly describing a focused git rebase workflow with safety features. However, it lacks an explicit 'Use when...' clause and could benefit from more natural trigger terms that users would actually say when needing this skill, such as 'update my branch' or 'sync with main'.

Suggestions

Add a 'Use when...' clause with explicit triggers like 'Use when the user wants to update a feature branch, sync with main/master, or rebase their branch onto the latest changes'

Include more natural user language variations such as 'update branch', 'sync with main', 'pull latest changes into branch', 'rebase onto master'

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'Sync a feature branch onto the latest origin base branch via git rebase', 'safety rails', 'deliberate conflict resolution', and 'safe force-with-lease pushing'. These are concrete, technical operations.

3 / 3

Completeness

Clearly answers 'what' (sync feature branch via rebase with safety features), but lacks an explicit 'Use when...' clause. The 'when' is only implied by the technical context, not explicitly stated.

2 / 3

Trigger Term Quality

Includes relevant technical terms like 'feature branch', 'git rebase', 'conflict resolution', 'force-with-lease', but missing common user variations like 'update branch', 'sync with main', 'rebase onto master', or simpler terms users might naturally say.

2 / 3

Distinctiveness Conflict Risk

Highly specific niche: git rebase workflow with safety features. The combination of 'feature branch', 'rebase', 'force-with-lease', and 'conflict resolution' creates a distinct trigger profile unlikely to conflict with general git or code skills.

3 / 3

Total

10

/

12

Passed

Implementation

92%

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

This is a high-quality skill with excellent actionability and workflow clarity. It provides concrete, executable commands with appropriate safety rails and confirmation checkpoints for history-rewriting operations. The conflict handling loop demonstrates proper feedback cycles. Minor improvement could come from better progressive disclosure for this longer skill.

Suggestions

Consider extracting the 'Conflict handling loop' section to a separate CONFLICTS.md file and linking to it, as this is substantial standalone content

DimensionReasoningScore

Conciseness

The skill is lean and efficient, assuming Claude knows git fundamentals. Every section provides specific commands without explaining what git rebase is or how version control works.

3 / 3

Actionability

Fully executable commands throughout with exact syntax (e.g., `git tag -a {branch_name}-rebase-backup-$(date +%Y%m%d-%H%M%S)`). Copy-paste ready with clear variable placeholders.

3 / 3

Workflow Clarity

Excellent sequencing with 8 numbered phases, explicit confirmation checkpoints before destructive operations, and a dedicated conflict handling loop with clear feedback cycles (resolve -> stage -> continue -> repeat).

3 / 3

Progressive Disclosure

Well-organized with clear sections, but this is a moderately long skill (~100 lines) that could benefit from splitting recovery procedures or conflict handling into separate reference files. All content is inline.

2 / 3

Total

11

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

10

/

11

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.