progress-tracker

Parse task markdown files to generate project progress reports.

54|21|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill progress-tracker-nhqvu2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress-tracker
Source: https://github.com/Nhqvu2005/VibeGravityKit/tree/main/VibeGravityKit/.agent/skills/progress-tracker
Command: npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill progress-tracker-nhqvu2005

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and data (resource) components.

What problem does it solve?

This Skill automates the process of generating project status reports by parsing task lists or Git status, saving time and ensuring consistent reporting.

Core Features & Use Cases

  • Task Parsing: Reads task.md files to identify completed, in-progress, and pending tasks.
  • Status Reporting: Generates formatted Markdown reports detailing progress, bottlenecks, and next steps.
  • Use Case: At the end of each day, run this skill on your task.md to generate a concise progress report for your project manager, highlighting what's done and what's next.

Quick Start

Use the progress-tracker skill to generate a report from the file task.md.

Frequently Asked Questions about progress-tracker

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

FAQPage Schema
How do I generate a project progress report from a task markdown file?

To generate a project progress report from a task markdown file, this skill parses your task.md files to categorize tasks into completed, in-progress, and pending statuses, producing a formatted Markdown report.

What is the best way to automate daily project status reporting for a manager?

Automating daily project status reporting is best handled by parsing task lists to identify bottlenecks and outline next steps. This skill generates concise Markdown updates detailing what is done and what is next for project managers.

Do I need Python to parse task lists for status updates?

Yes, you need Python to parse task lists for status updates. The skill requires Python scripts to read task.md files and format the extracted task data into structured project progress reports.

Can I identify project bottlenecks from pending and in-progress tasks?

Yes, you can identify project bottlenecks from pending and in-progress tasks. The parsed task markdown files are analyzed to highlight delays and outline actionable next steps within the generated status report.

What are the limitations of using markdown files for project progress tracking?

A limitation of using markdown files for project progress tracking is that it requires a strictly formatted task.md file to accurately parse completed, in-progress, and pending tasks without manual data entry errors.