npx skills add smithery/opmau --skill linear-update
nesszer/linear-cli
linear-update
Update Linear issues. Use when changing status, priority, assignee, or labels.
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.
Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or …
8.2K installsGenerate CI/CD configuration for Linear Release. Use when setting up release tracking, configur…
15K installs>- Use Orca's Linear CLI through `orca linear ...` commands to read linked ticket context with …
11.3K installsManage Linear issues from the command line using the linear cli. This skill allows automating l…
7.8K installsAutomate Linear issue tracking, cycle planning, roadmap management, and engineering workflows
3.9K installsLinear issue management. Use for LOBE-xxx issues, Linear links, PRs referencing Linear, retriev…
3.8K installsAlso in this package
Other skills from nesszer/linear-cli · top by installs.
npx skills add 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.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
master
Skill metadata
Parsed from SKILL.md frontmatter.
BashPackage contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md902 B -
docs
SUMMARY.md99 B
History
- First seen on skills.sh
- 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 |