chore(ai-skills): add release preparation skills#1735
Merged
Benoît Cortier (CBenoit) merged 6 commits intomasterfrom Apr 1, 2026
Merged
chore(ai-skills): add release preparation skills#1735Benoît Cortier (CBenoit) merged 6 commits intomasterfrom
Benoît Cortier (CBenoit) merged 6 commits intomasterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new agent “skills” to streamline release preparation and changelog/Jira workflows for Devolutions Gateway and Devolutions Agent.
Changes:
- Introduces
/prepare-releaseskill documentation and a PowerShell helper to resolve/bump release versions. - Adds
/changelog-to-jiraskill plus a PowerShell script to create/link/transition Jira tickets from a JSON plan. - Adds
/toolbox-changelogskill to generate ToolBox-ready, user-facing changelog snippets fromCHANGELOG.md.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
.agents/skills/toolbox-changelog/SKILL.md |
Defines rules for extracting/scoping/rewording CHANGELOG.md entries into ToolBox format. |
.agents/skills/toolbox-changelog/README.md |
Documents prerequisites/usage expectations for the ToolBox changelog skill. |
.agents/skills/prepare-release/SKILL.md |
End-to-end release-prep playbook (version bump, changelog insertion/cleanup, Jira, ToolBox output, commit). |
.agents/skills/prepare-release/scripts/resolve-version.ps1 |
Resolves next version from VERSION using minor/major or explicit version input. |
.agents/skills/prepare-release/README.md |
Lists tooling prerequisites (git-cliff, PowerShell, JiraPS/token/MCP setup). |
.agents/skills/changelog-to-jira/SKILL.md |
Specifies parsing/grouping logic and the JSON-plan workflow for Jira ticket creation. |
.agents/skills/changelog-to-jira/scripts/invoke-jira.ps1 |
Implements Jira ticket creation/linking/transitioning from a JSON plan and outputs a result JSON. |
.agents/skills/changelog-to-jira/README.md |
Documents environment/module/token requirements for the Jira automation script. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Vladyslav Nikonov (vnikonov-devolutions)
approved these changes
Apr 1, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated 8 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.