Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

start

verified

Start work on a Linear issue (transition to In Progress)

View on GitHub

Marketplace

han

TheBushidoCollective/han

Plugin

linear

Integration

Repository

TheBushidoCollective/han
74stars

services/linear/skills/start/SKILL.md

Last Verified

February 3, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/TheBushidoCollective/han/blob/main/services/linear/skills/start/SKILL.md -a claude-code --skill start

Installation paths:

Claude
.claude/skills/start/
Powered by add-skill CLI

Instructions

# start

## Name

hashi-linear:start - Start work on a Linear issue (transition to In Progress)

## Synopsis

```
/start [arguments]
```

## Description

Start work on a Linear issue (transition to In Progress)

## Implementation

Start work on a Linear issue by transitioning it to "In Progress" and displaying acceptance criteria.

**Usage**: `/start ENG-123`

**Steps**:

1. Use `linear_get_issue` to fetch issue details
2. Display issue title and current state
3. Extract and highlight acceptance criteria
4. Use `linear_update_issue_state` to transition to "In Progress"
5. Use `linear_add_comment` to add: "Starting work on this issue"
6. Optionally use `linear_update_issue` to assign to current user if unassigned

**Display Format**:

```
▶️  Starting work on ENG-123

Title: {issue title}
Status: {old status} → In Progress
Assignee: {assignee}

📋 Acceptance Criteria:
{list all acceptance criteria}

Link: {issue URL}
```

If issue is already In Progress, just display current status and acceptance criteria without transitioning.

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1024 chars