create-pr

Generate concise PR descriptions with scope, validation, and rollout notes.

264|27|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/PacificStudio/openase --skill create-pr-pacificstudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/PacificStudio/openase/tree/main/internal/builtin/skills/create-pr
Command: npx skills add https://github.com/PacificStudio/openase --skill create-pr-pacificstudio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR descriptions are often vague or omit critical scope, validation, and rollout notes, leading to unclear changes and extended review cycles.

Core Features & Use Cases

  • Generate concise PR descriptions that clearly articulate the scope of changes, rationale, and impact.
  • Include explicit validation steps and rollout notes to facilitate smooth reviews, testing, and deployment.
  • Use with feature, bugfix, or refactor PRs across single or multi-commit workflows.

Quick Start

Provide a concise PR description for the current branch changes, including scope, validation, and rollout notes.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I write a pull request description that clearly states scope and rationale?

To write a pull request description with clear scope, generate a concise summary covering the scope of changes, rationale, and impact. Enforce inclusion of explicit validation steps and rollout notes suitable for CI workflows and code reviews.

What should be included in PR rollout notes for CI workflows?

PR rollout notes for CI workflows must include explicit validation steps and deployment instructions. These notes ensure smooth code reviews and testing by clarifying the rationale and impact of feature, bugfix, or refactor changes.

How do I generate PR descriptions for multi-commit feature branches?

Generating PR descriptions for multi-commit feature branches requires aggregating commits into a concise, targeted overview. The description must enforce explicit scope, validation steps, and rollout notes suitable for the code review process.

Does this PR generation approach work for both bugfix and refactor scenarios?

Yes, this PR generation approach applies to bugfix and refactor scenarios across single- and multi-commit workflows. It generates concise descriptions that clearly articulate the scope, rationale, and impact of the code changes for review.

Why are vague pull request descriptions a problem for code review cycles?

Vague pull request descriptions are problematic because they omit critical scope, validation, and rollout notes. This lack of clarity leads to unclear changes and extended review cycles, delaying the deployment of features and bugfixes.