pr-create

Create a GitHub pull request with a structured description from commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pull requests often require a consistent, well-structured description; this skill automates generating a clear PR description and ensures standards are followed.

Core Features & Use Cases

  • Structured PR description: Generates a conventional and readable PR description based on commits since the base branch.
  • Title & template guidance: Creates a concise, compliant PR title and uses a description template for consistent reviews.
  • Review-ready workflow: Supports teams enforcing PR conventions and simplifies code review.

Quick Start

Create a pull request for the current branch using the structured description template.

Frequently Asked Questions about pr-create

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

FAQPage Schema
How do I create a GitHub pull request with a conventional commit title from my current branch?▼

To create a GitHub pull request with a conventional commit title, this skill automates gathering commits from your current branch and generating a compliant PR title and structured description template for consistent code review.

How do I generate a structured PR description from branch commits automatically?▼

Generating a structured PR description is done by categorizing changes from your branch commits since the base branch, automatically creating a readable template that covers all modifications for review-ready workflows.

What is the best way to enforce PR title format and description structure for code reviews?▼

Enforcing PR title format and description structure is handled by automating the pull request creation process, which implements requirements for conventional PR titles and generates a detailed description template for consistent reviews.

Can I use PR automation to push changes to the main branch?▼

PR automation through this skill prohibits force-pushing or pushing directly to main branches, ensuring that changes are safely routed through a standard pull request workflow on your current branch instead.

Does this PR automation tool work with conventional commits workflows?▼

This PR automation tool works with conventional commits workflows by gathering branch commits, categorizing the changes, and generating a conventional PR title and detailed description template that aligns with enforced PR conventions.