# Linear History

> View Linear issue history. Use for activity logs and audit trails.

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

---


# Issue History

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

## Flags

| Flag | Purpose |
|------|---------|
| `--limit N` | Max entries |
| `--all` | Fetch all |
| `--output json` | JSON output |

