create-pr

Create GitHub Pull Requests with test results and Jira artifacts.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/thisisqubika/ai-mast-challenge-promptazo --skill create-pr-thisisqubika
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/thisisqubika/ai-mast-challenge-promptazo/tree/main/.claude/skills/create-pr
Command: npx skills add https://github.com/thisisqubika/ai-mast-challenge-promptazo --skill create-pr-thisisqubika

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation of GitHub Pull Requests, automating the verification, artifact collection, branch creation, and PR description generation process, saving time and reducing manual error.

Core Features & Use Cases

  • Automated PR Creation: Generates production-ready PRs with a comprehensive set of artifacts like screenshots, videos, and test results.
  • Single-Repo Workflow: Optimized for single-repo Pull Requests with an option to integrate with the multi-repo workflow.
  • Use Case: Ideal for developers to quickly create PRs after completing their tasks, ensuring all prerequisites are met and all necessary information is provided.

Quick Start

/create-pr [JIRA-KEY]

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate GitHub Pull Request creation from the command line?

Automating GitHub Pull Request creation requires verifying tests, collecting artifacts, and generating descriptions via GitHub CLI. This Skill orchestrates that workflow by coordinating scripts to build production-ready PRs automatically from a Jira ticket key.

Do I need the GitHub CLI installed to automate pull request workflows?

Yes, the GitHub CLI (gh) is required to automate pull request workflows. You also need git and jq installed, plus access to the Jira ticket system to map Jira keys into the generated PR descriptions.

What is included in an automated PR description when using workflow automation?

Automated PR descriptions include formatted summaries linked to Jira tickets alongside collected artifacts. The Skill organizes screenshots, videos, and test results into the PR body to ensure all necessary information is provided for review.

Can I use this automated PR creation tool for multi-repo workflows?

This automated PR creation tool is optimized for single-repo workflows. However, it includes an option to integrate with multi-repo workflows, allowing you to scale your development tooling setup if your architecture requires cross-repository coordination.

What's the best way to generate a GitHub Pull Request after verifying test results?

The best way to generate a GitHub Pull Request after verifying tests is to run the create-pr command with your Jira ticket key. This triggers artifact collection, branch verification, and PR description generation in one structured workflow step.