PullRequest

Automate Git workflow operations including commits, branches, merges, and status checks.

7|1|Updated Jul 12, 2026
One-click install
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill pullrequest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PullRequest
Source: https://github.com/julianobarbosa/claude-code-skills/tree/main/skills/Git-skill
Command: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill pullrequest

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates PR creation and management via GitHub CLI, including summaries, reviewers, and templates for PR bodies.

Core Features & Use Cases

  • PR creation: Generate and open PRs with consistent titles and descriptions.
  • Content templates: Build PR bodies with reusable templates.
  • Review workflows: Assign reviewers and track status.

Quick Start

Create a PR from a feature branch to main with a templated description.

Frequently Asked Questions about PullRequest

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

FAQPage Schema
How do I automate pull request creation with GitHub CLI?

Automate pull request creation by using GitHub CLI commands to generate PRs from feature branches with templated titles and descriptions. This Skill builds PR bodies with reusable templates, assigns reviewers, and opens PRs to main automatically, eliminating manual steps and ensuring consistency across your workflow.

Can I use templates to standardize PR descriptions?

Yes. This Skill builds pull request bodies using reusable content templates, enabling you to maintain consistent PR formatting, structure, and required sections—like summary, changes, and reviewer assignments—across all pull requests without manual typing each time.

How do I assign reviewers and track PR status automatically?

Set up review workflows within this Skill to assign specific reviewers to pull requests automatically and route PRs based on branch or team rules. Track status through GitHub CLI integration, enabling safe, monitored workflows with built-in security checks and status gates.

What Git operations does this Skill handle beyond pull requests?

This Skill automates commit, push, branch, merge, rebase, and stash operations alongside PR management. It enforces conventional commits, runs security scans, integrates with GitHub CLI, and applies safety guards to ensure version-control workflows remain secure and traceable.

Does this work with GitHub CLI on my machine?

Yes. This Skill is built on GitHub CLI integration and requires GitHub CLI to be installed and authenticated. It automates PR operations through GitHub CLI commands, making it compatible with any environment where you can run GitHub CLI—local machines, CI/CD systems, or automation platforms.