linear-time
20
总安装量
3
周安装量
#17809
全站排名
安装命令
npx skills add https://github.com/finesssee/linear-cli --skill linear-time
Agent 安装分布
openclaw
3
antigravity
2
replit
2
claude-code
2
github-copilot
2
mcpjam
1
Skill 文档
Time Tracking
# Log time
linear-cli tm log LIN-123 2h # Log 2 hours
linear-cli tm log LIN-123 30m # Log 30 minutes
linear-cli tm log LIN-123 1h30m # Log 1.5 hours
# List time entries
linear-cli tm list --issue LIN-123
linear-cli tm list --output json
# Delete entry
linear-cli tm delete ENTRY_ID
Duration Format
30m, 1h, 2h30m, 1d (8 hours)
Flags
| Flag | Purpose |
|---|---|
--issue ID |
Filter by issue |
--output json |
JSON output |