pr

Generate pull requests with linked issues and repository templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually managing pull requests and linking issues can be error-prone and time-consuming, especially when ensuring proper templates and metadata.

Core Features & Use Cases

  • Automated PR Generation: Create pull requests using repository templates with minimal effort.
  • Issue Linking: Detect issue numbers from branch names and automatically link issues in PR bodies.
  • Use Case: Developers working on feature branches can generate PRs that automatically include relevant issue links and comply with standardized templates, speeding up review cycles.

Quick Start

Use the pr skill to generate a pull request with the appropriate template and linked issues based on your current branch state.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate pull request creation with linked issues and templates?

Automating pull request creation involves detecting issue numbers from branch names and applying repository templates to generate standardized PR bodies. This reduces manual effort and ensures consistent formatting for code reviews.

How does branch-issue detection work for linking issues in pull requests?

Branch-issue detection works by parsing the current branch name to identify associated issue numbers. It then automatically injects these issue links into the pull request body, ensuring accurate tracking and streamlined code review context.

Can I use this automation to fill out repository templates for code reviews?

Yes, you can use this automation to fill out repository templates for code reviews. It automatically applies your standardized templates during pull request generation, ensuring compliance and reducing manual formatting errors.

What is the best way to streamline pull requests for feature branches?

The best way to streamline pull requests for feature branches is to automate the generation of well-structured PRs. By automatically linking relevant issues and applying proper templates, you can significantly speed up review cycles and collaboration.

Why does manual pull request management become error-prone during code reviews?

Manual pull request management becomes error-prone during code reviews because ensuring proper templates and metadata, such as linked issues, requires repetitive manual input. Automating this process reduces formatting inconsistencies and tracking errors.

Do I need specific dependencies to automate issue linking in pull requests?

No specific dependencies are required to automate issue linking in pull requests. The automation directly parses branch names and utilizes repository templates to structure the PR body without external package requirements.