pr

Create GitHub pull requests with gitmoji titles and linked issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dodevproject/lobe-chat --skill pr-dodevproject
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/dodevproject/lobe-chat/tree/main/.agents/skills/pr
Command: npx skills add https://github.com/dodevproject/lobe-chat --skill pr-dodevproject

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating and managing GitHub pull requests, ensuring code changes are properly integrated and reviewed.

Core Features & Use Cases

  • Automated PR Creation: Creates pull requests with appropriate titles, descriptions, and links to related issues.
  • Branch Management: Handles pushing new branches and checks for uncommitted changes.
  • Issue Linking: Automatically searches for and links relevant GitHub issues.
  • Use Case: After finishing a new feature on a separate branch, you can use this Skill to quickly create a pull request targeting the canary branch, complete with a gitmoji-formatted title and a linked issue.

Quick Start

Use the pr skill to create a pull request for the 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 GitHub pull request creation for my current branch?

Automating GitHub pull request creation involves pushing your current branch, analyzing uncommitted changes, and generating PR titles and bodies. This skill handles branch pushing, issue linking, and PR template generation automatically for your code changes.

Does this PR automation tool require the GitHub CLI to run?

Yes, GitHub CLI (`gh`) is required to run this PR automation tool. The skill relies on the GitHub CLI to handle branch pushing, issue linking, and opening the created pull request directly in your browser.

Can I automatically link GitHub issues when creating a pull request?

Yes, you can automatically link GitHub issues when creating a pull request. The skill searches for and links relevant GitHub issues automatically, while also supporting integration with Linear issues during the PR generation process.

What is the best way to format pull request titles for code review?

The best way to format pull request titles for code review is using gitmoji conventions. This skill automatically generates PR titles and bodies based on gitmoji standards and your repository's PR templates to streamline the development workflow.

How do I create a pull request targeting a specific branch like canary?

To create a pull request targeting a specific branch like canary, the skill manages branch pushing and PR creation against your designated target. It checks for uncommitted changes and opens the completed PR in the browser for final review.