create-pr

Automate pull request creation by analyzing git status and generating standardized draft files.

2.1k|247|Updated Mar 28, 2025
One-click install
npx skills add https://github.com/ByteDance-Seed/VeOmni --skill create-pr-bytedance-seed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/ByteDance-Seed/VeOmni/tree/main/.agents/skills/create-pr
Command: npx skills add https://github.com/ByteDance-Seed/VeOmni --skill create-pr-bytedance-seed

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating pull requests by checking current branch state, handling uncommitted changes, and generating standardized PR drafts, reducing manual effort and errors.

Core Features & Use Cases

  • Automatic PR Draft Generation: Creates structured draft files with titles and descriptions based on Git changes.
  • Workflow Automation: Checks branch status, uncommitted changes, and existing PRs to streamline pull request management.
  • Use Case: When a developer completes a feature, they can invoke this Skill to prepare a PR draft, push changes, and initiate a pull request without manual editing.

Quick Start

Ask the AI to prepare a pull request draft for your current branch to get started.

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 my git branch?

You can automate pull request creation by analyzing your git status to generate standardized titles and descriptions. This process prepares a structured PR draft, pushes changes, and initiates a pull request without manual editing.

What is the best way to generate a PR draft for uncommitted changes?

The best way to handle uncommitted changes is using an automated workflow that checks your branch status. It processes uncommitted changes and automatically creates a structured draft file for your pull request.

Does this workflow automation support GitHub pull requests?

Yes, this workflow automation supports seamless integration with GitHub pull requests. It streamlines pull request management by checking existing PRs and preparing draft files directly within GitHub workflows.

How do I prepare a pull request draft for review without manual editing?

To prepare a pull request draft without manual editing, invoke an automated workflow that analyzes your current branch state. It generates a standardized title and description, preparing the draft file for immediate review and submission.

Can I streamline pull request management when I complete a feature?

Yes, you can streamline pull request management when completing a feature by invoking automated draft generation. It checks your branch, pushes changes, and initiates a pull request to reduce manual overhead during code collaboration.