pr

Push a local feature branch and create a GitHub pull request.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/SamyakJhaveri/loam --skill pr-samyakjhaveri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/SamyakJhaveri/loam/tree/main/seed/.claude/skills/pr
Command: npx skills add https://github.com/SamyakJhaveri/loam --skill pr-samyakjhaveri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need a repeatable, low-friction way to create, describe, and track code changes via GitHub PRs, ensuring review readiness and traceability without manual overhead.

Core Features & Use Cases

  • CLI-driven PR creation: Push local changes and open a PR with a clean, auto-generated title and body.
  • PR guidance & templates: Provide structured guidance for titles, bodies, and reviewer assignments to speed up reviews.
  • Status and history visibility: Quickly view PR status and related discussion to accelerate feedback loops.

Quick Start

Push the current branch and create a PR on GitHub with a concise title and descriptive body.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I push a local branch and open a GitHub pull request from the command line?

Pushing a local feature branch and opening a GitHub pull request involves running git push followed by gh pr create to draft the title, body, and assign reviewers, automating code review readiness directly from the CLI.

What is the best way to automate pull request creation for code reviews?

Automating pull request creation involves using CLI tools like gh pr create to push code and instantly generate a structured PR with a descriptive title and body. This ensures review readiness and traceability with minimal manual input.

Do I need GitHub authentication configured to create a pull request via CLI?

Yes, creating a pull request via CLI requires configured remote access and GitHub authentication. You must have repository access and an authenticated gh CLI session to push branches and execute gh pr create successfully.

Can I assign reviewers and check PR status directly from the terminal?

Yes, you can assign reviewers during PR creation and check PR status from the terminal. The workflow relies on gh pr create for assignments and gh pr view to monitor status and related discussion feedback.

Why does my CLI pull request workflow fail to push code to the remote repository?

A CLI pull request workflow fails to push code when GitHub authentication is missing or repository access is denied. Ensure your remote is correctly configured and your gh CLI session has the required permissions.