raising-linear-pr

Automate GitHub PR creation linked to Linear issues and status updates.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/accelerate-data/engineering-skills --skill raising-linear-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raising-linear-pr
Source: https://github.com/accelerate-data/engineering-skills/tree/main/skills/raising-linear-pr
Command: npx skills add https://github.com/accelerate-data/engineering-skills --skill raising-linear-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of transitioning completed code implementations into review by automating branch and pull request management in Linear-integrated workflows.

Core Features & Use Cases

  • PR Management: Automates branch rebasing, pushing, and pull request creation or updating for linear issues.
  • Issue Transition: Facilitates moving issues to "In Review" once PRs are established.
  • Use Case: A developer finishes coding and wants to immediately open a PR, link it to the Linear issue, and transition the issue status to in review without manual git commands.

Quick Start

Use the raising-linear-pr skill to create or update a PR for issue ENG-1234 after rebasing your branch onto the main branch.

Frequently Asked Questions about raising-linear-pr

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

FAQPage Schema
How do I automate pull request creation and transition a Linear issue to review?

Automating pull request creation for Linear issues involves rebasing your branch, pushing changes, and opening a PR, which then transitions the linked Linear issue to the In Review status automatically.

Can I automatically move a Linear issue to In Review when pushing a branch?

Yes, you can move a Linear issue to In Review when pushing a branch by automating the workflow to verify implementation completion and establish the PR before updating the issue status.

What is the best way to link a pull request to a Linear issue without manual git commands?

The best way to link a pull request to a Linear issue without manual git commands is using an automation skill that manages branch rebasing, PR creation, and issue status updates in one integrated workflow.

Does PR automation for Linear issues require verifying implementation before transitioning to review?

Yes, PR automation for Linear issues requires verifying that implementation is complete before progressing the issue to review status, reducing manual coordination errors and ensuring reliable code review workflows.

How to rebase a branch and open a pull request for a specific Linear issue?

To rebase a branch and open a pull request for a specific Linear issue, initiate the automation workflow which handles rebasing onto the main branch, pushing updates, and creating or updating the linked PR.