yux-linear-start

Create isolated git worktrees for Linear issues and update issue states.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of starting work on a Linear issue by creating an isolated worktree, reducing the risk of conflicts and enabling a focused work environment.

Core Features & Use Cases

  • Worktree Isolation: Ensures that each issue is worked on in its own isolated environment, minimizing the risk of code conflicts.
  • Integration with Linear: Seamlessly integrates with Linear to start tasks, manage issues, and track progress.
  • Automated Workflow: Automates the creation of worktrees, branches, and updates to Linear issues, saving time and reducing manual errors.

Quick Start

Start working on issue LIN-123 with worktree isolation by running: /yux-linear-start LIN-123

Frequently Asked Questions about yux-linear-start

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

FAQPage Schema
How do I create an isolated Git worktree for a Linear issue?

Creating an isolated Git worktree for a Linear issue is automated by this Skill to ensure code isolation and reduce conflict risks. It integrates with Linear to manage issue states and generates the worktree branch automatically.

Do I need GitHub CLI installed to automate Linear worktree creation?

Yes, automating Linear worktree creation requires both git and the GitHub CLI (gh) to be installed. These dependencies are necessary for the Skill to perform repository operations and manage branch isolation.

How does worktree isolation reduce code conflicts when tracking Linear issues?

Worktree isolation reduces code conflicts by providing each Linear issue with its own dedicated working directory. This ensures that changes for one task do not interfere with another, maintaining a focused environment.

What is the best way to start working on a Linear issue with branch isolation?

The best way to start with branch isolation is using the automated workflow command. Running the Skill with a specific issue identifier creates the worktree, updates the Linear issue state, and sets up the branch automatically.

Can I update Linear issue states automatically when starting a new worktree?

Yes, you can update Linear issue states automatically when starting a new worktree. The Skill integrates with Linear to manage issue tracking, ensuring the issue status is updated as part of the automated worktree creation workflow.