Agent Skills
› nomadoor/ComfyUI-Video-Stabilizer
› release-check
release-check
GitHub在版本发布、注册表提交或创建发布PR前执行检查清单,确保版本号、依赖项、文档及工作流配置正确,并运行验证脚本。
触发场景
准备版本发布
提交到 Comfy Registry
创建发布 PR
安装
npx skills add nomadoor/ComfyUI-Video-Stabilizer --skill release-check -g -y
SKILL.md
Frontmatter
{
"name": "release-check",
"description": "Use before version bumps, Comfy Registry publishing, release PRs, tags, or public release notes."
}
Release Check
Use this skill before release-oriented work.
Checklist
- Confirm
pyproject.tomlversion. - Confirm runtime dependencies are declared.
- Confirm README / README_ja reflect current behavior.
- Confirm
example_workflows/*.jsonparse and reference current node ids. - Confirm
.github/workflows/publish_action.ymlstill publishes only intended changes. - Run
python3 scripts/validate_repo.py. - If creating a PR, do not prefix the title with
[codex],[claude], or any other tool label.
Notes
This repo currently publishes to Comfy Registry when pyproject.toml changes on
main, or via manual workflow dispatch.
版本历史
- d516bf0 当前 2026-07-05 11:55


