# Linear Done

> Mark the current branch's issue as Done. Use as a quick shortcut to close the issue you're working on.

- Skill: `nesszer/linear-done` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nesszer/linear-done`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nesszer/linear-done/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-done

---


# Done

```bash
# Mark current branch's issue as Done
linear-cli done

# Set to a different status
linear-cli done --status "In Review"
linear-cli done -s "In Progress"
```

Reads the current git branch, extracts the issue ID (e.g. `feat/SCW-123-title` -> `SCW-123`), and updates the issue status.

## Flags

| Flag | Purpose |
|------|---------|
| `-s STATUS` | Status to set (default: "Done") |

## Exit Codes

`0`=Success, `1`=Error, `2`=Not found, `3`=Auth error

