pull-request

Create or update a pull request for the current branch with issue reference.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates PR governance by ensuring the current branch has an open pull request and by updating its title and description to reflect the latest commits, reducing manual overhead for developers.

Core Features & Use Cases

  • Detects an open PR for the current branch and refreshes its title and description with recent commits.
  • Creates a new PR for the current branch when none exists, optionally incorporating a Related: #<issue-number> reference.
  • Delegates GitHub PR operations to the git-operations-specialist skill to execute PR actions reliably.

Quick Start

Use the pull-request skill to ensure there is an open PR for the current branch and to attach a related issue reference if provided.

Frequently Asked Questions about pull-request

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

FAQPage Schema
How do I automate pull request creation for a current Git branch?

To automate pull request creation, this skill checks the current Git branch for an existing open PR and creates a new one if none exists, optionally adding a related issue number reference to the PR description.

How do I automatically update an existing GitHub pull request with new commits?

To automatically update an existing GitHub pull request, this skill detects the open PR for your current branch and refreshes its title and description to reflect the latest commits via git-operations-specialist.

Can I link a GitHub issue to a pull request automatically during creation?

Yes, you can link a GitHub issue automatically by providing an issue number. When creating a new PR, the skill adds a Related: #<issue-number> reference directly to the PR description.

What is the best way to manage GitHub branch pull requests without manual CLI commands?

The best way to manage GitHub branch pull requests without manual CLI commands is to use an automation skill that delegates PR metadata updates and GitHub interactions to a specialized git-operations component.

Does this pull request automation tool handle updating PR titles and descriptions?

Yes, this pull request automation tool handles updating PR titles and descriptions. It refreshes the metadata of an existing open PR to accurately reflect the latest commits pushed to the current branch.