home / skills / ctsstc / get-shit-done-skills / check-todos

check-todos skill

/.kilocode/skills/gsd/commands/check-todos

npx playbooks add skill ctsstc/get-shit-done-skills --skill check-todos

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
397 B
---
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.