Tag: release-notes
Automated Version Release Workflow Manager
This skill orchestrates the full software release cycle, managing version bumping, Git tagging, and GitHub Release creation. It routes the process based on PR titles and branch names to ensure accurate minor or patch releases.
Generate structured changelog entries from git diffs
This skill analyzes the current Git branch's changes against the develop branch, automatically determining the domain, type, and drafting a public-friendly message. It prompts the user for confirmation before executing the final `just chang…
Summarize upcoming release changes from commits
This skill generates a categorized summary of Pull Requests between two specified commit SHAs. It filters out maintenance changes and groups remaining PRs into features, bug fixes, security updates, and other categories.
Automated Release Note Generation and Tagging
This tool automates the entire software release lifecycle, gathering merged pull requests since the last tag to draft structured release notes. It then handles the necessary Git operations, including creating version tags and optionally dra…
Automated git workflows for development delivery
This skill formalises complex, multi-step git delivery workflows, allowing agents to execute structured processes like conventional commits, safe PR creation, and release note generation. It also facilitates isolated worktree analysis and f…
Summarize upcoming release changes from commits
This skill generates a structured summary of Pull Requests between two specified commit SHAs, filtering out routine changes like chores and dependency updates. It categorises the remaining changes into features, bug fixes, security patches,…
Generates expert-reviewed GitHub release notes
This skill analyzes all PRs merged between two version tags, cross-referencing linked issues and PR metadata. It classifies changes and dispatches specialized agents to assess breaking changes, producing a polished, publication-ready GitHub…
Automates GitHub Release Draft Creation
This skill automates the creation of a draft GitHub release for the C# MCP SDK, ensuring release notes are refreshed with all merged PRs. It rigorously checks for new changes, assesses version impact, and validates code samples before gener…
Documentation and Release Note Patterns
Provides standardised templates and routing rules for creating pull request descriptions, changelogs, and feature documentation. It includes specific instructions for managing image assets and internationalised READMEs.
Automated GitHub Release Notes Generator
This skill automates the generation of publication-ready GitHub release notes by analysing merged pull requests and cross-referencing linked issues. It employs specialised agents to assess breaking changes and provide migration guidance for…
Automated GitLab Release Notes Generation
Automatically generates categorised, polished release notes by comparing two Git references within a GitLab project. It orchestrates commits and merge request data to produce structured changelogs including features, bug fixes, and breaking…