create-pr

Automate pull request creation with titles, bodies, and pre-submission checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of creating a pull request, from analyzing code changes and generating descriptive titles/bodies to running pre-PR checks and submitting the request via CLI.

Core Features & Use Cases

  • Automated PR Generation: Creates well-formatted PRs with titles, bodies, labels, and reviewers.
  • Pre-PR Checks: Runs linters, tests, and build checks to ensure code quality before submission.
  • Platform Integration: Supports GitHub, GitLab, Bitbucket, and Azure DevOps.
  • Use Case: After finishing a feature, you can invoke this skill to automatically prepare and submit a pull request, ensuring all necessary information and checks are included.

Quick Start

Use the create-pr skill to prepare and submit a pull request for your current changes.

Frequently Asked Questions about create-pr

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

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

You can automate pull request creation by analyzing code changes to generate conventional commit-style titles and detailed markdown bodies, then submitting the request via Git platform CLIs. This standardizes PR quality and expedites reviews.

Can I run pre-submission checks like linting and testing before opening a pull request?

Yes, you can run pre-submission checks like linting, testing, and building before opening a pull request. Executing these checks ensures code quality and validates the changes prior to submission via the CLI.

Does this pull request automation work with GitHub, GitLab, and Azure DevOps?

Yes, this pull request automation works with GitHub, GitLab, and Azure DevOps. It interacts directly with their respective platform CLIs—gh, glab, and az—to submit standardized pull requests after validating your code changes.

What is the best way to standardize pull request titles and bodies?

The best way to standardize pull request titles and bodies is to automatically analyze code changes and generate conventional commit-style titles with detailed markdown bodies. This standardization expedites the review process and ensures quality.

Do I need Git platform CLIs installed to automate pull request submission?

Yes, you need Git platform CLIs installed to automate pull request submission. The automation interacts directly with tools like gh, glab, and az to execute pre-submission checks and submit your standardized pull requests.