What problem does it solve?
This Skill checks whether a newly published TorchJD release is actually live, correctly documented, and installable, reducing the risk of shipping a broken release.
Core Features & Use Cases
- Docs Validation: Confirms the release appears in the TorchJD documentation version switcher and that stable points to the new release.
- Package Verification: Installs TorchJD from PyPI in an isolated environment and checks that the published version matches the expected release.
- Smoke Testing: Imports and runs newly added public classes or functions to catch packaging or runtime regressions immediately after release.
- Use Case: After merging a release, use this Skill to confirm the docs, PyPI package, and new APIs all work end to end before announcing the release.
Quick Start
Use the check-release skill to verify the TorchJD release version 0.16.0.