/linear-curator-run
Run the curator — collect signals from configured signal sources and report
$ npx -y skills add Elnora-AI/elnora-linear --agent claude-codeShips with linear-workspace. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/linear-curator-run
Context preview
What this command does when you run it.
Run the curator — collect signals from configured signal sources and report
Command definition
linear-curator-run.mdname: linear-curator-run description: Run the curator — collect signals from configured signal sources and report allowed-tools: Bash, Read
Linear Curator (collect + report)
Collect signals from the signal sources configured in `references/signal-sources.json`. This is the diagnostic half of the curator — it tells you what each source is seeing. The rule engine (which turns signals into proposed issue mutations) ships in a follow-up release.
Run
All configured sources:
elnora-linear curator-run --output text
A specific source by name:
elnora-linear curator-run --source "ci-failing-tests"
What it reports
For each enabled source:
- `[ok] <name> (<type>): N signal(s)` plus the first 10 payloads
- `[!!] <name> (<type>) — error: <message>` if the source failed (the others keep running)
Supported source types
- `external_command` — runs any shell command, parses stdout as JSON or lines
- `github_commits`, `github_pr`, `slack_messages`, `linear_issues`, `mcp_tool` — declared in the schema; not yet implemented (they'll surface as errors)
Don't
- Don't expect mutations from this command — it's collect-only in v0
- Don't configure `external_command` sources that run untrusted scripts — the command runs with the user's full privileges
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
Other commands on linear-workspace.
- /linear-bulk
Apply the same change to many Linear issues at once. Dry-run by default.
Open command - /linear-cleanup
Audit Linear issues for problems (missing labels, stale, duplicates, wrong state, orphaned, unactionable) and propose fixes
Open command - /linear-my-issues
List Linear issues assigned to you, grouped by state
Open command - /linear-search
Search Linear issues by keyword, team, assignee, state, or priority
Open command - /linear-sync
Populate or refresh the Linear reference files (teams, projects, users, workflows)
Open command

