daily-progress-summary

Aggregate todo, work_done, and git activity into an HTML daily progress report.

5|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/ayanjiushishuai/dev_toolkits --skill daily-progress-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-progress-summary
Source: https://github.com/ayanjiushishuai/dev_toolkits/tree/main/skills/daily_progress_summary
Command: npx skills add https://github.com/ayanjiushishuai/dev_toolkits --skill daily-progress-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

生成每日开发进度总结报告。当用户需要了解当日开发进度、待办事项与提交变更时,自动聚合相关数据并生成可共享的报告。

Core Features & Use Cases

  • 并行化汇总与报告生成:同时汇总待办、已完成、状态与 git 变更,输出统一的 HTML 报告
  • 数据源整合:整合 .dev_doc/todo.md、.dev_doc/work_done.md、.dev_doc/status.md(如存在)以及最近的 git 日志
  • 使用场景广泛:适用于日常汇报、定时任务触发的进度快照、团队进度对齐

Quick Start

Generate today's HTML daily progress report by aggregating .dev_doc/todo.md, .dev_doc/work_done.md, .dev_doc/status.md (if present), and recent git activity.

Frequently Asked Questions about daily-progress-summary

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

FAQPage Schema
How do I generate a daily progress report from git activity and markdown files?

To generate a daily progress report, this Skill aggregates tasks from .dev_doc/todo.md, work_done.md, and recent git activity, outputting a structured HTML report at .dev_doc/daily_reports/YYYY-MM-DD.html.

What is the best way to automate a development standup summary?

Automating a standup summary involves aggregating completed work, todo items, and git logs into a structured format. This Skill outputs an HTML file with status metrics suitable for routine standup reviews.

How do I create a daily progress report if my .dev_doc/status.md file is missing?

Creating a daily progress report handles missing files gracefully by validating inputs. If .dev_doc/status.md is missing, the Skill summarizes available data from todo.md, work_done.md, and git activity.

Can I use git logs and markdown documentation to track daily development progress?

Tracking daily development progress with git logs and markdown is supported by aggregating recent git activity alongside .dev_doc/todo.md and work_done.md files into a unified HTML report.

Does the daily progress report generation work as a cron-triggered task?

Daily progress report generation works as a cron-triggered task by validating inputs and outputting a structured HTML file at .dev_doc/daily_reports/YYYY-MM-DD.html, ideal for scheduled progress snapshots.