CtrlK
BlogDocsLog inGet started
Tessl Logo

sync

Sync the current session branch with its upstream branch, or publish the current session branch to a remote. Use when the user asks to sync a branch, pull latest changes, rebase onto upstream, push current branch, publish branch, or set upstream.

80

Quality

100%

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

100%

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

A well-structured, actionable skill body with concrete commands, clear sequencing, validation checkpoints, and error-recovery guidance that respects Claude's competence.

DimensionReasoningScore

Conciseness

Lean body using bare git commands with no concept explanations or padding; the only minor redundancy is the restated description intro, which does not materially bloat the content.

3 / 3

Actionability

Provides fully executable commands (e.g. 'git rebase @{u}', 'git push -u <remote> HEAD', 'git rev-list --left-right --count HEAD...@{u}') with standard placeholders, copy-paste ready.

3 / 3

Workflow Clarity

Clear numbered sequence with a dedicated Validation section and explicit feedback loops (conflict resolution via stage/continue/abort, rejected-push handling that asks before force-pushing).

3 / 3

Progressive Disclosure

No bundle files are needed; the skill is under 50 lines and well-organized into Guidelines, Workflow, and Validation sections, satisfying the simple-skill exception.

3 / 3

Total

12

/

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.

A strong, specific description that clearly states capabilities and provides explicit, natural-language trigger terms for when to invoke the skill.

DimensionReasoningScore

Specificity

Lists multiple concrete git actions — 'sync...upstream branch,' 'publish...to a remote,' 'pull latest changes,' 'rebase onto upstream,' 'push current branch,' 'set upstream' — rather than vague language.

3 / 3

Completeness

Explicitly answers what it does ('Sync...or publish the current session branch') and when to use it via an explicit 'Use when the user asks to...' trigger clause.

3 / 3

Trigger Term Quality

Covers natural user phrasings users would actually say — 'sync a branch,' 'pull latest changes,' 'rebase onto upstream,' 'push current branch,' 'publish branch,' 'set upstream.'

3 / 3

Distinctiveness Conflict Risk

Targets a distinct git branch-sync niche with specific triggers, making it unlikely to fire for unrelated 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
posit-dev/positron
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.