nesszer/linear-cli

linear-update

Update Linear issues. Use when changing status, priority, assignee, or labels.

First seen Feb 7, 2026

Installation

$ npx skills add nesszer/linear-cli --skill linear-update

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nesszer/linear-cli · top by installs.

npx skills add nesszer/linear-cli

Browse all from nesszer/linear-cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 133
License LICENSE
Default branch master
Open issues 3
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 902 B
  • docs SUMMARY.md 99 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 179 installs

SKILL.md

Update Issues

# Status
linear-cli i update LIN-123 -s Done
linear-cli i update LIN-123 -s "In Progress"

# Priority
linear-cli i update LIN-123 -p 1    # 1=urgent, 2=high, 3=normal, 4=low

# Assignee
linear-cli i update LIN-123 -a me
linear-cli i update LIN-123 -a "John Doe"

# Labels
linear-cli i update LIN-123 -l bug
linear-cli i update LIN-123 -l bug -l urgent

# Due date
linear-cli i update LIN-123 --due tomorrow
linear-cli i update LIN-123 --due +3d

# Agent patterns
linear-cli i update LIN-123 -s Done --id-only

Comments

linear-cli cm list LIN-123
linear-cli cm create LIN-123 -b "Fixed in commit abc"

Flags

Flag Purpose
--id-only Return ID only
--output json JSON output