mas-pr-creator

Detects PR creation intent, validates branches, extracts JIRA tickets, generates titles/bodies, and creates pull requests via gh CLI.

1|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/adobecom/mas-claude-config --skill mas-pr-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mas-pr-creator
Source: https://github.com/adobecom/mas-claude-config/tree/main/config/skills/mas-pr-creator
Command: npx skills add https://github.com/adobecom/mas-claude-config --skill mas-pr-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the detection of PR creation intent and guides users through the PR creation process, ensuring adherence to team standards and efficient PR setup.

Core Features & Use Cases

  • PR Intent Detection: Automatically detects when a user wants to create a pull request.
  • PR Creation Guidance: Walks users through the steps of PR creation, including branch validation, pre-flight checks, and title/body generation.
  • Integration with GitHub and JIRA: Utilizes GitHub CLI (gh) to create PRs and extracts JIRA ticket information from branch names.

Quick Start

"create pr"

Frequently Asked Questions about mas-pr-creator

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

FAQPage Schema
How do I automate pull request creation with GitHub CLI?

To automate pull request creation, trigger the workflow with phrases like "create pr". The system detects intent, validates branch conditions, runs pre-flight checks, and uses GitHub CLI to generate titles and bodies automatically.

Can I extract JIRA ticket numbers automatically when creating a PR?

Yes, JIRA ticket numbers are extracted automatically from branch names during the PR creation process. This integration ensures adherence to team standards and links GitHub pull requests directly to JIRA issues.

What prerequisites do I need to set up automated GitHub PR workflows?

You need the gh, git, and npm command-line tools installed and configured. These dependencies allow the automated workflow scripts to validate branch conditions, extract ticket data, and interface with GitHub CLI.

Does automated PR creation validate branch conditions before opening a pull request?

Yes, the workflow validates branch conditions before proceeding. It ensures your current branch passes required pre-flight checks and extracts the correct JIRA information before generating and opening the pull request.

What is the best way to generate PR titles and bodies from JIRA and git data?

The best way is using an automated workflow that parses JIRA ticket numbers from branch names and runs pre-flight checks. It synthesizes this extracted data to generate standardized PR titles and bodies via GitHub CLI.