# Glab Todo

> Manage your GitLab to-do list from the CLI, including listing pending or completed items and marking items done. Use when reviewing assigned or mentioned work from GitLab notifications, clearing to-dos, or scripting to-do triage. Triggers on todo, to-do, notification list, mark done, assigned items, mentioned items.

- Skill: `vince-winkintel/glab-todo` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add vince-winkintel/glab-todo`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vince-winkintel/glab-todo/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: vince-winkintel (https://skillmd.com/u/vince-winkintel)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/vince-winkintel/glab-todo

---


# glab todo

Manage your GitLab to-do list.

## Quick start

```bash
# List pending to-dos
glab todo list

# Mark one to-do as done
glab todo done 123

# Mark all pending to-dos as done
glab todo done --all
```

## Common workflows

### Review pending work

```bash
glab todo list
glab todo list --action=assigned
glab todo list --type=MergeRequest
```

### Review completed items

```bash
glab todo list --state=done
glab todo list --state=all
```

### Scripted triage

```bash
glab todo list --output=json
```

### Clear to-dos

```bash
glab todo done 123
glab todo done --all
```

## Command reference

See [references/commands.md](references/commands.md) for the captured command surface.

