feat(skills): add jira-pr-mr-link for GitHub/GitLab ↔ Jira linking - #81
Open
nickboldt wants to merge 3 commits into
Open
feat(skills): add jira-pr-mr-link for GitHub/GitLab ↔ Jira linking#81nickboldt wants to merge 3 commits into
nickboldt wants to merge 3 commits into
Conversation
Ship create-pr-mr.js / link-pr-mr.js as a focused skill (config-driven defaults, no silent builtins). Point raise-pr Step 11 at the linker for Web link + comment while keeping Review transition in raise-pr. https://redhat.atlassian.net/browse/RHIDP-16062 Generated-by: cursor Co-authored-by: Cursor <cursoragent@cursor.com>
Emit browserOpened in the script trailer and document that agents must not xdg-open again when the script already opened the browser. https://redhat.atlassian.net/browse/RHIDP-16062 Generated-by: cursor Co-authored-by: Cursor <cursoragent@cursor.com>
mark-merged was hitting gitlab.com for CEE remotelinks. Parse the host from the Web link URL and pass it to glab so gitlab.cee.redhat.com MRs resolve. https://redhat.atlassian.net/browse/RHIDP-16062 Generated-by: cursor Co-authored-by: Cursor <cursoragent@cursor.com>
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
jira-pr-mr-linkskill withcreate-pr-mr.js/link-pr-mr.js(Web link, structured comment, config-driven defaults, mark-merged).raise-prStep 11 at the linker for remotelink/comment (--no-defaults), keeping Review transition inraise-pr.raise-pr.Test plan
node skills/jira-pr-mr-link/scripts/link-pr-mr.js --helplinkfails with copy/paste setup CTA~/.config/jira-pr-mr-link/config.json: link creates/updates Web link + commentraise-prSKILL.md Step 11 references this skillRef: https://redhat.atlassian.net/browse/RHIDP-16062
Generated-by: cursor