From yux-linear
Linear project dashboard (task/backlog/tasks modes). Triggers on "linear status", "show my tasks", "show backlog", "project overview", "项目概览".
npx claudepluginhub wuyuxiangx/yux-claude-hub --plugin yux-linearThis skill is limited to using the following tools:
Unified dashboard for workflow status, task management, and project backlog.
Query and manage Linear issues, projects, and teams via bash CLI scripts. List issues, create new ones, update status/priority/assign, generate GitHub branches, daily standups.
Manages Linear issues via linearis CLI: list, search, read details, create with options, update title/description/status/labels/assignee. Integrates with dev workflows.
Manages Linear issues via CLI: list by team/state, view details/comments, create/update title/desc/state/priority/labels/assign, start with git branch, delete.
Share bugs, ideas, or general feedback.
Unified dashboard for workflow status, task management, and project backlog.
Usage:
/yux-linear-status - Current task detail + active tasks/yux-linear-status backlog [filter] - View backlog with recommendations/yux-linear-status tasks - All active tasks across worktreesBefore any mode, check .claude/linear-config.json:
/yux-linear-init first to set up your project."Parse $ARGUMENTS to determine mode:
Show comprehensive status of current task:
mcp__linear__get_issue())gh pr checks.claude/linear-tasks.json, shown as info)If .claude/linear-tasks.json has active tasks:
Not on a task branch. Active tasks:
LIN-456 feat/LIN-456-user-auth In Progress 3 commits
LIN-789 fix/LIN-789-login-crash In Review PR #82
Each task runs in its own worktree.
/yux-linear-start to start a new task.
If no tasks: suggest /yux-linear-start
Usage: /yux-linear-status backlog [all|mine|urgent|unassigned]
.claude/linear-config.json, extract project.id and team.idmcp__linear__list_issues(project: "<project.id>", state: "backlog,todo,in_progress")../../references/issue-scoring.md/yux-linear-start LIN-xxx actionShow project health alongside the backlog:
=== Subloom — Backlog ===
Summary: 12 issues (3 in progress, 5 todo, 4 backlog)
Blocked: 1 Overdue: 2 Inbox: 3
ID Title Priority Status Effort
WYX-101 Fix auth token refresh High In Progress M
WYX-98 Update error messages Medium Todo S
...
Recommended next: WYX-105 Search API endpoint (score: 140)
/yux-linear-start WYX-105
If team uses cycles, show sprint progress:
Current Cycle: Sprint 23 (Jan 1 - Jan 14)
Progress: 80% (8/10 issues)
Usage: /yux-linear-status tasks
Show all active tasks across worktrees:
=== Active Tasks (3) ===
LIN-456 feat/LIN-456-user-auth In Progress 3 commits
LIN-789 fix/LIN-789-login-crash In Review PR #82 CI: passed
LIN-234 docs/LIN-234-api-docs In Progress 1 commit
Each task runs in its own worktree under .claude/worktrees/
Output language is auto-detected from user input. Default to English.