Skip to content
Productivity
Command

/linear-curator-run

Run the curator — collect signals from configured signal sources and report

From plugin
76 skills5 agents6 commands
shell
$ npx -y skills add Elnora-AI/elnora-linear --agent claude-code

Ships 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.md
name: 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
Read it on GitHub ↗
Ships withlinear-workspace

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.

Get the whole plugin, auto-invoked
Stats
7
Stars
0
Views
0
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
2d ago
Last commit
2mo ago
Created

Repo: Elnora-AI/elnora-linear