linearite
星标0
分支0
更新时间2026年1月19日 11:16
CLI tool for creating Linear issues and checking velocity rankings
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
CLI tool for creating Linear issues and checking velocity rankings
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | linearite |
| description | CLI tool for creating Linear issues and checking velocity rankings |
Requires LINEAR_API_KEY environment variable:
export LINEAR_API_KEY="lin_api_..."
linearite create "Issue title" --team-id <TEAM_ID> [--description "..."] [--project-id <PROJECT_ID>]
Short flags: -t (team), -d (description), -p (project)
Output includes the issue URL and suggested git branch name.
linearite list-teams # Get team IDs
linearite list-projects # Get project IDs
linearite rank-teams [--since 14d] [--top 10]
linearite rank-users [--since 14d] [--top 10]
--since accepts: 7d, 30d, 2025-01-01, or ISO 8601 dates.
linearite list-teamslinearite create "Fix auth bug" -t <TEAM_ID> -d "Users getting logged out after 5 minutes"linearite rank-users --since 14d --top 5
linearite list-projects
linearite create "New feature" -t <TEAM_ID> -p <PROJECT_ID>