What problem does it solve? Releasing the ai_platform REDAXO addon involves a fragile chain of steps: version alignment between package.yml and git tags, PHP 8.2 platform pinning for Composer, checked-in vendor directories, and a GitHub Actions workflow that publishes to myredaxo.com. This Skill captures the exact checklist, commands, and known failure modes so releases do not break CI or the publish step. ## Core Features & Use Cases - Pre-Release Checklist: Verifies package.yml version format, committed vendor/ and composer.lock, the composer.json platform.php 8.2.0 pin, and that all symfony/* packages stay on the 7.4 line. - Release Cutting: Provides the exact gh release create command with prerelease flagging conventions for beta/rc/alpha tags. - Workflow Debugging: Documents fixes for common failures such as incompatible composer.lock packages on PHP 8.2 CI and myredaxo.com addon fetch errors, including how to rerun workflows without recreating releases. - Use Case: You want to tag 1.0.0-beta1 of the addon. The Skill walks you through the checklist, creates the GitHub release targeting main, monitors the publish-to-redaxo workflow, and tells you to use gh run rerun if the MyRedaxo credentials step fails. ## Quick Start Ask the assistant to cut a new beta release of the ai_platform addon and monitor the publish workflow until it succeeds.