Dev10x:gh-pr-create

Automate GitHub pull request creation with ticket extraction and Job Story summaries.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-gh-pr-create-dev10x-guru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x:gh-pr-create
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/gh-pr-create
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-gh-pr-create-dev10x-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamlines the process of creating GitHub pull requests by automating steps such as ticket extraction, branch preparation, and PR generation with a consistent Job Story format.

Core Features & Use Cases

  • Integrated Ticket Tracking: Automatically extracts issue information from branch names to include in PRs.
  • Branch Preparation: Handles branch pushing, conflict resolution, and checks for uncommitted changes.
  • PR Generation: Automatically generates PRs with a structured format, including a Job Story, commit list, and issue link.

Quick Start

To create a pull request for the current branch, use the command: /Dev10x:gh-pr-create

Frequently Asked Questions about Dev10x:gh-pr-create

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

FAQPage Schema
How do I automate GitHub pull request creation with issue tracking integration?

You can automate GitHub pull request creation by using a tool that extracts ticket info from your branch name, generates a JTBD Job Story, pushes the branch, and opens a draft PR with linked issue tracker references for GitHub Issues, Linear, or JIRA.

Does the PR creation process work with Linear and JIRA issue trackers?

Yes, the PR creation process works with Linear and JIRA issue trackers. It extracts ticket information from the branch name and automatically embeds the corresponding issue tracker link directly into the generated pull request summary.

Do I need the gh CLI installed to create draft pull requests from the command line?

Yes, you need the gh CLI installed and configured with access to the GitHub API. The CLI is required to push your branch, create the draft pull request, post summary comments, and open the PR in your browser.

What is the best way to include a Job Story in a GitHub pull request?

The best way to include a Job Story in a GitHub pull request is to source or generate a JTBD format Job Story during PR creation. This ensures the PR description consistently contains the story alongside the commit list and issue link.

How does branch preparation handle uncommitted changes before opening a GitHub PR?

Branch preparation checks for uncommitted changes before pushing. It handles branch pushing and conflict resolution to ensure your local branch is synchronized and ready for automated draft pull request generation without losing local work.

Why does my automated PR generation include a commit list and summary comment?

Automated PR generation includes a commit list and summary comment to provide a structured overview of changes. It posts a summary comment on the pull request and opens it in your browser for immediate review.