feat: add release-delta skill for AIPCC Wheels Builder changelog gene…#18
Open
epacific1 wants to merge 1 commit into
Open
feat: add release-delta skill for AIPCC Wheels Builder changelog gene…#18epacific1 wants to merge 1 commit into
epacific1 wants to merge 1 commit into
Conversation
…ration Add new release-delta skill that generates comprehensive release changelog documentation between two versions of the AIPCC Wheels Builder. Features: - Builder-specific skill for redhat/rhel-ai/wheels/builder repository - Customizable section filtering (highlights, timeline, releases, etc.) - Git-based data collection from tags and commits - Comprehensive release metrics and JIRA ticket tracking - Markdown output for documentation and sprint reporting - Supports full reports or partial sections for quick stakeholder updates Usage examples: - /release-delta v28.4.0 v28.11.0 - /release-delta v28.4.0 v28.11.0 --sections highlights - /release-delta v28.4.0 v28.11.0 --sections header,timeline,highlights Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Author
|
@gnaponie PR added for your review. |
adrianriobo
reviewed
Mar 31, 2026
| - **Konflux Release Orchestration** - Automate stage-to-production release workflows on the Konflux platform | ||
| - **AWS Log Analysis** - Troubleshoot and analyze CloudWatch Logs with advanced querying | ||
| - **Slack Utilities** - Search messages, post updates, and interact with Slack workspaces | ||
| - **Release Delta Generation** - Generate comprehensive release changelogs between AIPCC Wheels Builder versions with customizable sections |
Contributor
There was a problem hiding this comment.
Can we try to avoid internal product naming here? it is fine just to change for Product Name or whatever
|
|
||
| ### 5. Release Delta Skill | ||
|
|
||
| Generate comprehensive release changelog documentation between two versions of the **AIPCC Wheels Builder** repository (`git@gitlab.com:redhat/rhel-ai/wheels/builder.git`). |
Contributor
There was a problem hiding this comment.
same here, internal product ref should come from product context, may the skill can get it as param?
| **Key Features:** | ||
| - Customizable section filtering (header, timeline, highlights, releases, summary, impact, jira, upgrade, contributors, references) | ||
| - Git-based data collection (tags, commits, release notes) | ||
| - Comprehensive release metrics and JIRA ticket tracking |
Contributor
There was a problem hiding this comment.
would this need jira integratrion?
| @@ -0,0 +1,282 @@ | |||
| --- | |||
| name: release-delta | |||
Contributor
There was a problem hiding this comment.
Is it possible to add gitlab as prefix in the name to have a clear vision of the context of the skill...just something like gitlab-release-delta (just to follow naming convention?)
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.
Summary
Add new release-delta skill that generates comprehensive release changelog documentation between two versions of the AIPCC Wheels Builder repository.
Features
redhat/rhel-ai/wheels/builderGitLab repositoryUsage Examples