# Linear Time

> Track time on Linear issues. Use for logging and viewing time entries.

- Skill: `nesszer/linear-time` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nesszer/linear-time`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nesszer/linear-time/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nesszer (https://skillmd.com/u/nesszer)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nesszer/linear-time

---


# Time Tracking

```bash
# 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 |

