Linear Bulk banner
Elnora-AI Elnora-AI

Linear Bulk

Development community

Description

--- name: linear-bulk description: Apply the same change to many Linear issues at once. Dry-run by default. argument-hint: "<filter description> → <mutation description>" allowed-tools: Bash, Read, AskUserQuestion --- # Linear Bulk Update Apply one change to every Linear issue matching a filter. **Default is dry-run** — the plan is shown but nothing mutates until the user confirms with `--yes`. ## Workflow 1. **Parse the user's request** into filter + mutation pieces. Example: "move all ENG

Installation

Installs to ~/.claude/skills/elnora-ai-elnora-linear-linear-bulk/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elnora-ai-elnora-linear-linear-bulk && curl -fsSL https://raw.githubusercontent.com/Elnora-AI/elnora-linear/HEAD/commands/linear-bulk.md -o ~/.claude/skills/elnora-ai-elnora-linear-linear-bulk/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository