checkout

Hacer checkout de una rama o referencia solicitada en el repositorio de Remotion, luego instalar dependencias y compilar. Usar cuando el usuario solicite hacer checkout de una referencia y preparar el…

npx skills add https://github.com/remotion-dev/remotion --skill checkout

Checkout the user-provided ref. Only when running in Codex, use gh pr view --json title --jq .title to get the associated PR title, then use set_thread_title to rename the current Codex task to that title. If the ref has no associated PR, leave the task title unchanged and continue. Outside Codex, skip the PR title lookup and task rename.

Then run:

bun i
bun run build