How this skill is triggered — by the user, by Claude, or both
Slash command
/linear:boardhaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Linear MCP で Issue 一覧を取得し、ステータス別にグループ化して表示してください。
Linear MCP で Issue 一覧を取得し、ステータス別にグループ化して表示してください。
mcp__linear__list_teams でチーム一覧を取得する。
mcp__linear__list_issues で選択したチームの Issue を取得する(includeArchived: false)。
ステータス別にグループ化し、以下のフォーマットで表示する:
## 📋 <Team Name> Board
### <Status Name>
| Identifier | Title | Priority | Assignee |
|------------|-------|----------|----------|
| TEAM-1 | ... | High | ... |
Priority は数値を表示名に変換する: 1=Urgent, 2=High, 3=Normal, 4=Low, 0=None
plan-issues スキルを案内することrun-team スキルで一括実行できることを案内することnpx claudepluginhub acta0724/claude-marketplace --plugin linearManages Linear issues, projects, and teams using MCP tools, linear CLI, and GraphQL API. Create, update, query issues; handle labels, status, references, and backlogs.
Manages Linear.app issues via Linearis CLI with JSON output: create, read, update, search issues; list teams/projects/cycles/labels/users; add comments.
Manages Linear tickets, projects, milestones, and documents via Python scripts wrapping linearis CLI. Tracks remediation progress or coordinates across skills like orca-security and multi-repo.