create-pr

Generate PR titles and bodies from feature branches and submit via GitHub CLI.

Updated Jan 23, 2024
One-click install
npx skills add https://github.com/TeamMagicOfConch/conch --skill create-pr-teammagicofconch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/TeamMagicOfConch/conch/tree/main/.cursor/skills/create-pr
Command: npx skills add https://github.com/TeamMagicOfConch/conch --skill create-pr-teammagicofconch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create clean PRs from feature branches by generating accurate titles, templates, and verification notes to accelerate reviews and maintain consistency.

Core Features & Use Cases

  • Generate PR titles and bodies aligned with repository templates
  • Ensure verification notes, tests, and deployment considerations are included
  • Use case: open a PR from a feature branch and auto-fill the body with a structured template

Quick Start

Use the skill to generate a PR draft from your current branch and open it with GitHub CLI.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automatically generate a pull request body from a feature branch?

To generate a pull request body from a feature branch, this skill inspects your branch changes and auto-fills the PR body with a structured template, including verification notes and deployment considerations.

Can I create pull requests using GitHub CLI with automatic narrative generation?

Yes, you can create pull requests using GitHub CLI by generating a ready-to-review title and body from your current branch, then submitting it directly through the CLI-based submission process.

What's the best way to ensure my pull requests follow repository templates?

The best way to ensure pull requests follow repository templates is to auto-generate PR titles and bodies aligned with the existing template, covering automatic narrative generation and verification notes.

Does this handle base-branch selection and missing upstream errors during PR creation?

Yes, it handles base-branch selection and includes error handling for missing upstream configurations or templates, ensuring clean PR creation from feature branches without manual debugging.

Why do I need verification notes in my pull request template?

Verification notes are needed in a pull request template to document tests and deployment considerations, accelerating code reviews and maintaining consistency across open-source or team repositories.