review-task

Analyze project task files and generate structured status reports.

21|4|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/JotJunior/claude-ai-tips --skill review-task-jotjunior
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-task
Source: https://github.com/JotJunior/claude-ai-tips/tree/main/global/skills/review-task
Command: npx skills add https://github.com/JotJunior/claude-ai-tips --skill review-task-jotjunior

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps teams quickly assess task progress by reading the project's task file and producing a clear status report that highlights completed, in-progress, pending, and blocked tasks.

Core Features & Use Cases

  • Analyze the primary tasks file (docs/tasks.md, tasks.md, TODO.md, or similar) to extract task entries and statuses.
  • Generate a structured report that summarizes progress, blockers, and ready-to-start items for planning.
  • Use cases include sprint reviews, backlog grooming, and project status updates for stakeholders.

Quick Start

Identify the tasks file in supported locations, analyze the tasks, and generate a status report.

Frequently Asked Questions about review-task

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

FAQPage Schema
How do I generate a task status report from a markdown tasks file?

To generate a task status report, the skill analyzes your project's tasks file (like docs/tasks.md or TODO.md) to extract progress and identify backlog items, producing a structured report with recommended next steps.

What is the best way to track backlog status and ready-to-start items for a sprint review?

Tracking backlog status for a sprint review involves analyzing the primary tasks file to summarize completed, in-progress, pending, and blocked tasks, which highlights ready-to-start items for backlog grooming.

Does the task status report work with documentation and code projects?

Yes, the task status report works with documentation, code, or mixed projects by analyzing the task entries in supported file locations to identify task progress and blockers across different project types.

Do I need a specific file format to generate a project status update?

You need a tasks file in supported locations like docs/tasks.md, tasks.md, or TODO.md to generate a project status update, as the tool reads these files to extract task entries and their current statuses.

How does the status report identify blockers and pending tasks?

The status report identifies blockers and pending tasks by parsing the task entries in your markdown file, categorizing them into completed, in-progress, pending, and blocked states to provide clear project visibility.