skills/linear-bulk/SKILL.md
Bulk operations on Linear issues. Use when updating multiple issues at once.
npx skillsauth add finesssee/linear-cli linear-bulkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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 -
| Flag | Purpose |
|------|---------|
| --dry-run | Preview changes |
| --output json | JSON output |
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.