yux-linear-pr

Create pull requests and sync Linear issue states via Git and GitHub APIs.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/wuyuxiangX/yux-claude-hub --skill yux-linear-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yux-linear-pr
Source: https://github.com/wuyuxiangX/yux-claude-hub/tree/main/plugins/yux-linear/skills/yux-linear-pr
Command: npx skills add https://github.com/wuyuxiangX/yux-claude-hub --skill yux-linear-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, github, mcp__linear__*, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of pull requests with integrated Linear issue linking and status synchronization, streamlining the development process.

Core Features & Use Cases

  • PR Creation: Automatically generates pull requests from branch commits with issue linking.
  • Status Sync: Updates Linear task state as PR progresses (e.g., submitted for review, merged).
  • Use Case: For developers working on Linear issues, this Skill simplifies the process of creating pull requests and keeping issue status up-to-date.

Quick Start

To create a pull request for the current branch with issue linking, simply run: /yux-linear-pr.

Frequently Asked Questions about yux-linear-pr

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

FAQPage Schema
How do I automate pull request creation and sync Linear issue status?

You can automate pull request creation and sync Linear issue status by running trigger-based workflows that generate PRs from branch commits and update Linear task states as the PR progresses through review and merge.

Can I automatically link GitHub pull requests to Linear issues?

Yes, this workflow automatically generates pull requests from your current branch commits with integrated Linear issue linking, connecting the GitHub PR directly to the corresponding Linear task.

What do I need to set up to integrate GitHub PRs with Linear task synchronization?

You need Git installed locally, GitHub API access for pull request creation, and Linear API access for updating issue states, along with the necessary MCP Linear integrations configured in your environment.

How does Linear issue state synchronization work when a PR is submitted for review?

Linear issue state synchronization updates the task status automatically as your pull request progresses, moving the Linear issue to reflect milestones like when the PR is submitted for review or merged into the main branch.

What's the best way to keep Linear issues updated during GitHub developer workflows?

The best way to keep Linear issues updated during GitHub developer workflows is to use an automated synchronization script that triggers state changes in Linear based on your pull request lifecycle events.

Are there limitations when automating Linear issue state updates from GitHub pull requests?

Limitations include the requirement for continuous GitHub API and Linear API access, meaning the synchronization automation will fail if network connectivity is lost or API permissions are insufficient.