nesszer/linear-cli

linear-bulk

Bulk operations on Linear issues. Use when updating multiple issues at once.

First seen Feb 7, 2026

Installation

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

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

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 730 B
  • docs SUMMARY.md 95 B

History

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

SKILL.md

Bulk Operations

# Update status for multiple issues
linear-cli b update-state -s Done LIN-1 LIN-2 LIN-3

# Assign multiple issues
linear-cli b assign --user me LIN-1 LIN-2
linear-cli b assign --user "John Doe" LIN-1 LIN-2

# Unassign multiple issues
linear-cli b unassign LIN-1 LIN-2

# Add label to multiple issues
linear-cli b label --add bug LIN-1 LIN-2 LIN-3

# Pipe issue IDs from stdin
linear-cli i list -t ENG --id-only | linear-cli b assign --user me -

Flags

Flag Purpose
--dry-run Preview changes
--output json JSON output