task-status

Track and display project task statuses with phase filtering.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cooper538/eshop-demo --skill task-status
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-status
Source: https://github.com/cooper538/eshop-demo/tree/main/.claude/skills/task-status
Command: npx skills add https://github.com/cooper538/eshop-demo --skill task-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a concise overview of current tasks, their statuses, and blockers to help teams stay aligned and priorities clear.

Core Features & Use Cases

  • Status visualization: shows completed, in_progress, and pending tasks with clear icons.
  • Blocker awareness: highlights tasks blocked by dependencies and exposes next steps.
  • Progress tracking: computes and presents overall progress and upcoming milestones for current sprint or project.
  • Use Case: imagine you need to review a sprint's health; this skill aggregates statuses from your task board and outputs a readable summary.

Quick Start

Use the task-status command to view the current phase and overall progress. For example: /task-status, /task-status phase-02, or /task-status --all

Frequently Asked Questions about task-status

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

FAQPage Schema
How do I track project task status and blockers for an agile sprint?▼

You can track project task status and blockers by running the task-status command, which aggregates completed, in_progress, and pending tasks into a readable text summary to keep team priorities clear.

How do I view kanban board progress for a specific project phase?▼

To view kanban progress for a specific phase, run the task-status command with the phase name as an argument, such as /task-status phase-02, to filter and display relevant task statuses and milestones.

Can I see all pending and in-progress tasks across the entire project?▼

Yes, you can see all pending and in_progress tasks by running /task-status --all, which bypasses phase filtering and outputs a complete status report of your project tasks.

What is the best way to visualize task blockers and sprint health locally?▼

The best way to visualize task blockers locally is using a shell script like task-status.sh, which gathers board data and computes overall progress without needing external project management platforms.

Do I need any external dependencies to compute task progress in bash?▼

No external dependencies are required to compute task progress in bash, as the skill relies on a local shell script to gather data and output a text-based status report for AI contexts.

Why does my task status report show incomplete sprint milestones?▼

Your task status report shows incomplete milestones because tasks are still marked as pending or blocked by dependencies, and the script presents upcoming milestones based on current in_progress data.