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 ページを確認してインストールできます。
SOC 職業分類に基づく
| 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>