agent/skills/pr

Create and edit GitHub pull requests with generated titles and descriptions.

95|4|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/try-works/role-model --skill agent-skills-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent/skills/pr
Source: https://github.com/try-works/role-model/tree/main/agent/skills/pr
Command: npx skills add https://github.com/try-works/role-model --skill agent-skills-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of creating, editing, and managing GitHub pull requests, ensuring consistent formatting and structure.

Core Features & Use Cases

  • PR Creation: Automates the generation of PR titles and descriptions based on the file changes.
  • PR Management: Provides guidelines for editing existing PRs and keeping them up-to-date with branch changes.
  • Use Case: When you need to create a PR for a GitHub repository, this Skill helps you adhere to the repository's PR standards and ensures your PR is ready for review.

Quick Start

Use the PR skill to create a new pull request for the 'production' branch with the title "[Product] Short description" and the body "Summary of changes."

Frequently Asked Questions about agent/skills/pr

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

FAQPage Schema
How do I automate GitHub PR creation from file changes?

To automate GitHub PR creation, this Skill generates appropriate pull request titles and descriptions by analyzing your committed file changes. It uses the gh CLI to interact directly with your GitHub repository and ensure consistent formatting.

How does PR management work when pushing new commits to a branch?

PR management handles updating existing pull request descriptions automatically when you push new commits to the branch. This keeps your GitHub pull request synchronized with the latest code changes without requiring manual edits.

Do I need the gh CLI installed to manage pull requests?

Yes, you need the gh CLI installed to use this Skill for pull request management. The Skill requires the gh CLI to interact with GitHub repositories and execute PR creation and editing commands.

Can I update existing GitHub PR descriptions automatically?

You can update existing GitHub PR descriptions automatically by pushing new commits to your branch. The Skill provides guidelines for editing existing PRs to keep descriptions current with branch changes.

What is the best way to ensure consistent PR formatting on GitHub?

The best way to ensure consistent PR formatting is to automate title and description generation based on file changes. This Skill enforces repository PR standards by structuring pull requests systematically during creation and management.

How do I create a pull request for a specific branch like production?

To create a pull request for a specific branch like production, the Skill automates generating the title and body based on file changes. You can specify the target branch and summary to ensure the PR is ready for review.