linear-workflow

Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-workflow" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-workflow

Workflow Commands

Start Work

# Start working (assigns to you, sets In Progress)
linear-cli i start LIN-123

# Start + create git branch
linear-cli i start LIN-123 --checkout

Stop Work

# Stop working (unassigns, resets status)
linear-cli i stop LIN-123

Get Current Issue

# Get issue from current git branch
linear-cli context
linear-cli context --output json

Full Workflow

# 1. Start
linear-cli i start LIN-123 --checkout

# 2. Code...

# 3. Create PR
linear-cli g pr LIN-123

# 4. Done
linear-cli i update LIN-123 -s Done

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-list

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-update

No summary provided by upstream source.

Repository SourceNeeds Review