Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

release发布

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

517

周安装

22

GitHub Stars

306

下载量

181
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:release(发布)
来源仓库:https://github.com/av/remotion-bits
仓库路径:skills/release
安装命令:
npx skills add https://github.com/av/remotion-bits --skill release
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/av/remotion-bits --skill release

简介

release 用于辅助视频生成、动画合成和 Remotion 项目开发,适合组织镜头、生成素材说明和维护合成代码。

  • 支持版本号自动升级、CHANGELOG 更新和注册表构建,完成从开发到发布的完整流程。
  • 可分析 git 历史与合并 PR 的变化,自动生成简明发布说明,并推送至 master 分支。
  • 安装命令为 npx skills add https://github.com/av/remotion-bits --skill release。
  • 涉及外部素材或人物肖像时,应先核对版权授权要求,确保内容符合商业发布规范。

SKILL.md

Remotion Bits Release

Use this skill when preparing and publishing a new remotion-bits release from this repository.

What This Skill Does

This skill performs the full release workflow:

  1. Bump the version in ./package.json. Default to a patch bump unless the user explicitly requests minor, major, or a specific version.
  2. Update CHANGELOG.md with concise release notes for the new version.
  3. Run npm run registry:build.
  4. Commit the release changes with chore: vX.Y.Z.
  5. Push the release commit to master.
  6. Research notable changes since the previous release from git history and merged PRs.
  7. Open the prefilled GitHub release form with system-level browser opening, not the internal browser.
  8. After the GitHub release is published, deploy docs with ./scripts/deploy-docs.sh.
  9. Publish the package to npm with npm publish.

Preconditions

  • Work from the repository root.
  • Do not start the docs dev server.
  • Assume release publishing requires valid GitHub, Cloudflare, and npm credentials already configured in the environment.
  • If the working tree contains unrelated user changes, do not revert them. Either work around them or stop and ask before touching them if they affect the release files.

Release Workflow

1. Determine The Target Version

  • Read the current version from ./package.json.
  • If the user gave a specific version, use it.
  • If the user gave a bump type, apply it.
  • Otherwise bump patch.
  • The git tag and release title must be vX.Y.Z.

2. Prepare Release Notes

  • Review commits since the last released tag.
  • Review merged PRs when they help summarize the changes.
  • Update CHANGELOG.md by inserting the new version section at the top.
  • Keep entries concise and user-facing.
  • Use this format:
### vX.Y.Z

- Feature: Brief description of new feature
- Fix: Brief description of bug fix
- Improvement: Brief description of enhancement
- Docs: Brief description of documentation change

3. Bump Version And Build Registry

  • Update ./package.json to the new version.
  • Run:
npm run registry:build
  • If the build fails, stop and fix the underlying problem before continuing.

4. Commit And Push The Release

  • Review the release diff.
  • Commit the prepared release with:
git commit -am "chore: vX.Y.Z"
  • Push the commit to master.
  • If the repo is behind remote or push fails, resolve that state before continuing.

5. Draft The GitHub Release

  • Build release notes from the changelog summary and recent commits.
  • Open this URL with xdg-open or another system-level open command, never the internal browser:
https://github.com/everlier/remotion-bits/releases/new?tag=vX.Y.Z&target=master&title=vX.Y.Z&body=...
  • Prefill the form with:

- tag: vX.Y.Z - target: master - title: vX.Y.Z - prerelease: false

  • The release body should follow this structure:
## What's Changed

- One short sentence per notable new feature.
- One short sentence per notable bugfix.
- One short sentence per notable improvement.

**Full Changelog**: https://github.com/everlier/remotion-bits/compare/vX.Y.(Z-1)...vX.Y.Z
  • Pause for the user to publish the GitHub release if browser confirmation is required.

6. Deploy Docs

  • After the GitHub release is published, run:
./scripts/deploy-docs.sh

7. Publish To npm

  • Confirm npm authentication is available.
  • Publish from the repository root:
npm publish

Decision Rules

  • Default to patch releases unless the user says otherwise.
  • If release notes are unclear, derive them from commit history before asking the user.
  • If a command mutates release artifacts, keep those generated changes in the release commit.
  • If publishing requires a manual browser step, stop at the boundary, tell the user exactly what is waiting, then continue after confirmation.
  • If credentials are missing for GitHub, Cloudflare, or npm, stop and report the missing prerequisite instead of retrying blindly.

Completion Checklist

  • package.json has the target version.
  • CHANGELOG.md has a new topmost section for that version.
  • npm run registry:build completed successfully.
  • Release commit chore: vX.Y.Z exists and is pushed to master.
  • GitHub release form was opened with the correct prefilled values.
  • Docs deployment completed.
  • npm publish completed successfully.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.31%
按下载量换算68

Claude

29.13%
按下载量换算53

Cursor

16.37%
按下载量换算30

Gemini CLI

8.79%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills