Create Pull Request

Create GitHub pull requests with Conventional Commits titles and a PR body template.

1|Updated Nov 3, 2023
One-click install
npx skills add https://github.com/luifertorres/trading-assistant --skill create-pull-request-luifertorres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create Pull Request
Source: https://github.com/luifertorres/trading-assistant/tree/main/.cursor/skills/pr
Command: npx skills add https://github.com/luifertorres/trading-assistant --skill create-pull-request-luifertorres

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a standardized pull request format to streamline code reviews and maintain project hygiene across contributions.

Core Features & Use Cases

  • Enforces Conventional Commits style for PR titles.
  • Provides a PR body template with sections like Summary, Changes, Architecture Impact, Test Plan, and Related.
  • Guides base-branch selection and PR creation workflow to minimize conflicts and duplicate effort.

Quick Start

Create a PR from the current branch to the target base using the standardized title and body 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 automate creating a GitHub pull request with a standardized format?

Automating a standardized GitHub pull request involves enforcing Conventional Commits-style titles and applying a structured PR body template to streamline code reviews and maintain project hygiene.

What is the best way to format a pull request body for code review?

The best way to format a pull request body is using a standardized template with sections for Summary, Changes, Architecture Impact, Test Plan, and Related details to guide reviewers effectively.

How does conventional commits style apply to pull request titles?

Conventional Commits style applies to pull request titles by enforcing a standardized naming convention, ensuring consistent commit history and making automated base-branch determination logic easier to track.

How do I determine the base branch when opening a pull request?

Determining the base branch when opening a pull request is guided by automatic base-branch determination logic, minimizing conflicts and duplicate effort by analyzing the current feature branch context.

Can I use a PR template for feature branch submissions?

Yes, you can use a PR template for feature branch submissions. The workflow applies a standardized body template and Conventional Commits titles to ensure contributions maintain project hygiene across the board.

Why does standardizing pull request formats speed up code reviews?

Standardizing pull request formats speeds up code reviews because enforcing consistent PR titles and structured body templates ensures reviewers immediately understand changes, architecture impact, and test plans without parsing disorganized information.