CtrlK
BlogDocsLog inGet started
Tessl Logo

pull

Pull latest origin/main into the current local branch and resolve merge conflicts (aka update-branch). Use when Codex needs to sync a feature branch with origin, perform a merge-based update (not rebase), and guide conflict resolution 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

88%Weight 40%Scale 1-5

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 merge-update skill with clear sequencing and strong validation checkpoints. The main weakness is mild verbosity in the conflict-resolution and ask-user prose, which could be tightened or moved to a reference file.

Suggestions

Tighten the 'Conflict Resolution Guidance' bullets into terser imperatives and consider moving the longer intent-analysis steps to a references file to reduce inline token load.

Condense the 'When To Ask The User' intro prose; the trigger conditions are already concrete and the framing paragraph adds padding.

Add a one-line pointer to where rerere/conflict-style rationale lives, or trim the explanatory sub-bullets under step 2 and step 6 to lean imperatives.

DimensionReasoningScore

Conciseness

Mostly efficient and command-driven assuming git competence, but sections like the nested conflict-guidance bullets and the 'When To Ask The User' preamble carry some prose that could be trimmed; below 5 for this padding.

4 / 5

Actionability

Fully executable, copy-paste-ready commands throughout (e.g. 'git config rerere.enabled true', 'git -c merge.conflictstyle=zdiff3 merge origin/main', 'ruff check app tests', 'cd frontend && npm run ...') covering the common cases.

5 / 5

Workflow Clarity

Clear numbered sequence with explicit validation checkpoints ('git diff --check', ruff/pytest, npm check:locales/typecheck/lint/build) and a resolve -> add -> commit/merge --continue feedback loop for the destructive merge operation.

5 / 5

Progressive Disclosure

Single self-contained file with well-organized sections and no nested references; appropriate for a skill of this size, though the inlined conflict-guidance and ask-user sections are somewhat long and not split into reference files.

4 / 5

Total

18

/

20

Passed

Description

87%Weight 40%Scale 1-5

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 both what the skill does and when to use it, with concrete actions and distinct, low-conflict triggers. Minor room for improvement in adding trigger synonyms and surfacing more operational detail upfront.

DimensionReasoningScore

Specificity

Lists several concrete actions ('Pull latest origin/main', 'resolve merge conflicts', 'sync a feature branch', 'perform a merge-based update', 'guide conflict resolution best practices') with only minor coverage gaps; below 5 because some operational detail (conflict style, rerere) lives in the body rather than the description.

4 / 5

Completeness

Explicitly answers both what ('Pull latest origin/main...and resolve merge conflicts') and when ('Use when Codex needs to sync a feature branch with origin...'), with concrete trigger phrasing.

5 / 5

Trigger Term Quality

Good natural keywords ('pull latest', 'merge conflicts', 'sync a feature branch', 'merge-based update', 'update-branch'); below 5 because common synonyms/variations like 'git pull', 'update branch', or 'sync branch' are missing.

4 / 5

Distinctiveness Conflict Risk

Clear niche (merge-based branch update plus conflict resolution) with distinct triggers ('merge-based update (not rebase)', 'update-branch'); minimal overlap risk with other skills.

5 / 5

Total

18

/

20

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
karanhudia/borg-ui
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.