Skip to content

chore(ai-skills): add release preparation skills#1735

Merged
Benoît Cortier (CBenoit) merged 6 commits intomasterfrom
chore/release-skills
Apr 1, 2026
Merged

chore(ai-skills): add release preparation skills#1735
Benoît Cortier (CBenoit) merged 6 commits intomasterfrom
chore/release-skills

Conversation

@CBenoit
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds new agent “skills” to streamline release preparation and changelog/Jira workflows for Devolutions Gateway and Devolutions Agent.

Changes:

  • Introduces /prepare-release skill documentation and a PowerShell helper to resolve/bump release versions.
  • Adds /changelog-to-jira skill plus a PowerShell script to create/link/transition Jira tickets from a JSON plan.
  • Adds /toolbox-changelog skill to generate ToolBox-ready, user-facing changelog snippets from CHANGELOG.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.

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>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@CBenoit Benoît Cortier (CBenoit) enabled auto-merge (squash) April 1, 2026 12:51
@CBenoit Benoît Cortier (CBenoit) merged commit 1df1171 into master Apr 1, 2026
79 of 82 checks passed
@CBenoit Benoît Cortier (CBenoit) deleted the chore/release-skills branch April 1, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants