feat(sdlc-workflow): add release-notes skill#195
Draft
ptomanRH wants to merge 1 commit into
Draft
Conversation
Add a new skill that guides engineers and technical writers through the Trusted Profile Analyzer release notes process. The skill operates in three modes: - Document mode: Engineer assesses an issue, fills the release note template (Known Issue / Bug Fix / Feature), and links to a tracker - Review mode: Technical Writer rewrites the text in AsciiDoc format and proposes it for engineer review - Approve mode: Engineer approves or rejects the proposed text The skill automates Jira field updates (Release Note Type, Text, and Status custom fields) and creates Document links to Release Notes tracker epics. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Reviewer's GuideAdds a new Jira-focused File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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
release-notesskill to the sdlc-workflow plugin that guides engineers and technical writers through the RHTPA release notes processDetails
The skill implements the Release Notes Process for Trusted Profile Analyzer as an interactive SDLC workflow, covering all 7 steps across both Engineer and Technical Writer roles.
Three operating modes
/release-notes TC-XXXX/release-notes review TC-XXXX/release-notes approve TC-XXXXRelease Note Templates
Jira Custom Fields Used
customfield_10785— Release Note Typecustomfield_10783— Release Note Textcustomfield_10807— Release Note StatusTest plan
/release-notes TC-XXXXon an issue without release note fields set — verify all 3 templates work/release-notes TC-XXXXon an issue that already has release note fields — verify update flow/release-notes review TC-XXXXon an issue with status "In Progress" — verify AsciiDoc rewrite/release-notes approve TC-XXXXon an issue with status "Proposed" — verify approve/reject flows🤖 Generated with Claude Code
Summary by Sourcery
Add a new sdlc-workflow release-notes skill that guides engineers and technical writers through the end-to-end Jira-based release notes process for Trusted Profile Analyzer.
New Features:
Enhancements: