starting-linear-issue

Gather Linear issue context and create a standardized Git branch.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/blaknite/agent-skills --skill starting-linear-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: starting-linear-issue
Source: https://github.com/blaknite/agent-skills/tree/main/starting-linear-issue
Command: npx skills add https://github.com/blaknite/agent-skills --skill starting-linear-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of starting work on a Linear issue by automatically gathering necessary context and creating a development branch.

Core Features & Use Cases

  • Context Gathering: Retrieves issue details, related issues (sub/parent), and project/milestone information from Linear.
  • Branch Creation: Generates a Git branch with a standardized naming convention based on the issue ID and title.
  • Use Case: When assigned a new Linear issue, use this Skill to quickly set up your local environment by fetching all relevant details and creating the appropriate branch, ready for coding.

Quick Start

Use the starting-linear-issue skill to start work on issue ABC-123.

Frequently Asked Questions about starting-linear-issue

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

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

To create a Git branch from a Linear issue, this Skill fetches issue details and generates a branch using a standardized naming convention derived from the issue ID and slugified title. It also gathers context like related sub-issues and project milestones.

What context does this workflow gather when starting a Linear issue?

When starting a Linear issue, the workflow gathers comprehensive context including the core issue details, related sub and parent issues, and associated project and milestone information to prepare your local environment for coding.

Can I start a Linear issue branch from the default Git branch?

Yes, you can start a Linear issue branch from the default Git branch. The Skill initiates work by checking out from the default branch and handles pre-existing branches with the same generated name to prevent conflicts.

What is the standardized format for Linear issue branch naming?

The standardized format for Linear issue branch naming combines the unique Linear issue ID with a slugified version of the issue title, ensuring consistent and searchable branch names across your development workflow.

How does this handle pre-existing Git branches with the same issue name?

When handling pre-existing Git branches with the same generated name, the Skill detects the existing branch during creation and manages the conflict so you can resume work on the issue without duplicating branches.