Sets up automated release pipelines using either Changesets or semantic-release, depending on your workflow preferences. You get versioning, changelog generation from conventional commits, git tagging, and publishing to npm or Docker registries. Includes complete GitHub Actions workflows that handle the entire release process on merge to main. Honestly, the choice between Changesets and semantic-release matters more than you'd think. Changesets gives you manual control with changesets files, while semantic-release is fully automated from commit messages. The skill covers both approaches with working examples, plus the usual checklist stuff like protected branches and dry runs.
npx skills add https://github.com/patricio0312rev/skills --skill release-automation-builder