create-pr

Create pull requests with build validation and generated titles.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/waynebrantley/aitools --skill create-pr-waynebrantley
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/waynebrantley/aitools/tree/main/plugins/ai-tools/skills/create-pr
Command: npx skills add https://github.com/waynebrantley/aitools --skill create-pr-waynebrantley

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of pull requests, ensuring code quality and clear communication by performing automated checks and generating descriptive titles and bodies.

Core Features & Use Cases

  • Automated Validation: Runs build doctor and checks git status before PR creation.
  • Smart Title/Description Generation: Creates human-readable PR titles and descriptions based on code changes.
  • Workflow Monitoring: Initiates a workflow doctor to check the status of the GitHub Actions run triggered by the PR.
  • Use Case: When you've finished a feature, invoke this skill to automatically prepare and submit a well-documented pull request, including running necessary build checks and ensuring your branch is up-to-date.

Quick Start

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

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 build validation and git status checks?

To automate pull request creation, this Skill executes build validation, checks git status, generates human-readable titles and descriptions, and ensures branches are up-to-date before submission to streamline your code review process.

Can I automatically generate human-readable PR titles and descriptions based on code changes?

Yes, you can automatically generate human-readable PR titles and descriptions. This Skill analyzes your code changes to create clear communication and well-documented pull requests for software development workflows.

Does this PR automation tool monitor GitHub Actions workflow status after submission?

Yes, this PR automation tool monitors GitHub Actions workflows. It initiates a workflow doctor to check the status of the GitHub Actions run triggered by the submitted pull request.

What is the best way to ensure my git branch is up-to-date before submitting a pull request?

The best way to ensure branches are up-to-date before submission is using automated pull request creation. This Skill checks your git status and validates builds before preparing your well-documented pull request.

Do I need any external dependencies to run automated pull request workflows?

No, you do not need external dependencies to run automated pull request workflows. This Skill operates independently using internal scripts to automate build validation, git status checks, and GitHub Actions monitoring.