create-pr

Create GitHub pull requests with validation, AI review, and issue linking.

381|261|Updated May 7, 2026
One-click install
npx skills add https://github.com/nudgebee/nudgebee --skill create-pr-nudgebee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/nudgebee/nudgebee/tree/main/.gemini/skills/create-pr
Command: npx skills add https://github.com/nudgebee/nudgebee --skill create-pr-nudgebee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating a pull request with proper formatting, validation, and conventions, simplifying the code review process.

Core Features & Use Cases

  • Automated PR Creation: Automatically creates a pull request based on the current branch and specified base branch.
  • Validation: Performs checks for code quality, formatting, and security before creating the PR.
  • AI Review: Includes an AI-driven first-pass review to catch potential issues before human review.
  • Issue Linking: Searches for and links to related GitHub issues, streamlining the development process.

Quick Start

Use the create-pr skill to create a pull request for your current branch.

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 validation and formatting in GitHub?

You can automate pull request creation by using a workflow that checks code quality, performs an AI-driven first-pass review, and links to related GitHub issues. This ensures proper formatting and conventions are met before human review.

What is an AI-driven first-pass review for code reviews?

An AI-driven first-pass review is an automated validation step that catches potential code quality and security issues before a human reviewer evaluates the pull request. It streamlines the GitHub code review process by filtering out common errors early.

How do I automatically link related GitHub issues to a new pull request?

Automatically linking related GitHub issues to a pull request involves searching the repository's existing issues and attaching the relevant references during the PR creation process. This streamlines development by connecting code changes directly to their originating issues.

Do I need GitHub API access to automate pull request creation?

Yes, GitHub API access is required to automate pull request creation. You also need knowledge of the repository's structure and workflow to ensure the automated validation, formatting, and issue linking processes execute correctly within your development environment.

What checks are performed during automated pull request validation?

Automated pull request validation performs checks for code quality, formatting, and security before creating the PR. It also includes an AI-driven first-pass review to identify potential issues, ensuring the code meets repository conventions prior to human review.