linear-bulk
Apply the same change to many Linear issues at once. Dry-run by default.
Populate or refresh the Linear reference files (teams, projects, users, workflows)
> /plugin marketplace add Elnora-AI/elnora-linear > /plugin install linear-workspace@elnora-linear
How it fires
How this command gets triggered: by you, by Claude, or both.
/linear-syncContext preview
What this command does when you run it.
Populate or refresh the Linear reference files (teams, projects, users, workflows)
name: linear-sync description: Populate or refresh the Linear reference files (teams, projects, users, workflows) allowed-tools: Bash, Read
Refresh the reference files the rest of `elnora-linear` reads — teams, projects, users, workflow states. Run this on first install and any time your Linear workspace changes (new team, renamed project, etc.).
The fast path: refresh everything auto-discoverable from the Linear API.
elnora-linear sync all
Pick one target:
elnora-linear sync teams elnora-linear sync projects elnora-linear sync users elnora-linear sync workflows
Validate references:
elnora-linear sync verify
Reports each reference as `user-file` (populated) or `placeholder` (default, empty).
Import an existing config bundle:
elnora-linear sync import --from /path/to/bundle.json
In precedence order: 1. `--references-dir <path>` flag 2. `LINEAR_REFERENCES_DIR` env var 3. `~/.config/elnora-linear/` (auto-created if needed)
Never writes to the bundled defaults in the installed package — those stay clean.
The full Linear API as a CLI, a Claude Code plugin, and a signal-driven hygiene curator — purpose-built for AI coding agents to create, edit, review, and curate Linear issues safely at scale.
Repo: Elnora-AI/elnora-linear
Apply the same change to many Linear issues at once. Dry-run by default.
Audit Linear issues for problems (missing labels, stale, duplicates, wrong state, orphaned, unactionable) and propose fixes
Run the curator — collect signals from configured signal sources and report
Search Linear issues by keyword, team, assignee, state, or priority