release-management

Manages ORS skill releases with versioning, changelogs, and marketplace updates.

6|2|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/pradyumnasagar/open-research-skills --skill release-management-pradyumnasagar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-management
Source: https://github.com/pradyumnasagar/open-research-skills/tree/main/meta/release-management
Command: npx skills add https://github.com/pradyumnasagar/open-research-skills --skill release-management-pradyumnasagar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of managing ORS skill versions, creating changelogs, and updating the marketplace.json file for ORS skills, ensuring consistency and compliance with semantic versioning and marketplace standards.

Core Features & Use Cases

  • Version Management: Semver discipline for per-skill and package-level versioning.
  • Changelog Creation: Guidelines for creating clear, actionable changelogs.
  • Marketplace.json Updates: Automated updates to the marketplace.json file.
  • Use Case: When you're ready to release a new version of an ORS skill, this Skill guides you through the entire release process, ensuring all necessary steps are taken.

Quick Start

Run meta/release-management to start the release workflow for your ORS skill.

Frequently Asked Questions about release-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate semantic versioning for software releases?

To manage software releases, this Skill guides you through version bumping, changelog creation, and marketplace.json updates. It executes validation scripts to ensure release compliance before finalizing the marketplace updates.

What is the best way to update marketplace.json for ORS skill releases?

The best way to update marketplace.json is using an automated release workflow that validates semantic versioning and updates the file with new release metadata. This ensures your ORS skill releases remain compliant with marketplace standards.

How do I create a changelog when releasing a new software version?

Changelog creation during a software version release is guided by defined rules that ensure entries are clear and actionable. This step is integrated into the release workflow alongside version bumping and marketplace updates to maintain consistent release history.

Do I need validation scripts to publish versioning updates to the marketplace?

Validation scripts are required to check integrity before publishing versioning updates to the marketplace. Running these checks ensures your semantic versioning and marketplace.json file updates are fully compliant with marketplace standards before final release.

When should I use semantic versioning for package-level versioning?

Semantic versioning for package-level versioning should be used whenever you release ORS skill updates. It enforces version discipline across individual skills and the overall package, ensuring marketplace compatibility and clear release tracking.