Tag: release-management

Type: All Skills Tools
skill ★ 5,664

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…

getsentry/XcodeBuildMCP xcodebuildmcp documentation-review release-management cli-validation
skill ★ 5,059

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.

maximhq/bifrost changelog-generation version-management git-automation semver
skill ★ 4,275

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…

modelcontextprotocol/csharp-sdk csharp semver api-diff release-management
skill ★ 8

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.

refined-element/lightning-enable-mcp mcp release-management dotnet python
tool ★ 1

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…

ndjordjevic/pinrag release-management pypi-publishing git-workflow mcp-registry
skill ★ 23

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…

markmhendrickson/neotoma release-management npm-publish github-release devops
skill ★ 23

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…

markmhendrickson/neotoma release-management semver deployment git-workflow
skill ★ 23

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 …

markmhendrickson/neotoma release-management workflow-orchestration dependency-resolution software-release
tool ★ 23

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.

markmhendrickson/neotoma release-management npm-publishing github-release ci-cd
skill ★ 23

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.

markmhendrickson/neotoma git-automation release-management semantic-versioning deployment-workflow
tool ★ 23

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…

markmhendrickson/neotoma plan-publishing github-cli documentation release-management
skill ★ 23

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 …

markmhendrickson/neotoma release-management workflow-orchestration dependency-graph software-release
skill

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…

mediar-ai/screenpipe monorepo release-management ci-cd version-bumping
skill ★ 12

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.

kimimgo/viznoir open-source release-management issue-triage onboarding
skill ★ 2

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.

AgiMaulana/HuaweiAppGalleryMcp pypi python release-management git
skill ★ 372,633

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 …

openclaw/openclaw release-management npm macos software-deployment
skill

Automated Release Notes and Version Tagging

Automates release note generation by analysing merged pull requests and manages version tagging or release PR creation.

keboola/keboola-mcp-server release-management git-automation versioning github-api
skill ★ 3,020

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.

grafana/mcp-grafana git semver changelog github-actions
skill

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…

cameroncooke/xcodebuildmcp documentation-review release-management cli-validation changelog-audit
skill ★ 364

Rust Project Release Management

A workflow for managing manual Rust releases, encompassing version updates, quality checks, and publishing to crates.io.

nwiizo/tfmcp rust cargo crates-io github-releases
skill ★ 26,383

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…

openai/openai-agents-python release-management git-audit automated-review regression-detection