checkout
作者: remotion-dev
在 Remotion 仓库中检出请求的分支或引用,在 Codex 中运行时将当前任务重命名为关联的 PR 标题,然后安装依赖项…
npx skills add https://github.com/remotion-dev/remotion --skill checkoutCheckout 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