pr

Group code changes into focused pull requests with parallel agent workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kokiebisu/life --skill pr-kokiebisu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/kokiebisu/life/tree/main/skills/pr
Command: npx skills add https://github.com/kokiebisu/life --skill pr-kokiebisu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and organization of pull requests by grouping related changes to improve review efficiency and reduce cognitive load.

Core Features & Use Cases

  • Grouped PRs: automatically group related changes into focused PRs (≤200 lines) for easier review.
  • Parallel PRs with Agent Teams: leverage parallel teammates to accelerate multi-PR workflows when available.
  • Step-by-step Workflow: guidance for analyzing changes, forming groups, splitting large groups, and performing verification before PR creation.

Quick Start

Create grouped PRs by analyzing changes, forming logical groups, and generating corresponding PRs with concise descriptions.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I split large git changes into smaller, grouped pull requests?

To split large git changes into grouped pull requests, you analyze changes, form logical groups, and split large groups into focused PRs of 200 lines or less to reduce cognitive load and improve review efficiency.

What is the best way to automate pull request creation for multiple changes?

Automating pull request creation is best achieved by using a workflow that organizes related changes into focused PRs and coordinates parallel execution via agent teams, generating standardized PRs with concise descriptions.

Can I create multiple pull requests in parallel from a single workflow?

Yes, you can create multiple pull requests in parallel by leveraging parallel teammates or agent teams to accelerate multi-PR workflows when available in your collaborative software project environment.

When should I organize code changes into focused pull requests?

You should organize code changes into focused pull requests when working on collaborative software projects that require efficient code review and scalable PR management to reduce reviewer cognitive load.

What are the limitations of grouping changes for code review?

A limitation of grouping changes is that groups exceeding 200 lines require splitting into smaller focused PRs, and parallel PR generation depends on the availability of parallel teammates or agent teams in your workflow.