pr

Create and update GitHub pull requests with issue links and templated descriptions.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/9keyyyy/extreme-challenge-with-claude --skill pr-9keyyyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/9keyyyy/extreme-challenge-with-claude/tree/main/.agents/skills/pr
Command: npx skills add https://github.com/9keyyyy/extreme-challenge-with-claude --skill pr-9keyyyy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and updating of GitHub pull requests to simplify collaboration and code review.

Core Features & Use Cases

  • PR creation: Open PRs from the current branch and optionally link to an issue.
  • PR updates: Update PR descriptions and labels to reflect changes.
  • Integration: Enforce base-branch rules and trigger required CI checks.

Quick Start

Create a PR from the current branch and link it to an issue if provided.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate GitHub pull request creation from a current branch?

Automate GitHub pull request creation by opening PRs directly from your current branch to streamline code collaboration. The workflow formats PR bodies using a templated approach and optionally links the pull request to an issue.

Can I update an existing pull request description and labels automatically?

Yes, you can update pull request descriptions and labels automatically to reflect code changes. This ensures consistent PR descriptions and maintains accurate documentation as your branch evolves during code review.

What is the best way to enforce base branch checks before opening a PR?

Enforce base branch checks by validating the repository state before generating a pull request. This mechanism ensures your branch targets the correct base branch and triggers required CI checks for reliable code collaboration.

Does this PR automation workflow link pull requests to GitHub issues?

Yes, this PR automation workflow links pull requests to GitHub issues if an issue is provided. It streamlines software development workflows by connecting code changes directly to their corresponding issue tracking entries.

How do I format PR bodies consistently across multiple code reviews?

Format PR bodies consistently by using a templated approach for pull request generation. This standardizes PR descriptions across your repository, ensuring code review documentation remains uniform and easy to evaluate.