pull-request

Create and submit GitHub pull requests for the current branch.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Zidane786/os-coding-agents --skill pull-request-zidane786
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull-request
Source: https://github.com/Zidane786/os-coding-agents/tree/main/kimi-cli/.agents/skills/pull-request
Command: npx skills add https://github.com/Zidane786/os-coding-agents --skill pull-request-zidane786

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and submission of GitHub pull requests for the current branch, reducing manual steps and ensuring consistent PR metadata.

Core Features & Use Cases

  • Create a PR from the current branch to the target base branch, push changes if needed, and submit with an English title and description that align with your commit message conventions.
  • Enforce conventional PR title formats and include a concise description of changes to improve reviewer clarity.
  • Use cases include feature work, bug fixes, or refactoring across collaborative GitHub repositories.

Quick Start

Create and submit a GitHub pull request for your current branch with an English title and description that reflect your changes.

Frequently Asked Questions about pull-request

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

FAQPage Schema
How do I automate GitHub pull request creation from my current branch?

Automating GitHub pull request creation involves pushing your current branch and submitting a PR with an English title and description that align with your commit messages. This process targets the appropriate base branch automatically to reduce manual steps and ensure consistent metadata.

Does this pull request automation enforce conventional commit message formats?

Yes, this pull request automation enforces conventional PR title formats and generates descriptions based on your commit message conventions. It creates an English title and body that reflect your changes to improve code review clarity for collaborative GitHub repositories.

Can I submit a GitHub pull request without manually pushing my branch first?

You can submit a GitHub pull request without manual pushing because this automation pushes your current branch when necessary. It handles the branch push and PR submission in one step, generating an English title and description aligned with your commit messages.

What is the best way to generate a PR title and description for code review?

The best way to generate a PR title and description for code review is using automation that aligns the text with your commit messages. It enforces conventional PR title formats and includes a concise description of changes to improve reviewer clarity across GitHub repositories.

When do I need automated pull request submission for feature development?

You need automated pull request submission for feature development, bug fixes, or refactoring across collaborative GitHub repositories. It reduces manual steps by pushing your current branch and creating a PR with consistent metadata, ensuring English titles and descriptions align with commit conventions.