
Linear History
- 136 installs
- 128 repo stars
- Updated July 24, 2026
- finesssee/linear-cli
View Linear issue history and activity logs from the CLI for audit trails, with pagination and JSON output.
About
Displays a Linear issue's activity log via linear-cli, with pagination and JSON output. A developer uses it to review the audit trail of an issue from the terminal.
- hist issue with --limit and --all pagination
- JSON output for parsing activity events
Linear History by the numbers
- 136 all-time installs (skills.sh)
- Ranked #1,225 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-historyAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 136 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/linear-cli ↗ |
What it does
View Linear issue history and activity logs from the CLI for audit trails, with pagination and JSON output.
Files
Issue History
# View issue activity
linear-cli hist issue LIN-123
linear-cli hist issue LIN-123 --output json
# With pagination
linear-cli hist issue LIN-123 --limit 50
linear-cli hist issue LIN-123 --allFlags
| Flag | Purpose |
|---|---|
--limit N | Max entries |
--all | Fetch all |
--output json | JSON output |