AI Agent Hub
Back to skills
Work Report Generator icon

Work Report Generator

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_ab1ce028/work-report-generator.

About this skill

Problem

Daily and weekly reports often get stuck in manual cleanup: commits are scattered, task status is incomplete, and time boundaries are fuzzy. This skill is aimed at projects that already have a Git history or TODO markers, turning “what was done and what remains” into a reviewable Markdown report.

How It Works

  • Time-range handling: Supports recent 1-day daily reports and recent 7-day weekly reports by default, and also accepts custom ranges such as the last 3 days.
  • Data collection: Reads git log / commit messages in the selected window, scans TODO, FIXME, and HACK comments, and looks for task files such as TODO.md or tasks.txt.
  • Report generation: Organizes content into a standard template, separating completed work, open items, and notes, then outputs Markdown; the source notes it can be converted to HTML or other formats.
  • Multi-repo support: When work spans multiple repositories, each repository can be analyzed in turn and aggregated.

Boundaries

It works best as a report draft generator: output quality is higher when commit messages are descriptive and TODO lists are maintained. If the repository has no commits, users should supplement work logs or generate the report from TODO items. Reports may still include sensitive information, so review is needed before sharing.

Use Cases

  • Before Friday, turn commits and TODOs into a draft.
  • Create a daily report from today's commits and TODOs.
  • Generate a three-day report for a cross-team progress sync.
  • Aggregate multi-repo commits and tasks into one report.

Best For

  • Frontend engineers summarizing work across Git repos.
  • Indie developers turning TODO notes into reports.
  • Project engineers drafting daily/weekly reports for review.
  • Team leads exporting Markdown reports for HTML sharing.