Agent Skills
› nomadoor/ComfyUI-Video-Stabilizer
› release-check
release-check
GitHub发布前检查技能,用于版本升级、注册表发布及PR创建前的合规性验证。涵盖版本确认、依赖声明、文档同步、工作流测试及脚本校验,确保发布内容准确无误。
Trigger Scenarios
版本升级
Comfy Registry 发布
创建发布 PR
打标签
编写公开发布说明
Install
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.
Version History
- d516bf0 Current 2026-07-05 11:55


