update-version

SkillDev tools

Lets your agent bump the AvailableFrom field in a pull request to the next Remotion patch version.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the update-version skill

About this capability

Update `AvailableFrom` in a PR to the next Remotion patch version (`main` + `0.0.1`).

What this skill tells your AI

The instructions your AI receives, as published by remotion-dev/remotion in .agents/skills/update-version/SKILL.md and read by ahel’s review.

Use this when a PR contains docs changes with <AvailableFrom v="..."> and the value should reflect the next release version.

  1. Get the canonical version from main:
git fetch origin main --quiet
git --no-pager show origin/main:packages/core/src/version.ts

Read VERSION from that file (for example: 4.0.468), then compute the next patch version by incrementing the patch number by 1 (4.0.469).

  1. Find AvailableFrom entries changed in the current PR:
git --no-pager diff origin/main...HEAD -- packages/docs | rg 'AvailableFrom v="'
  1. Update only AvailableFrom values touched by this PR so they match the computed next patch version from step 1.

  2. Do not change unrelated AvailableFrom values outside the PR diff.

  3. Commit and push the update.

Signals

GitHub stars
59k
Forks
4k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
update-version-remotion-dev
Source
github.com/remotion-dev/remotion