create-pr

Create a GitHub pull request with a structured description from branch commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams automatically generate a pull request with a structured, standardized description based on current branch context and commits, reducing manual PR drafting time and ensuring consistency.

Core Features & Use Cases

  • Generate a PR description that summarizes changes by analyzing modified layers (Domain, Application, Infrastructure, Host, Frontend, Tests).
  • Create the PR on GitHub using gh pr create, pushing the feature branch with an appropriate title and body format.
  • Use cases include onboarding features, bug fixes, and refactors where a consistent PR narrative accelerates review and merging.

Quick Start

Invoke the skill on your feature branch to generate a PR with a structured description and create it on GitHub.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate pull request creation with a structured description on GitHub?

You can automate pull request creation by invoking this skill on your feature branch, which analyzes modified layers like Domain, Application, and Infrastructure, then pushes the branch and uses gh pr create to generate a standardized PR body.

What is the best way to generate a consistent PR body from git commits?

Generating a consistent PR body is done by inspecting your current git branch and commits, analyzing modified layers such as Frontend and Tests, and composing a structured description to ensure a standardized PR format for reviewers.

Does this PR automation tool require the gh CLI to create pull requests?

Yes, this PR automation requires the gh CLI, as it pushes the feature branch to origin and executes gh pr create to open the pull request on GitHub with the structured description.

Can I use this to generate a pull request description for refactoring and bug fixes?

Yes, you can use this to generate a pull request description for refactoring and bug fixes, as it analyzes the modified layers in your commits to compose a consistent PR narrative that accelerates review.

How does the skill analyze modified layers like Domain and Infrastructure for a pull request?

The skill analyzes modified layers like Domain and Infrastructure by inspecting the current git branch and commits, using that context to categorize changes and compose a structured PR description that maintains consistency.

What should I do if gh pr create is not working after pushing my feature branch?

If gh pr create is not working, ensure your feature branch is pushed to origin first, as the skill pushes the branch before creating the PR; also verify your gh CLI authentication and repository permissions are correctly configured.