pr-create

Generate GitHub pull requests from Jira ticket details.

Updated May 18, 2026
One-click install
npx skills add https://github.com/tomsoulage-dedalus/presc-workflows-tools --skill pr-create-tomsoulage-dedalus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-create
Source: https://github.com/tomsoulage-dedalus/presc-workflows-tools/tree/main/skills/pr-create
Command: npx skills add https://github.com/tomsoulage-dedalus/presc-workflows-tools --skill pr-create-tomsoulage-dedalus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, curl, jq, and includes scripts (resource) components.

What problem does it solve?

The creation of pull requests in GitHub is traditionally manual and error-prone. This skill solves the issue by automatically generating PR titles, summaries, and descriptions from the relevant details within Jira tickets, thus reducing human effort and potential inaccuracies.

Core Features & Use Cases

  • Jira Ticket Integration: Automatically extracts information from Jira tickets and constructs PR titles and summaries.
  • Customizable Templates: Allows users to create their own title formats for PRs based on their Jira ticket prefixes.
  • Automated PR Creation: Handles the creation of a GitHub pull request (PR) directly from the command line.
  • Use Case: A software engineer can quickly generate a PR based on a Jira ticket by using the /pr-create command, significantly reducing the time taken to manually set up and create PRs.

Quick Start

Generate a pull request based on the current branch and the Jira ticket details using /pr-create.

Frequently Asked Questions about pr-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a GitHub pull request from a Jira ticket?

You can create a GitHub pull request from a Jira ticket by using a command-line skill that automatically extracts ticket details to populate the PR title, body, and labels. This automates PR creation directly from your terminal.

How do I automate populating PR titles and descriptions from Jira?

Automating PR titles and descriptions from Jira is done by pulling ticket details and applying customizable templates based on Jira prefixes. This automatically constructs the PR summary and reduces manual data entry errors.

Do I need to authenticate with GitHub and Jira to automate PR creation?

Yes, you need to authenticate with both GitHub and Jira to automate PR creation. The process requires valid credentials for both platforms to securely extract ticket details and push the generated pull request to your repository.

What dependencies are required to generate a pull request from the command line?

Generating a pull request from the command line requires the gh, curl, and jq dependencies. These tools facilitate GitHub CLI interactions, API requests, and JSON parsing to automate the PR creation workflow.

Can I customize the PR title format based on my Jira ticket prefixes?

Yes, you can customize the PR title format based on your Jira ticket prefixes. The skill allows users to create their own title templates, ensuring the generated pull request titles align with specific project naming conventions.