pr-create

Generate pull request titles and descriptions from branch diffs.

1|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/furiosa-ai/agent_skills --skill pr-create-furiosa-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-create
Source: https://github.com/furiosa-ai/agent_skills/tree/main/pr-create
Command: npx skills add https://github.com/furiosa-ai/agent_skills --skill pr-create-furiosa-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates pull request creation by generating an AI-assisted title and description from the final diff of the current branch, reducing manual editing and turnaround time.

Core Features & Use Cases

  • Check for existing PRs to avoid duplicates
  • Analyze the final diff to craft a clear, high-quality PR title and body
  • Apply repository templates when available and require user confirmation before creation
  • Return a PR URL and ensure alignment with project conventions

Quick Start

Ask me to create a PR from your current branch, and I will generate an AI-assisted title and description.

Frequently Asked Questions about pr-create

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

FAQPage Schema
How do I generate a pull request title and description from a branch diff?

You can generate a pull request title and description by analyzing the final diff of your current branch. This skill uses AI to analyze the diff and automatically crafts a clear PR title and body, reducing manual editing and turnaround time.

Does the PR generation workflow check for existing pull requests to avoid duplicates?

Yes, the PR generation workflow checks for existing pull requests to avoid duplicates. It analyzes your current branch and verifies if a PR already exists before attempting to create a new one with an AI-assisted title and description.

Can I use repository templates when creating a pull request with AI?

You can use repository templates when creating a pull request with AI. The workflow applies available repository templates to the generated PR body and requires your final confirmation before proceeding to ensure alignment with project conventions.

What is the best way to ensure my automated pull request follows project conventions?

The best way to ensure your automated pull request follows project conventions is to use a workflow that locates the base branch and analyzes diffs using marketplace scripts. This ensures PR consistency before generating the final title and description.

How does AI-assisted diff analysis work for pull request creation?

AI-assisted diff analysis for pull request creation works by processing the final diff of your current branch. It uses marketplace scripts to locate the base branch, analyzes the code changes, and generates a high-quality PR title and body that reflects the actual updates.

Will I need to confirm the pull request before the workflow completes?

You will need to confirm the pull request before the workflow completes. The skill requires user confirmation before proceeding with the creation, ensuring you review the AI-generated title and description and the applied repository templates before final submission.