Tag: release-management
XcodeBuildMCP Documentation and Release Review
This skill automates the verification of documentation, CLI command references, and release scripts to ensure consistency across changelogs and website manifests. It validates that release notes and installation snippets align with the curr…
Automated Bifrost Release Changelog Generator
Automates Bifrost release management by parsing git history to generate changelogs and cascading version bumps across the core, framework, plugins, and transports hierarchy.
Automates C# SDK Release Preparation and PR
This skill automates the entire release cycle for C# SDKs, assessing Semantic Versioning, running API compatibility and diff checks, and updating documentation. It generates a comprehensive pull request containing all necessary versioning a…
Prepare MCP Package for Release
Automates the preparation of MCP packages for release by synchronising version numbers across .NET and Python files, validating server configurations, and verifying builds.
Automates software release and package publishing
This tool automates the entire software release lifecycle, managing version bumping across configuration files and executing the full Git workflow. It handles creating GitHub Releases and publishing the package to PyPI, subsequently updatin…
Automate full software release to npm and GitHub
This skill manages the end-to-end process of preparing and shipping a software release across multiple platforms. It handles version bumping, generating comprehensive release notes, publishing to npm, creating GitHub tags, and deploying the…
Automated repository release and deployment workflow
This skill automates the entire release cycle, merging the development branch into main, and detecting whether the release is a planned milestone or an incremental patch. It manages semantic versioning, tags the repository, and executes dep…
Orchestrates full software release lifecycle management
This skill orchestrates the entire software release lifecycle, managing everything from initial planning and dependency graph generation to execution scheduling and cross-feature integration testing. It supports complex workflows, enabling …
Automated full-stack release management and publishing
This tool automates the entire software release lifecycle, managing preflight checks, version bumping, and generating comprehensive release notes. It ensures coordinated publishing across npm, GitHub, and the live sandbox environment.
Automated Git release and deployment workflow
Automates merging development branches into main, managing both planned and incremental semantic versioning releases, and deploying to production. The workflow supports both the primary repository and specific submodules.
Publish internal plans as public GitHub discussions
This skill processes internal planning documents, redacting sensitive information and restructuring the content into a formal, public-facing GitHub Discussion post. It facilitates early community input by publishing the plan directly to the…
Orchestrates full software release lifecycle management
This skill orchestrates the entire software release lifecycle, from initial planning and dependency graph generation to execution scheduling and cross-feature integration testing. It manages complex workflows, including pre-mortem analysis …
Automating monorepo component releases and publishing
This skill automates the complex release cycle for a monorepo, managing version bumping across multiple components (App, CLI, MCP). It orchestrates GitHub Actions workflows to build, test, and optionally publish artifacts for all integrated…
Automated Open Source Project Management Workflow
This skill codifies the entire open-source project lifecycle, automating contributor onboarding, issue triage, and structured release management. It handles version bumping, PyPI publishing, and the curation of project showcase assets.
Publish Python Package to PyPI
Orchestrates the full lifecycle of a package release, including cutting a dedicated release branch, updating the version in pyproject.toml, tagging, and creating a GitHub Release to trigger PyPI publication.
OpenClaw Release Management Skill
Automates the end-to-end release and publishing workflow for OpenClaw, including version management, changelog generation, and beta/stable distribution. It handles npm publishing, macOS signing, and compatibility validation across multiple …
Automated Release Notes and Version Tagging
Automates release note generation by analysing merged pull requests and manages version tagging or release PR creation.
Automated release branch and changelog creation
Automates the creation of release branches by calculating the next semantic version, generating a formatted CHANGELOG.md from git history, and opening a pull request.
XcodeBuildMCP Documentation and Release Review
This skill automates the review of documentation, changelogs, and release scripts to ensure consistency across CLI references and website manifests. It validates that release notes and installation instructions align with the project's buil…
Rust Project Release Management
A workflow for managing manual Rust releases, encompassing version updates, quality checks, and publishing to crates.io.
Automated Release Readiness Review
Performs a comprehensive audit of git diffs between the latest release tag and a target commit to identify breaking changes, regressions, and release risks. It provides a deterministic ship or block recommendation based on concrete evidence…