gsd:check-todos

Check todo completion status and generate a progress summary.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/cshyang/nochore --skill gsd-check-todos-cshyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd:check-todos
Source: https://github.com/cshyang/nochore/tree/main/capabilities/incubator/skills/gsd/commands/check-todos
Command: npx skills add https://github.com/cshyang/nochore --skill gsd-check-todos-cshyang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Todo management often hides completion progress across many items, making it hard to know what’s finished and what remains.

Core Features & Use Cases

  • Load a list of todos from a file or data source
  • Check status for each item and compute an overall completion percentage
  • Generate a concise progress summary suitable for team updates

Quick Start

Load your todo list and ask to see the current completion rate.

Frequently Asked Questions about gsd:check-todos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check todo completion status and calculate overall progress?

Todo progress tracking works by evaluating a parsed list of items against completion rules to identify finished versus open tasks, generating a summary with an overall completion percentage. It reveals hidden progress across local lists, project boards, or documentation.

Can I use todo status checks for sprint reviews and daily planning?

Yes, you can use this todo status check across local lists, project boards, and documentation for daily planning and sprint reviews. It evaluates completion rules to generate a concise progress summary suitable for team updates.

How do I compute the completion percentage of a task management list?

You compute the completion percentage by loading a parsed todo source and applying an evaluation rule to distinguish completed items from open ones. The resulting output is a concise progress summary revealing overall project status.

Do I need a specific format to load a list of todos for progress tracking?

You need a parsed todo source and an evaluation rule for completed versus open items. The skill works across local lists, project boards, or documentation where todos are tracked, requiring no specific dependencies or components.

What is the best way to report task management progress to a team?

The best way to report task progress is to generate a concise summary from a parsed todo list. By applying completion rules, you compute the overall completion percentage and reveal what is finished and what remains for team updates.