create-pr

Create GitHub pull requests with auto-assignment and descriptions from recent commits.

7|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/tartinerlabs/skills --skill create-pr-tartinerlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/tartinerlabs/skills/tree/main/skills/create-pr
Command: npx skills add https://github.com/tartinerlabs/skills --skill create-pr-tartinerlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation and management of pull requests, including auto-assignment and concise descriptions to streamline code reviews.

Core Features & Use Cases

  • Create and push a PR from the current branch
  • Auto-assign the PR to the current user or a designated reviewer
  • Generate a concise, descriptive PR body from recent commits

Quick Start

Push a feature branch and run the skill to generate a PR with an auto-assigned author and a concise description.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate creating a GitHub pull request from the current branch?

Automating GitHub pull requests involves pushing your branch, generating a PR description from recent commits, and creating the PR. This skill handles these steps to streamline code integration and code reviews.

Can I auto-assign a GitHub pull request to a specific reviewer?

Yes, you can auto-assign PRs to a designated reviewer or the current user. When automating pull request creation, the skill applies auto-assignments to ensure the correct reviewers are notified for code reviews.

Do I need Git and GitHub authentication to auto-generate pull requests?

You need Git and GitHub authentication to use this automation. The skill requires valid GitHub authentication to perform remote operations, push branches, and manage pull request creation.

How does the PR description get generated from recent commits?

The pull request description is generated by analyzing your recent Git commits. This automation creates a concise, descriptive PR body summarizing the code changes to prepare them for integration and review.

What is the best way to streamline code reviews for GitHub integration?

Streamlining code reviews is achieved by automating pull request management. This skill pushes feature branches, auto-generates descriptive PR bodies from commits, and assigns reviewers, reducing manual overhead during code integration.