End to end npm release automation built around changesets. It creates a changeset (defaults to patch), runs an iterative fix loop for lint, types, tests, and formatting, commits and pushes, monitors CI with the Monitor tool, finds and auto-merges the Version Packages PR that changesets/action opens, then watches the publish workflow to completion. The safety model is interesting: invoking autoship is standing consent for the full flow, so it won't pause mid-release for confirmations. Instead it gates risky steps like PR merges behind objective preconditions (all checks green, title exactly matches "Version Packages"). Useful when you want to ship without babysitting seven different steps.
npx skills add https://github.com/mblode/agent-skills --skill autoship