create-pr

Automate git commits, pushes, and pull request creation across multiple repositories.

285|906|Updated Jun 7, 2018
One-click install
npx skills add https://github.com/PaddlePaddle/docs --skill create-pr-paddlepaddle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/PaddlePaddle/docs/tree/main/docs/dev_guides/coding_agent/api_compatibility/.claude/skills/create-pr
Command: npx skills add https://github.com/PaddlePaddle/docs --skill create-pr-paddlepaddle

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of submitting code changes to multiple repositories, reducing manual effort and minimizing errors in version control workflows.

Core Features & Use Cases

  • Automated Git Operations: Checks repository status, commits changes, and pushes to specific branches without manual commands.
  • PR Generation: Creates pull requests with predefined titles and detailed bodies, ensuring consistent documentation of changes.
  • Use Case: Developers can quickly prepare and submit updates across multiple related repositories, such as updating API docs and codebases simultaneously, saving time and ensuring synchronization.

Quick Start

Use the create-pr skill to automatically commit your changes and open pull requests for multiple related GitHub repositories.

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 across multiple related repositories?

Automating pull request creation across multiple repositories is handled by coordinating git operations like commit and push to specific branches, then generating pull requests with predefined titles and bodies to ensure fast and reliable synchronization.

What is the best way to synchronize API documentation updates with codebase changes in version control?

The best way to synchronize API docs with codebases is using automated repository management that commits changes and opens pull requests for multiple related GitHub repositories simultaneously, saving time and ensuring documentation synchronization.

Can I push code to specific branches and generate PRs without manual git commands?

Yes, you can push code and generate PRs without manual commands. The Skill checks repository status, commits changes, pushes to specific branches, and creates pull requests with predefined titles and detailed bodies automatically.

Do I need any CI/CD pipeline dependencies to use automated code submission workflows?

No external CI/CD pipeline dependencies are required. The Skill operates independently to coordinate multi-repository git operations, commits, pushes, and pull request creation for developer workflows and documentation synchronization.

When should I use automated repository management for pull requests instead of manual submission?

You should use automated repository management for pull requests when you need to quickly prepare and submit updates across multiple related repositories simultaneously, reducing manual effort and minimizing errors in version control workflows.