CtrlK
BlogDocsLog inGet started
Tessl Logo

update-from-upstream-main

Update the current Remotion branch with the latest canonical main branch. Use when asked to update or sync from upstream main, merge the latest main into a feature branch, fast-forward local main, or bring a pull request branch up to date without rewriting published history.

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 tight, actionable git-update workflow with executable commands, explicit validation and conflict-resolution feedback loops, and clean section organization. It assumes Claude's competence and wastes no tokens on background explanation.

DimensionReasoningScore

Conciseness

The body is lean: it jumps straight to numbered steps with bash blocks and assumes Claude knows git, with no padded explanations of concepts; the brief constraint rationales (e.g. 'A merge keeps published branch history intact') earn their place rather than inflate the text.

3 / 3

Actionability

Every step supplies real, executable commands (git fetch, merge --ff-only, merge --no-edit, rg conflict-marker scan, bun run build/stylecheck, git push); the few placeholders like <canonical-remote> and <resolved-files> are legitimately resolved in earlier steps rather than pseudocode.

3 / 3

Workflow Clarity

An explicit 8-step sequence with validation checkpoints — stop-and-report on dirty state, conflict-marker scan before staging, 'Always run git diff --check', and build/stylecheck — plus a resolve-then-verify feedback loop, matching the top anchor for risky git operations.

3 / 3

Progressive Disclosure

A single focused task organized into a clear Workflow section with no wall of text and no nested references; since no bundle files exist and the content is self-contained and well-structured, no split is warranted.

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 focused, third-person description that pairs concrete actions with explicit, natural-language triggers and a clear Remotion-specific niche. It answers both what the skill does and when to invoke it without verbosity or over-claiming.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'Update the current Remotion branch', 'merge the latest main into a feature branch', 'fast-forward local main', 'bring a pull request branch up to date' — matching the anchor for listing several specific concrete actions rather than naming only a domain.

3 / 3

Completeness

It states both what it does ('Update the current Remotion branch with the latest canonical main branch') and when to use it via an explicit 'Use when...' clause, satisfying the top anchor for both what and when.

3 / 3

Trigger Term Quality

The 'Use when asked to update or sync from upstream main, merge the latest main into a feature branch, fast-forward local main, or bring a pull request branch up to date' phrasing covers natural terms a user would actually say, with no technical jargon or generic filler.

3 / 3

Distinctiveness Conflict Risk

The Remotion-specific framing ('Remotion branch', 'canonical main branch', 'without rewriting published history') carves a clear niche unlikely to trigger 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
remotion-dev/remotion
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.