devops:pr

Automate GitHub pull request creation with branch, milestone, and review integration.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill devops-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops:pr
Source: https://github.com/atournayre/claude-personas/tree/main/devops/skills/pr
Command: npx skills add https://github.com/atournayre/claude-personas --skill devops-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub Pull Requests, ensuring a standardized workflow that includes quality assurance, commit analysis, and automated code reviews, significantly reducing manual overhead and potential errors.

Core Features & Use Cases

  • Automated PR Creation: Generates PRs with a base branch, milestone, and project assignment.
  • Intelligent QA: Runs automated quality assurance checks before PR creation.
  • Automated Code Review: Integrates with review plugins for comprehensive code analysis.
  • Use Case: A developer finishes a feature and wants to submit it for review. They can invoke this skill with the base branch and milestone, and the skill will handle the rest, from pushing the branch to initiating automated checks and reviews.

Quick Start

Use the devops pr skill to create a pull request from the 'feature/new-login' branch to the 'main' branch, assigning it to the 'v1.2' milestone.

Frequently Asked Questions about devops:pr

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

FAQPage Schema
How do I automate GitHub pull request creation with milestone and project assignment?

Automate GitHub pull request creation by generating PRs with automatic base branch selection, milestone assignment, and project integration. This workflow standardizes submission, handles branch pushing, and ensures consistent metadata tracking across development repositories.

Can I run automated QA checks and code reviews before creating a GitHub pull request?

Yes, automated QA checks and code review integration run before GitHub pull request creation. The workflow analyzes git changes, generates PR descriptions, and initiates comprehensive code analysis to reduce manual overhead and prevent potential errors.

What is the best way to generate a PR description from git changes automatically?

Generate a PR description from git changes automatically by analyzing commit history and code modifications. This intelligent analysis creates standardized pull request summaries, ensuring comprehensive documentation without manual writing overhead.

Does the automated pull request workflow support non-interactive CI/CD pipelines?

Yes, the automated pull request workflow supports both interactive and non-interactive modes for CI/CD pipelines. Non-interactive execution handles base branch selection, QA checks, and code review integration without user prompts.

How do I delete local branches after creating a GitHub pull request automatically?

Delete local branches after creating a GitHub pull request using the local branch deletion option. This automated cleanup removes merged feature branches from your repository, maintaining a clean local git environment.

Can I disable automated code review integration during pull request creation?

Yes, you can disable automated code review integration during pull request creation using the review disabling option. This allows PR generation with quality assurance checks while skipping the automated code analysis step.