create-pull-request

Create GitHub pull requests with titles, summaries, and reviewer suggestions.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill create-pull-request-greenmamba29
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pull-request
Source: https://github.com/Greenmamba29/skillsdotmd_web/tree/main/.agents/skills/create-pull-request
Command: npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill create-pull-request-greenmamba29

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of well-structured GitHub pull requests, saving developers time and ensuring consistency in PR descriptions and reviewer assignments.

Core Features & Use Cases

  • Automated PR Generation: Creates PRs with titles, summaries, and test plans based on code diffs.
  • Intelligent Reviewer Suggestions: Identifies potential reviewers from CODEOWNERS or commit history.
  • Use Case: After completing a new feature on a branch, use this Skill to automatically generate a PR targeting the main branch, complete with a summary of changes, a testing plan, and suggested reviewers.

Quick Start

Use the create-pull-request skill to create a pull request from the 'feature/new-login' branch to the 'develop' branch, assigning '@user' as a reviewer.

Frequently Asked Questions about create-pull-request

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

FAQPage Schema
How do I automate GitHub pull request creation from code diffs?

You can automate GitHub pull request creation by analyzing code differences and commit history to generate descriptive titles, summaries, and test plans automatically. This ensures well-structured PRs without manual formatting effort.

Can I automatically suggest reviewers for my pull request based on commit history?

Yes, you can suggest reviewers for a pull request automatically by identifying potential candidates from CODEOWNERS files or analyzing commit history contribution patterns. This streamlines the reviewer assignment process.

How do I generate a PR summary and test plan from git workflow changes?

To generate a PR summary and test plan from git workflow changes, the Skill analyzes code differences and commit history to produce descriptive summaries and structured testing plans for the pull request.

Does this PR automation tool support draft pull requests and automated labeling?

Yes, this PR automation tool supports both automated labeling and draft pull request creation. You can generate draft PRs complete with summaries of changes and assigned reviewers.

What's the best way to create a pull request from a feature branch to the develop branch?

The best way to create a pull request from a feature branch to the develop branch is using automated generation, which targets the destination branch and populates the PR with change summaries, testing plans, and suggested reviewers.