home / skills / ctsstc / get-shit-done-skills / check-todos
npx playbooks add skill ctsstc/get-shit-done-skills --skill check-todosReview the files below or copy the command above to add this skill to your agents.
---
name: gsd:check-todos
description: Check todo list status
version: 1.0.0
triggers: [check todos, list todos]
tools: [Bash, Glob, Grep, Write]
---
# GSD Check Todos
Checks todo list status.
## When to Use
- Reviewing pending tasks
- Checking completion status
## Process
1. Load todo list
2. Check status of each item
3. Report completion rate
## Success Criteria
Todo status reported.