pr

Create GitHub pull requests from local branches and uncommitted changes.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/1154761334/it-bidding-copilot --skill pr-1154761334
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/1154761334/it-bidding-copilot/tree/main/frontend/.agents/skills/pr
Command: npx skills add https://github.com/1154761334/it-bidding-copilot --skill pr-1154761334

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of creating and managing pull requests, reducing manual effort and ensuring consistency in version control workflows.

Core Features & Use Cases

  • Automated PR Creation: Generate pull requests based on current branch, uncommitted changes, and existing code status.
  • Branch Management: Analyze local changes to suggest or create new branches for commits.
  • Use Case: A developer finishes a feature and wants to swiftly generate a pull request to merge into the canary branch; this Skill guides through the entire process from diff analysis to PR submission.

Quick Start

When ready to submit your code, ask the AI to create a pull request based on your current branch and changes, following the recommended branch naming and commit guidelines.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate pull request creation from my local git branch?

Automating pull request creation from local repositories analyzes your current branch, uncommitted changes, and code status to generate a GitHub pull request. It guides you through the process from diff analysis to PR submission, ensuring faster code reviews and collaboration.

What is the best way to manage branching strategies and create pull requests?

Managing branching strategies for pull requests involves analyzing local changes to suggest or create new branches for commits. This approach ensures adherence to branching guidelines and integrates issue references seamlessly into your version control workflow.

Can I generate a GitHub pull request with uncommitted changes still present?

Generating a GitHub pull request with uncommitted changes is supported by analyzing the current code status and existing diffs. The workflow evaluates both committed and uncommitted modifications to suggest appropriate branches and guide PR submission.

Does automated pull request creation work with issue and link references?

Automated pull request creation works with issue and link references by integrating them seamlessly into the submission. This ensures your GitHub pull requests maintain proper traceability and connection to relevant project issues during version control workflows.

How do I submit a feature branch to a canary branch using a pull request?

Submitting a feature branch to a canary branch via pull request requires analyzing your local diffs and following branch naming guidelines. The automation guides the entire process from diff analysis to PR submission for swift code merges.