# Linear History

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

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

---


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

