---
title: "Create Pull Request Command"
description: "Create a new branch, commit changes, and submit a pull request."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/create-pr
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:19:08.984Z
license: CC-BY-4.0
attribution: "Create Pull Request Command — Claudary (https://claudary.paisolsolutions.com/skills/create-pr)"
---

# Create Pull Request Command
Create a new branch, commit changes, and submit a pull request.

## Overview

# Create Pull Request Command

Create a new branch, commit changes, and submit a pull request.

## Behavior
- Creates a new branch based on current changes
- Formats modified files using Biome
- Analyzes changes and automatically splits into logical commits when appropriate
- Each commit focuses on a single logical change or feature
- Creates descriptive commit messages for each logical unit
- Pushes branch to remote
- Creates pull request with proper summary and test plan

## Guidelines for Automatic Commit Splitting
- Split commits by feature, component, or concern
- Keep related file changes together in the same commit
- Separate refactoring from feature additions
- Ensure each commit can be understood independently
- Multiple unrelated changes should be split into separate commits

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/create-pr) · https://claudary.paisolsolutions.com
