Files
vince-winkintel__gitlab-cli…/glab-todo/SKILL.md
T
Vince Lozada 92544ee488 docs: audit glab v1.93.0 user-facing skill changes (#60)
* docs: audit glab v1.93.0 skill updates

* docs: remove version-history metadata from skill files

---------

Co-authored-by: Steven <steven@Stevens-Mac-mini.local>
2026-04-24 11:00:14 -05:00

1.0 KiB

name, description
name description
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.

glab todo

Manage your GitLab to-do list.

Quick start

# 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

glab todo list
glab todo list --action=assigned
glab todo list --type=MergeRequest

Review completed items

glab todo list --state=done
glab todo list --state=all

Scripted triage

glab todo list --output=json

Clear to-dos

glab todo done 123
glab todo done --all

Command reference

See references/commands.md for the captured command surface.