devops:cd-pr

Create Continuous Delivery pull requests with QA, labels, and code review.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating Pull Requests for Continuous Delivery, automating crucial steps like QA, version labeling, and code review.

Core Features & Use Cases

  • Automated PR Creation: Generates Pull Requests with a full Continuous Delivery workflow.
  • Intelligent QA & Analysis: Runs smart QA checks and analyzes Git changes.
  • Automated Labeling: Applies version labels (major/minor/patch) and feature flags based on commits and linked issues.
  • Automated Code Review: Integrates with review plugins for automated quality checks.
  • Use Case: When merging a new feature, this Skill ensures the PR is correctly formatted, labeled, and passes automated checks before review, accelerating the deployment pipeline.

Quick Start

Use the devops cd pr skill to create a pull request from the current branch to the main branch.

Frequently Asked Questions about devops:cd-pr

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

FAQPage Schema
How do I automate continuous delivery pull request creation?

Automating continuous delivery pull requests involves analyzing Git changes, generating PR descriptions, and automatically applying version labels, milestones, and feature flags to streamline the workflow.

Can I automatically label PRs with version and feature flags based on commits?

Yes, automated labeling applies version labels (major, minor, patch) and feature flags by analyzing commit history and linked issues, ensuring pull requests are categorized correctly for deployment.

What is automated code review in a CD pipeline?

Automated code review in a CD pipeline integrates with review plugins to perform quality checks on Git changes, ensuring pull requests meet formatting and quality standards before human review.

How do I generate pull request descriptions from Git changes?

Generating pull request descriptions from Git changes requires analyzing commit history and diffs, then automatically formatting the data into comprehensive PR templates with appropriate scopes and milestones.

Does this automated PR workflow handle local branch cleanup?

Yes, the automated PR workflow handles local branch cleanup as part of the continuous delivery process, removing local branches after the pull request is successfully created and processed.

When do I need to use a continuous delivery pull request workflow?

A continuous delivery pull request workflow is needed when merging new features, ensuring the PR is correctly formatted, labeled, and passes automated QA checks to accelerate the deployment pipeline.