create-pr

Automate pull request creation for the Lanes project using the GitHub CLI.

11|2|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/FilipeJesus/lanes --skill create-pr-filipejesus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/FilipeJesus/lanes/tree/main/.claude/skills/create-pr
Command: npx skills add https://github.com/FilipeJesus/lanes --skill create-pr-filipejesus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating pull requests, ensuring consistency and adherence to project contribution guidelines.

Core Features & Use Cases

  • Automated PR Creation: Guides the user through committing, pushing, and creating a pull request using the GitHub CLI.
  • Enforces Contribution Guidelines: Checks branch naming conventions and commit message formats.
  • Use Case: After completing a new feature, use this Skill to automatically generate a well-formatted pull request ready for review.

Quick Start

Use the create-pr skill to create a pull request for the current branch.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I create a pull request with conventional commit formats?

Creating a pull request with conventional commit formats is automated by this Skill, which enforces contribution guidelines and guides you through committing, pushing, and submitting via the GitHub CLI.

What is the best way to enforce branch naming conventions before opening a GitHub pull request?

Enforcing branch naming conventions before opening a GitHub pull request is handled by this Skill, which verifies your branch name and commit message formats against project standards.

Does the GitHub CLI work with this Skill for automated PR submission?

Yes, the GitHub CLI works with this Skill to automate PR submission by pushing your changes to remote and generating a pull request using a predefined description template.

How to check git code status before committing changes for a pull request?

To check git code status before committing changes for a pull request, this Skill guides you through verifying your working directory and ensuring everything is ready before submission.

Why does my pull request get rejected for not following contribution guidelines?

Your pull request may get rejected for not following contribution guidelines because branch naming and commit message formats were not verified, which this Skill automates to ensure consistency.