Skip to main content
Generalmarkus41

jira:pr

Create pull request linked to Jira issue. Use when the user wants to "create PR", "open pull request", "submit for review", or "jira pr".

Stars
12
Source
markus41/claude
Updated
2026-05-11
Slug
markus41--claude--jira-pr
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/.claude/skills/jira-pr/SKILL.md -o .claude/skills/jira-pr.md

Drops the SKILL.md into .claude/skills/jira-pr.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Jira Pull Request Creation

Create a pull request linked to a Jira issue with proper formatting and linking.

Usage

/jira:pr <issue-key>

Features

  • Creates GitHub PR
  • Links PR to Jira issue
  • Adds Jira issue key to title
  • Generates comprehensive description
  • Requests reviewers
  • Transitions issue to "In Review"

Related Commands

  • /jira:commit - Create smart commit first
  • /jira:review - Request code review