CtrlK
BlogDocsLog inGet started
Tessl Logo

conflicts

Resolve git merge conflicts by analyzing change intent across branches. Use when the user asks to resolve merge conflicts, sync a branch, merge branches, or when a git merge produces conflicts.

65

Quality

78%

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

Fix and improve this skill with Tessl

tessl review fix ./plugins/conflicts/skills/conflicts/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

78%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 clear, actionable, well-structured workflow for merge conflict resolution with concrete commands and decision criteria. Its main gap is the absence of an explicit error-recovery feedback loop around the merge step.

Suggestions

Add an explicit validate-fix-retry loop after initiating the merge (e.g., on a failed or partial merge, abort, correct the base state, and retry) to strengthen workflow_clarity for this destructive operation.

Trim transitional narration such as 'Document this analysis before proceeding—it informs all conflict resolution decisions' to a directive to keep the analysis concise.

Tighten the Role section or fold it into the Workflow intro to reduce redundant framing tokens.

DimensionReasoningScore

Conciseness

Efficient and assumes Claude's git knowledge; minor narration like 'Document this analysis before proceeding—it informs all conflict resolution decisions' could be trimmed.

4 / 5

Actionability

Provides concrete commands (git fetch origin, git merge <base-branch>, git merge --abort) and structured output templates; conflict resolution is judgment-based by design rather than scripted.

4 / 5

Workflow Clarity

Steps 1-5 are clearly sequenced with checkpoints (no-conflict stop, user-input branch, review-before-commit), but it lacks an explicit validate-fix-retry feedback loop for the merge itself.

4 / 5

Progressive Disclosure

A single cohesive SKILL.md organized into clear sections (Role, Workflow, Output Format, Constraints, Final Report) with no nested or buried references and nothing that clearly belongs in a separate file.

5 / 5

Total

17

/

20

Passed

Description

78%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 well-formed description that clearly states capability and trigger conditions with natural user phrasing. It is strong on completeness and triggers, slightly less comprehensive on distinctiveness due to broad git verbs.

DimensionReasoningScore

Specificity

Names the domain ('git merge conflicts') and one concrete action ('Resolve...by analyzing change intent'), matching the anchor for 1-2 concrete actions without comprehensive coverage.

3 / 5

Completeness

Explicitly answers both what ('Resolve git merge conflicts by analyzing change intent across branches') and when ('Use when the user asks to resolve merge conflicts, sync a branch, merge branches, or when a git merge produces conflicts') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural phrases users would say ('resolve merge conflicts', 'sync a branch', 'merge branches', 'git merge produces conflicts'); good coverage with a few synonyms (e.g. rebase) missing.

4 / 5

Distinctiveness Conflict Risk

Clear niche in merge-conflict resolution, but 'sync a branch' and 'merge branches' are broad git operations with minor overlap risk against a general git helper skill.

4 / 5

Total

16

/

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
mattermost/mattermost-ai-marketplace
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.