pr

Automate pull request creation and management across GitHub, GitLab, and Azure Repos.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/AvatarGanymede/pcraft --skill pr-avatarganymede
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/AvatarGanymede/pcraft/tree/main/.agents/skills/pr
Command: npx skills add https://github.com/AvatarGanymede/pcraft --skill pr-avatarganymede

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, glab, az, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of creating, managing, and automating pull requests across multiple platforms, saving developers time and reducing the complexity of the PR workflow.

Core Features & Use Cases

  • Cross-Platform PR Creation: Supports GitHub, GitLab, and Azure Repos, with customizable workflows for each platform.
  • Automated PR Creation: Automates the creation of PRs with Conventional Commits and customizable PR templates.
  • PR Management: Tracks PR status, integrates with CI/CD tools, and facilitates review and feedback loops.

Quick Start

Create a pull request for your feature branch using the 'pr' skill.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate pull request creation across GitHub, GitLab, and Azure Repos?

Automating pull request creation across these platforms involves using CLI tools to handle commit staging and apply configurable PR templates. This process requires the git, GitHub CLI, GitLab CLI, and Azure CLI to interface with the respective platform APIs.

Can I use Conventional Commits for automated PR creation and management?

Yes, automated PR creation can utilize Conventional Commits alongside customizable PR templates. This standardizes pull request metadata and integrates with CI/CD tools for automated review and feedback loops.

What do I need to manage pull requests across multiple platforms?

Managing pull requests across multiple platforms requires installing git, GitHub CLI (gh), GitLab CLI (glab), and Azure CLI (az). You also need API access to each respective platform to track PR status and facilitate reviews.

Does cross-platform PR management integrate with CI/CD tools for automated code review?

Yes, cross-platform PR management integrates with CI/CD tools to facilitate automated code review and feedback loops. This tracks PR status and automates responses across GitHub, GitLab, and Azure Repos.

What is the best way to handle commit staging before creating a pull request?

Handling commit staging before creating a pull request is automated by configuring staging workflows before PR creation. This ensures changes are properly prepared and submitted with customizable templates across different platforms.