create-pr

Create GitHub Pull Requests with summaries and test plans from commit context.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill create-pr-sameer-thakkar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/sameer-thakkar/hackin26-next-deimos/tree/main/.cursor/skills/create-pr-ho
Command: npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill create-pr-sameer-thakkar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating well-structured GitHub Pull Requests (PRs) with summaries and test plans, reducing the time spent on repetitive tasks.

Core Features & Use Cases

  • Automated PR Summaries and Plans: Generates summaries and test plans directly from commit messages and optional plan files.
  • GH CLI Integration: Executes tasks with the GitHub CLI, ensuring seamless PR creation.
  • Workflow Support: Supports integration into the entire feature development pipeline, from plan creation to PR generation.

Quick Start

Use the /create-pr command with the optional [base-branch] parameter to create a PR from your current branch.

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 PR creation with structured summaries?

Automating GitHub PR creation involves generating structured descriptions and test plans directly from commit context. This Skill uses the GitHub CLI to create pull requests automatically, ensuring consistent summaries without manual formatting.

Can I generate a PR test plan automatically from commit messages?

Yes, you can generate a PR test plan automatically from commit messages and optional plan files. The Skill extracts commit context to build structured test plans, integrating them directly into the GitHub Pull Request description.

Do I need the GitHub CLI to create pull requests with automated summaries?

Yes, you need the GitHub CLI installed and authenticated to create pull requests with automated summaries. The Skill relies on the `gh` CLI to execute authentication and manage PR operations within your software development workflow.

What's the best way to streamline continuous integration PR workflows?

Streamlining continuous integration PR workflows is best achieved by automating PR generation from feature branches. This Skill integrates into your development pipeline, applying commit context to generate structured PRs for efficient code review processes.

How do I create a PR from my current branch using the command line?

To create a PR from your current branch, use the `/create-pr` command with an optional base branch parameter. This executes GitHub CLI operations to generate a pull request populated with automated summaries and test plans.