linear

Automates ticket workflows by fetching details and creating Git branches for feature development.

19|21|Updated Jul 22, 2024
One-click install
npx skills add https://github.com/vultisig/vultisig-windows --skill linear-vultisig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/vultisig/vultisig-windows/tree/main/.claude/skills/linear
Command: npx skills add https://github.com/vultisig/vultisig-windows --skill linear-vultisig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of managing Linear tickets, from fetching ticket details to creating corresponding Git branches, streamlining development workflows.

Core Features & Use Cases

  • Ticket Integration: Automatically fetches ticket information from Linear based on a provided ID or context.
  • Branch Creation: Generates and checks out a new Git branch using the exact branch name specified in the Linear ticket.
  • Use Case: When starting work on a new feature, you can use this Skill to instantly create a Git branch named feature/add-user-authentication directly from your Linear ticket LIN-1234.

Quick Start

Use the linear skill to create a branch for ticket LIN-1234.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I create a Git branch directly from a Linear ticket?

To create a Git branch from a Linear ticket, this Skill fetches the issue details using the ticket ID and automatically generates a corresponding development branch. It requires the exact branch naming conventions specified in the ticket to ensure workflow consistency.

What is the best way to automate Linear ticket workflows for feature development?

Automating Linear ticket workflows involves fetching issue details and creating corresponding Git branches directly from ticket information. This streamlines feature development by linking branch creation directly to ticket management contexts.

Do I need a specific Git branching strategy to use Linear ticket integration?

Yes, you need to adhere to exact branch naming conventions when using Linear ticket integration. The Skill generates and checks out a new Git branch using the exact branch name specified in the Linear ticket, such as feature/add-user-authentication.

Can I set up a development branch from a Linear ticket without manually entering the branch name?

Yes, you can set up a development branch automatically by providing the Linear ticket ID. The Skill fetches the ticket information and automatically creates a Git branch using the exact name specified in the ticket details.

What happens if I try to create a Git branch from Linear but the ticket ID is missing?

If the ticket ID is missing when creating a Git branch from Linear, the Skill will prompt you to provide it. It requires a valid ticket ID or context to fetch issue details and generate the corresponding branch.