Project Task Statistics

VerifiedSafe

Displays project progress statistics including task counts by status, completion percentage, and number of learnings and decisions. Useful when you need a quick overview of project status or want to check completion rates.

Sby Skills Guide Bot
ProductivityBeginner
706/2/2026
Claude Code
#task-statistics#project-progress#completion-rate#status-report

Recommended for

Our review

Displays project task progress statistics, including counts by status and completion percentage.

Strengths

  • Provides a quick overview of overall project progress.
  • Identifies blocked or in-progress tasks.
  • Incorporates recorded learnings and decisions.

Limitations

  • Requires the project to use the tk task tracking system.
  • Limited to data already structured within the project.
When to use it

To obtain a visual summary of project status during a check-in.

When not to use it

For detailed performance analysis or end-date predictions.

Security analysis

Safe
Quality score85/100

The skill only reads local project state via an MCP tool and calculates statistics. It does not execute any shell commands, network requests, or file system modifications, and poses no risk of data exfiltration or system damage.

No concerns found

Examples

Project Progress Stats
Show me the project task statistics and progress.
Task Completion Rate
What's the completion rate of my tasks? How many are done, in progress, blocked?

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