# Linear

> Work with Linear issues.

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

---


# Linear

> Work with Linear issues.

---

## When To Use

- Create issues
- Update status
- Link to work

---

## How To Use

### Create Issue

```bash
# Via CLI
vant linear create --title "Fix bug" --team Team

# Via API
POST /issues
{
  "title": "Fix bug",
  "team_id": "..."
}
```

### Update Status

```bash
vant linear update [issue-id] --status "In Progress"
```

### Close

```bash
vant linear close [issue-id]
```

---

## Workflow

| Status | Action |
|--------|--------|
| Backlog | Triaged |
| Todo | Ready |
| In Progress | Working |
| Done | Complete |

---

## Vant Integration

Sync Linear with brain:

```bash
# Auto-create on work start
vant linear link

# Auto-update on progress
vant sync
```

---

## Output

```
## Linear

### Created
- [issue-url]

### Status
- [status]
```

---

**Role**: Linear Manager  
**Input**: Issue action  
**Output**: Issue updated

> Keep in sync with work.

