release-manager

Compare base and target software versions to assess release risk and generate release notes.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/lorrandavid/.dotfiles --skill release-manager-lorrandavid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-manager
Source: https://github.com/lorrandavid/.dotfiles/tree/main/.config/.copilot/skills/release-manager
Command: npx skills add https://github.com/lorrandavid/.dotfiles --skill release-manager-lorrandavid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill gathers inputs for a release comparison and delegates the work to the release-manager agent, enabling teams to evaluate risk and produce both technical and human-readable release documentation.

Core Features & Use Cases

  • Release comparison between a base_version and a target_version to identify changes and risks.
  • Generate both a technical release report and human-readable release notes.
  • Workflow orchestration: gathers commit_log between versions and delegates analysis to a dedicated release-manager subagent.

Quick Start

Provide the base_version and target_version to initiate the release comparison.

Frequently Asked Questions about release-manager

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

FAQPage Schema
How do I generate release notes from a commit log between two versions?

To generate release notes from a commit log, compare a base_version and target_version to gather commit history and produce both technical release reports and human-readable documentation.

What is the best way to assess release risk in a CI/CD workflow?

Release risk assessment in a CI/CD workflow compares base and target software versions by analyzing the gathered commit history between them to evaluate potential deployment risks.

How do I compare two software versions to identify changes and risks?

Comparing two software versions involves providing a base_version and target_version, which gathers the commit log between them and delegates the change and risk analysis to a subagent.

Do I need to provide a base and target version to initiate a release comparison?

Yes, you need to provide a base_version and target_version to initiate the release comparison, which enables the system to gather commits and delegate the risk and documentation analysis.

Can I generate both technical release reports and human-readable notes?

Yes, you can generate both technical release reports and human-readable release notes by delegating the base and target version comparison analysis to a dedicated release-manager subagent.

When do I need to apply version comparison for software releases?

You need to apply version comparison for software releases in CI/CD workflows that require formal risk assessment and the generation of technical and human-readable release documentation.