Project Task Statistics

VerifiedSafe

Display project progress statistics including task counts by status, completion rate, and active timers.

Sby Skills Guide Bot
DevelopmentBeginner
206/2/2026
Claude Code
#project-management#task-tracking#progress#statistics

Recommended for

Our review

Displays statistics and progress of project tasks including completion percentage, status breakdown, and recorded context.

Strengths

  • Quick overview of project status
  • Clear visual table of task distribution
  • Includes context like learnings and decisions
  • Highlights active timers and blockers

Limitations

  • Relies on tk_context MCP tool being available
  • Only shows tasks, not detailed metrics like time estimates
  • Does not provide historical trends
When to use it

When you need a quick status update on project progress and task distribution.

When not to use it

When you need detailed per-task analysis or time tracking beyond active timers.

Security analysis

Safe
Quality score85/100

This skill only reads project state via a presumably safe MCP tool and displays statistics. No external commands, file modifications, or data exfiltration are involved.

No concerns found

Examples

Get project progress overview
Show me the project progress and statistics.
Check completion rate and blockers
What's the completion rate? Are there any blocked tasks?

name: tk-stats description: Show project task statistics and progress. Use when user says /tk:stats or asks about progress, how many tasks, completion rate, or project status.

Show Task Statistics

Display progress statistics for the current project.

Instructions

  1. Use the tk_context MCP tool to get full project state
  2. Calculate and display:
    • Total tasks by status (ready, in_progress, blocked, done)
    • Completion percentage
    • Number of learnings and decisions recorded
    • Any tasks with active timers

Output Format

## Project Progress

**Completion:** X/Y tasks done (Z%)

| Status      | Count |
|-------------|-------|
| Done        | X     |
| In Progress | X     |
| Ready       | X     |
| Blocked     | X     |

**Context:**
- X learnings recorded
- X decisions documented
- X tasks have notes

**Active Timers:** (if any)
- [task-id]: running for Xh Xm

Notes

  • If completion is high (>80%), congratulate progress
  • If many tasks are blocked, highlight the blockers
  • Show time spent if tasks have duration tracked
Related skills