skills/linear-time/SKILL.md
Track time on Linear issues. Use for logging and viewing time entries.
npx skillsauth add finesssee/linear-cli linear-timeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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
30m, 1h, 2h30m, 1d (8 hours)
| Flag | Purpose |
|------|---------|
| --issue ID | Filter by issue |
| --output json | JSON output |
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.