skill
職業分類
説明
更新
release
ソフトウェア開発者
Cut a versioned release of this addon end-to-end -- decide the version bump, update the changelog, open the release PR, and tag the merged commit once it's ready. Use when the user asks to cut/push/ship a release.
2026-07-18
blender-tests
ソフトウェア品質保証アナリスト・テスター
Run this repo's headless Blender test suite (tests/run_tests.py) via podman against one or more pinned Blender versions. Use before a commit/PR, or to check cross-version compatibility.
2026-07-18
check-syntax
ソフトウェア開発者
Validate Python syntax for one or more files via ast.parse, without executing them. Use after editing any .py file in this repo.
2026-07-18