What problem does it solve?
The release of the Screenpipe monorepo is a multi-package operation that currently requires manual coordination across components. This Skill automates version bumps, changelog generation, and triggering of GitHub Actions pipelines to ensure consistent, error-free publishing.
Core Features & Use Cases
- Bump versions across all monorepo components in a coordinated manner.
- Generate a consolidated changelog from commits since the last release.
- Trigger and monitor CI workflows for the app, CLI, MCP, and JavaScript packages.
- Prepare release artifacts and ensure publishing workflows run to completion.
Quick Start
Follow the Release Workflow described in the Skill documentation:
- Check current versions across all components.
- Generate changelog for changes since the last release.
- Bump per-component versions and commit changes.
- Push changes and trigger the draft release workflow.
- Monitor builds and publish when ready.