pr

Automate pull request creation, updates, and branch management via git and GitHub API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of committing changes, creating or updating pull requests, and managing pull request workflows, streamlining the development process and reducing manual effort.

Core Features & Use Cases

  • Commit Automation: Automates the commit process with semantic titles and descriptions.
  • PR Management: Handles the creation and updating of pull requests, including title, description, and linking related issues.
  • Branch Handling: Manages branch creation, merging, and cleanup for pull requests.
  • Use Case: Ideal for teams that want to ensure consistent coding standards and streamline the process of creating and updating pull requests.

Quick Start

Commit your changes with a semantic title, then run the 'pr' command to create or update a pull request.

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 and commit messages for my branch?

To automate pull request creation, you commit your changes with a semantic title and let the workflow handle PR creation, branch management, and issue linking automatically. This streamlines the entire development process by reducing manual effort.

What's the best way to manage GitHub pull request workflows and branch cleanup?

Managing GitHub pull request workflows is best handled by automating branch creation, merging, and cleanup. This ensures consistent coding standards while automatically updating PR titles, descriptions, and linking related issues without manual intervention.

Do I need git and gh installed to automate my pull request workflow?

Yes, you need both git and gh installed to automate your pull request workflow. These tools provide the necessary version control and GitHub API integration required to execute commit automation and manage branch operations.

Can I automatically link related GitHub issues when creating a pull request?

Yes, you can automatically link related GitHub issues when creating a pull request. The automation handles PR creation and updates by generating semantic descriptions that connect your current branch changes directly to the relevant issues.

How does commit automation work for consistent pull request titles?

Commit automation works by generating semantic titles and descriptions for your changes before creating the pull request. This ensures that every PR adheres to consistent coding standards and reduces manual formatting effort.

What are the limitations of automating branch management for pull requests?

Automating branch management for pull requests is limited to standard git and GitHub API operations like creation, merging, and cleanup. It requires proper repository access and cannot resolve complex merge conflicts that occasionally require manual intervention.