pull-requests

Create, update, and list pull requests on GitHub and Gitea.

3|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/jon23d/skillz --skill pull-requests-jon23d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull-requests
Source: https://github.com/jon23d/skillz/tree/main/skills/pull-requests
Command: npx skills add https://github.com/jon23d/skillz --skill pull-requests-jon23d

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, updating, and listing pull requests, ensuring code is reviewed and merged efficiently.

Core Features & Use Cases

  • PR Creation: Opens new pull requests with standardized templates.
  • PR Management: Updates existing pull requests or lists them for review.
  • Conflict Resolution Guidance: Provides steps to resolve merge conflicts before PR submission.
  • Use Case: After completing a new feature, use this Skill to open a pull request, ensuring all necessary checks and formatting are applied, and linking it to the relevant issue.

Quick Start

Use the pull-requests skill to open a pull request for the 'feature/PROJ-123-new-login' branch.

Frequently Asked Questions about pull-requests

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

FAQPage Schema
How do I automate pull request creation with standardized templates?

Automate pull request creation by using scripts to open new pull requests with standardized templates, enforcing code formatting and branch naming conventions automatically. This ensures consistent PR structure across GitHub and Gitea repositories.

Does this Skill work with both GitHub and Gitea for version control?

Yes, this Skill supports both GitHub and Gitea platforms for version control. It manages pull requests across these different Git hosting platforms, allowing you to create, update, and list pull requests seamlessly.

What's the best way to link a pull request to a specific issue tracker ticket?

Link a pull request to a specific issue tracker ticket by integrating the PR creation process with your issue tracking system. This Skill automatically associates the pull request with the relevant issue during creation.

How do I resolve merge conflicts before submitting a pull request?

Resolve merge conflicts before submitting a pull request by following the provided conflict resolution guidance. The Skill offers step-by-step instructions to handle conflicts, ensuring the branch is clean before PR creation.

Can I list and update existing pull requests for code review?

Yes, you can list and update existing pull requests for code review. This Skill automates PR management, allowing you to view pending pull requests and push updates to existing branches efficiently.

What branch naming conventions are enforced for pull requests?

Branch naming conventions for pull requests are enforced during PR creation to maintain version control consistency. The Skill automatically validates branch names against best practices before opening a pull request.