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>