create-pull-request

Create GitHub pull requests via gh CLI with commit validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/galafis/fonte --skill create-pull-request-galafis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pull-request
Source: https://github.com/galafis/fonte/tree/main/_kilo_marketplace_temp/skills/create-pull-request
Command: npx skills add https://github.com/galafis/fonte --skill create-pull-request-galafis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of GitHub pull requests by validating commits, managing branches, and submitting PRs via gh CLI, ensuring adherence to project conventions.

Core Features & Use Cases

  • Automated PR creation from a feature branch.
  • Commit analysis and branch hygiene.
  • PR creation using gh CLI with project templates.
  • Use Case: When you finish a feature and need code review and integration.

Quick Start

Create a pull request from your current branch to the main base using gh and the project’s PR template.

Frequently Asked Questions about create-pull-request

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

FAQPage Schema
How do I create a GitHub pull request from a feature branch automatically?

To create a GitHub pull request automatically, you can use a Skill that validates commits, manages branch alignment, and submits the PR via gh CLI while adhering to project conventions. This ensures the pull request is generated cleanly from your feature branch to the base branch.

How does gh CLI handle pull request creation and base branch alignment?

The gh CLI handles pull request creation by taking your current feature branch, validating commit hygiene, and submitting the PR against the designated base branch. It ensures adherence to project templates and alignment before opening the request.

Do I need gh CLI authentication before submitting a pull request?

Yes, you need gh CLI availability and authentication before submitting a pull request. The automation process explicitly checks for gh CLI setup and valid authentication to ensure it can successfully open the pull request on your behalf.

What's the best way to ensure code review readiness when opening a pull request?

The best way to ensure code review readiness when opening a pull request is to use an automation that analyzes commits and checks branch hygiene. This validates that your feature branch aligns with project conventions before submitting the PR for review.

Can I use project PR templates when automating pull request creation?

Yes, you can use project PR templates when automating pull request creation with gh CLI. The automation ensures the pull request submission adheres to the project's specific templates and conventions during the creation process.

Pull request automation not working, what are common branch management limitations?

If pull request automation is not working, limitations often involve missing gh CLI authentication or unvalidated commits. The automation requires proper branch hygiene, valid commit adherence, and base branch alignment to function without errors.