linear-bulk

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-bulk" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-bulk

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

FlagPurpose
--dry-runPreview changes
--output jsonJSON output

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-list

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-update

No summary provided by upstream source.

Repository SourceNeeds Review