Jira Pr Comment banner
mkober mkober

Jira Pr Comment

Git community

Description

--- name: jira-pr-comment description: Post a comment on a Jira issue about a PR (plan agent only — user-initiated) roles: [plan] tags: [jira, github, pr, integration] --- ## Jira PR comment Post a comment on a Jira issue with PR details and a summary of addressed Copilot review feedback. The Jira issue key is extracted from the branch name. > **This is user-initiated and plan-only.** Jira is a shared system the user's team sees, so writes are gated to the plan agent (`CheckAtlassianAuthority

Installation

Installs to ~/.claude/skills/mkober-muxcode-jira-pr-comment/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mkober-muxcode-jira-pr-comment && curl -fsSL https://raw.githubusercontent.com/mkober/muxcode/HEAD/skills/jira-pr-comment.md -o ~/.claude/skills/mkober-muxcode-jira-pr-comment/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository