CtrlK
BlogDocsLog inGet started
Tessl Logo

pull-changes-resolve-conflicts

Standard workflow for pulling updates from main or other branches on multi-contributor projects (including Flows apps) without silently discarding work. Guides fetching/merging, requires listing merge conflicts explicitly, analyzing ours vs theirs using conversation history and repo context, presenting prioritized recommendations, and obtaining user answers before editing conflict markers or completing the merge. Triggers: pull main, merge main, merge origin, rebase, merge conflict, unmerged paths, both modified, integrate branch, sync with main, git merge abort, resolve conflicts, UU status, theirs vs ours, feat branch update.

76

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

92%

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

The body is concise, highly actionable, and sequences a risky workflow with real validation checkpoints. Its only defect is a dangling link to a reference file that is not bundled, which breaks the progressive-disclosure path.

Suggestions

Either create references/reference.md with the promised command snippets and merge message template, or remove the closing link so the skill does not point to a missing file.

If keeping the reference, place it under references/ and update the link path to references/reference.md to match standard bundle layout.

Consider moving the 'Quick reference' ours-vs-theirs staging notes into that reference file to keep the main body even leaner once the file exists.

DimensionReasoningScore

Conciseness

Lean and assumes Claude's competence — it never explains what a merge or conflict marker is; every section (Goals, Hard rules, Workflow, Anti-patterns, Quick reference) earns its place with actionable content.

3 / 3

Actionability

Concrete, executable commands throughout — 'git fetch', 'git merge origin/main', 'git show :2:path' vs 'git show :3:path', 'git checkout --conflict=merge', 'git merge --abort' — with copy-paste-ready examples rather than pseudocode.

3 / 3

Workflow Clarity

A clear numbered 1–5 sequence with explicit validation checkpoints ('Re-run git status; ensure no conflict markers remain; run tests or lint') and stop-at-conflicts gating, providing the feedback loop the rubric expects for destructive merge operations.

3 / 3

Progressive Disclosure

The body is well-sectioned and signals a one-level-deep reference, but the linked '[reference.md](reference.md)' does not exist — no references/ directory or file is present — so navigation is broken rather than functional.

2 / 3

Total

11

/

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, third-person description that states concrete actions, gives an explicit trigger list, and carves out a distinct niche. It answers both 'what' and 'when' without fluff or over-claiming.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'fetching/merging', 'listing merge conflicts explicitly', 'analyzing ours vs theirs', 'presenting prioritized recommendations', 'obtaining user answers before editing conflict markers' — matching the multi-action anchor.

3 / 3

Completeness

Clearly answers what (the standard workflow and its required steps) and when (an explicit 'Triggers:' clause), satisfying both halves of the top anchor.

3 / 3

Trigger Term Quality

The explicit 'Triggers:' list covers natural phrasings a user would say ('merge conflict', 'resolve conflicts', 'pull main', 'sync with main', 'rebase') plus status-code variants, giving broad natural coverage.

3 / 3

Distinctiveness Conflict Risk

The niche is precise — conflict resolution during branch integration with hard-rule gating — and the triggers ('UU status', 'git merge abort', 'theirs vs ours') are unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

81%

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

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

metadata_version

'metadata.version' is missing

Warning

relative_links

Relative link issues: 1 missing

Warning

Total

13

/

16

Passed

Repository
cognitedata/builder-skills
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.