pr

Create, respond to, and merge GitHub pull requests via gh CLI.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/nablarch/nabledge-dev --skill pr-nablarch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/nablarch/nabledge-dev/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/nablarch/nabledge-dev --skill pr-nablarch

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the entire GitHub Pull Request lifecycle, from creation to merging, automating repetitive tasks and ensuring consistency.

Core Features & Use Cases

  • Create PRs: Automatically generate PRs from your current branch, including titles and descriptions based on commit history and issue tracking.
  • Respond to Reviews: Analyze review comments, fix issues, commit changes, and reply to reviewers, all within the same workflow.
  • Merge PRs: Safely merge approved PRs, clean up branches, and update your local repository.
  • Use Case: After completing a feature, simply run /pr create to open a PR. If reviewers leave comments, run /pr again to automatically address them, then /pr merge once approved.

Quick Start

Use the pr skill to create a new GitHub pull request from your current branch.

Frequently Asked Questions about pr

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

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

To automate GitHub pull request creation, this Skill generates PRs directly from your current branch. It automatically derives titles and descriptions from commit history and integrates issue tracking numbers to streamline the workflow.

Can I automatically address code review comments and reply on GitHub?

Yes, you can automatically address code review comments on GitHub. This Skill analyzes reviewer feedback, applies fixes, commits changes, and replies to reviewers within a single workflow.

What do I need to manage GitHub PRs using this automation Skill?

To manage GitHub PRs using this automation Skill, you need the gh CLI, git, and task execution capabilities installed in your environment.

Does this GitHub PR automation tool handle branch cleanup after merging?

Yes, this GitHub PR automation tool handles branch cleanup after merging. It safely merges approved pull requests, cleans up branches, and updates your local repository.

What is the best way to integrate issue numbers into a pull request workflow?

The best way to integrate issue numbers into a pull request workflow is through automatic branch detection. This Skill integrates issue tracking numbers during PR creation to link commits and issues seamlessly.