Bulk Operations
SkillProductivityBulk operations on Linear issues. Use when updating multiple issues at once.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Bulk Operations skill
What this skill tells your AI
The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-bulk/SKILL.md and read by ahel’s review.
# 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 |
Signals
- GitHub stars
- 133
- Forks
- 18
- Last commit
- Jul 2026
ahel review
S4info
community integration — published by nesszer, not linear
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
linear-bulk- Source
- github.com/nesszer/linear-cli