Work Report Generator
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, scansTODO,FIXME, andHACKcomments, and looks for task files such asTODO.mdortasks.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.
Related Skills
Convert teaching schedules from talent development plan PDFs into structured Excel files, with cross-page tables, merged cells, multi-semester course splitting, major metadata extraction, and batch output.
Turn post-meeting text into bilingual minutes, preserving structure and consistent terminology.
Interprets tender files, generates bid docs, and checks compliance via the Bailian API.
Create, repair, and recalculate xlsx, xlsm, csv, or tsv workbooks with formula-safe edits, validation, and recalculation.