Linear My Issues banner
Elnora-AI Elnora-AI

Linear My Issues

Development community

Description

--- name: linear-my-issues description: List Linear issues assigned to you, grouped by state allowed-tools: Bash, Read --- # My Linear Issues List every Linear issue currently assigned to the viewer. ## Run ```bash elnora-linear my-issues --limit 50 --output json ``` ## Present Group by state in this order: `In Progress`, `Todo`, `Backlog`, `Done` (last 7 days only), `Canceled` (hide unless asked). Within each state, sort by `updatedAt` descending. Show identifier, title, team, project. I

Installation

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

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

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

Full documentation available on GitHub

View Source Repository