Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

linear-cliLinear CLI

Agent Skill

用于处理 Linear 项目、Issue、团队、周期和产品开发任务流。它适合让 Agent 辅助查询任务状态、整理需求队列、创建缺陷或汇总迭代进展。使用时需要确认 workspace、team、label、assignee 和状态流转规则;涉及批量创建或修改任务时,应先核对字段和目标团队,避免把草稿需求直接写入正式项目。

总安装

225

周安装

9

GitHub Stars

7

下载量

73
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:linear-cli(Linear CLI)
来源仓库:https://github.com/rolaca11/linear-cli
仓库路径:skills/linear-cli
安装命令:
npx skills add https://github.com/rolaca11/linear-cli --skill linear-cli
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/rolaca11/linear-cli --skill linear-cli

简介

linear-cli 用于处理 Linear 项目、Issue、团队、周期和产品开发任务流。

  • 适合查询任务状态、整理需求队列、创建缺陷或汇总迭代进展。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 使用时需确认 workspace、team、label、assignee 和状态流转规则,避免误操作正式项目。
  • 建议结合原始 README 核验具体用法和功能边界。

SKILL.md

Linear CLI Agent Skill

Use this skill when the user wants to interact with Linear - a project management tool for software teams. The linear CLI provides full access to Linear's API for managing issues, projects, teams, cycles, labels, and users.

When to Use This Skill

Activate this skill when the user:

  • Mentions Linear, Linear issues, or Linear tickets
  • Wants to create, update, or view issues/tickets
  • Asks about project status or progress
  • Needs to manage sprints/cycles
  • Wants to check their assigned tasks
  • Mentions issue identifiers like TECH-123, ENG-456, etc.

Prerequisites

The CLI must be authenticated. Check with:

linear auth status

If not authenticated, guide the user to run:

linear auth login

Command Reference

Issues (Most Common)

# List issues with filters
linear issues list --team <TEAM>
linear issues list --team <TEAM> --state "In Progress"
linear issues list --assignee me
linear issues list --project "Project Name"

# View issue details (supports both formats)
linear issues view TECH-123
linear issues view <uuid>

# Create new issue
linear issues create --title "Title" --team TECH
linear issues create --title "Title" --team TECH --description "Details" --priority 2 --assignee me

# Update issue
linear issues update TECH-123 --state "In Progress"
linear issues update TECH-123 --assignee "John Doe"
linear issues update TECH-123 --priority 1

# Add comment
linear issues comment TECH-123 --body "Comment text"

# View comments
linear issues comments TECH-123

# Archive/delete issue
linear issues delete TECH-123

Projects

linear projects list
linear projects view "Project Name"
linear projects create --name "New Project" --teams TECH,DESIGN
linear projects update "Project Name" --state completed

Teams

linear teams list
linear teams view TECH

Cycles (Sprints)

linear cycles list --team TECH
linear cycles current --team TECH
linear cycles view <cycle-id>
linear cycles create --team TECH --starts-at 2024-01-01 --ends-at 2024-01-14

Labels

linear labels list
linear labels list --team TECH
linear labels create --name "bug" --color "#ff0000"

Users

linear users list
linear users me
linear users view "User Name"

Workflow States

linear states list --team TECH

Output Formats

All commands support --json for machine-readable output:

linear issues list --team TECH --json

Use --no-color to disable colored output.

Common Patterns

Find my open issues

linear issues list --assignee me --state "In Progress"

Create a bug report

linear issues create --title "Bug: description" --team TECH --priority 2 --labels "bug"

Move issue to done

linear issues update TECH-123 --state "Done"

Get issue details as JSON for processing

linear issues view TECH-123 --json

Check current sprint progress

linear cycles current --team TECH

Priority Levels

  • 0 - No priority
  • 1 - Urgent
  • 2 - High
  • 3 - Medium
  • 4 - Low

Tips for Agents

  1. Always check authentication first before running commands
  2. Use --json flag when you need to parse output programmatically
  3. Team is often required - ask the user or use linear teams list to find available teams
  4. Issue identifiers (like TECH-123) are preferred over UUIDs for readability
  5. Use me as assignee to refer to the authenticated user
  6. Workflow states vary by team - use linear states list --team <TEAM> to see valid states

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.02%
按下载量换算26

Claude

29.02%
按下载量换算21

Cursor

18.68%
按下载量换算14

Gemini CLI

10.35%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills