pull-request

Create and submit GitHub pull requests from a feature branch.

12|2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/haomingz/kimi-skills --skill pull-request-haomingz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull-request
Source: https://github.com/haomingz/kimi-skills/tree/main/skills/pull-request
Command: npx skills add https://github.com/haomingz/kimi-skills --skill pull-request-haomingz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and submission of GitHub pull requests from a feature branch.

Core Features & Use Cases

  • Create PRs from the current branch with a descriptive title and body.
  • Ensure changes are pushed and branches follow naming conventions.
  • Use cases include code reviews, feature development, and collaborative workflows.

Quick Start

Push your feature branch and tell your AI to submit a pull request with an appropriate title and description.

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 a feature branch?

You can automate GitHub pull request creation by using a guided flow that pushes your feature branch and submits the PR via the gh CLI or GitHub API. It enforces a descriptive title and body format.

What is the best way to ensure my branch is pushed before submitting a pull request?

The best way to ensure your branch is pushed before submitting a pull request is to use an automated workflow that validates branch naming conventions and pushes changes before creating the PR.

Can I enforce a specific title and description format when creating pull requests?

Yes, you can enforce a specific title and description format when creating pull requests by using an automated submission flow that applies formatting rules before sending the request to GitHub.

Does this pull request automation work with standard GitHub code review workflows?

Yes, this pull request automation works with standard GitHub code review workflows. It is designed for collaborative environments where contributors push changes and need formal review via PRs.

How does automated branch management handle code review submissions?

Automated branch management handles code review submissions by verifying the feature branch is pushed, applying naming conventions, and using the GitHub API to submit the pull request with required metadata.

Do I need the GitHub CLI to submit pull requests automatically?

You can submit pull requests automatically using either the GitHub CLI (gh) or the GitHub API. The automation tool leverages these interfaces to formalize code review submissions from your feature branch.