skill
occupation
description
updated
release
software-developers
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
software-quality-assurance-analysts-and-testers
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
software-developers
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