.github/skills/release/SKILL.md
Release remotion-bits to GitHub, Cloudflare, and npm. Use when bumping the package version, updating CHANGELOG.md, building the registry, creating the release commit, pushing master, opening a prefilled GitHub release form, deploying docs, and publishing to npm.
npx skillsauth add av/remotion-bits releaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when preparing and publishing a new remotion-bits release from this repository.
This skill performs the full release workflow:
./package.json. Default to a patch bump unless the user explicitly requests minor, major, or a specific version.CHANGELOG.md with concise release notes for the new version.npm run registry:build.chore: vX.Y.Z.master../scripts/deploy-docs.sh.npm publish../package.json.vX.Y.Z.CHANGELOG.md by inserting the new version section at the top.### 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
./package.json to the new version.npm run registry:build
git commit -am "chore: vX.Y.Z"
master.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.Ztarget: mastertitle: vX.Y.Zprerelease: falseThe 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
./scripts/deploy-docs.sh
npm publish
package.json has the target version.CHANGELOG.md has a new topmost section for that version.npm run registry:build completed successfully.chore: vX.Y.Z exists and is pushed to master.npm publish completed successfully.development
Animation components and utilities for Remotion video projects. Use when building Remotion compositions with text animations, gradient transitions, particle effects, 3D scenes, or staggered motion effects. Provides example bits (complete compositions) and reusable components that can be installed via jsrepo.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.