create-pr

Automate GitHub pull request creation with consistent naming and metadata.

1|1|Updated May 1, 2026
One-click install
npx skills add https://github.com/funsaized/claude-and-codex-settings --skill create-pr-funsaized
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/funsaized/claude-and-codex-settings/tree/main/plugins/github-dev/skills/create-pr
Command: npx skills add https://github.com/funsaized/claude-and-codex-settings --skill create-pr-funsaized

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end pull request creation and PR metadata preparation for GitHub-based projects, reducing manual overhead and errors when merging code changes.

Core Features & Use Cases

  • Automated PR creation: generate PRs from feature branches with consistent naming and messaging.
  • PR metadata generation: craft clear titles and bodies, link related issues and commits.
  • Workflow automation: coordinate with subagents to push branches, run checks, and open PRs in GitHub.

Quick Start

Pushes the current branch changes and creates a PR with a descriptive title and body.

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 for a GitHub feature branch?

Automating pull request creation involves pushing your current feature branch changes and opening a GitHub PR with a descriptive title and body. This enforces consistent branch naming conventions and messaging.

What is PR metadata generation and how does it help code reviews?

PR metadata generation is the process of crafting clear titles and bodies for pull requests while linking related issues and commits. It improves code reviews by providing consistent context and preserving session findings for future iterations.

Can I use workflow automation to push branches and run checks before opening a PR?

Yes, workflow automation can coordinate with subagents to push branches, run checks, and open pull requests in GitHub. This reduces manual overhead and errors when merging code changes across your projects.

Does automated PR creation enforce branch naming conventions and link related issues?

Yes, automated PR creation enforces branch naming conventions during the process. It also prepares PR metadata by linking related issues and commits to ensure consistent review context for feature branches.

What is the best way to maintain consistent PR titles and bodies for documentation updates?

The best way to maintain consistent PR titles and bodies for documentation updates is to automate end-to-end pull request creation. This generates clear metadata and links related commits automatically.

Why does automated pull request metadata preparation preserve session findings?

Automated pull request metadata preparation preserves session findings and motivation to provide review context for future iterations. This ensures the original goals of the code changes are accurately documented.