advanced-daily-report

Generate daily, weekly, and monthly work reports from Git, email, memory, and todo data.

2.5k|422|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/openJiuwen-ai/jiuwenswarm --skill advanced-daily-report-openjiuwen-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: advanced-daily-report
Source: https://github.com/openJiuwen-ai/jiuwenswarm/tree/main/jiuwenswarm/resources/agent/workspace/skills/advanced-daily-report
Command: npx skills add https://github.com/openJiuwen-ai/jiuwenswarm --skill advanced-daily-report-openjiuwen-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of turning scattered productivity signals (Git commits, emails, memory notes, and todo status) into a consistent, readable daily/weekly/monthly report—without manually collecting and synthesizing everything.

Core Features & Use Cases

  • Multi-source collection for reports: Automatically gathers Git activity, email stats, memory summaries, and todo completion states so your report reflects real work signals.
  • Work efficiency analysis: Computes productivity indicators (e.g., completion rate, code change metrics) and supports trend comparisons for clearer progress tracking.
  • Optional AI insights for summaries and plans: Uses LLM analysis to produce an AI summary, suggest tomorrow’s priorities, and analyze work patterns over the last 7 days.

Use case: You want an end-to-end daily report every evening that includes your progress, code impact, email load, and a clear “tomorrow plan” in Markdown, ready to share (e.g., in Feishu).

Quick Start

Ask the assistant to run the advanced-daily-report skill to generate today’s report.

Frequently Asked Questions about advanced-daily-report

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

FAQPage Schema
How do I automate daily report generation from Git commits and email stats?

You can generate a daily work report by collecting Git commit activity, email statistics, memory summaries, and todo status into a single Markdown file. This skill aggregates these multi-source signals automatically to produce a comprehensive report without manual synthesis.

What is AI-assisted work pattern analysis for productivity tracking?

AI-assisted work pattern analysis uses LLM to evaluate your productivity indicators and completion rates over the last 7 days. It produces an AI summary, suggests tomorrow’s priorities, and identifies behavioral trends based on your collected work signals.

Can I generate weekly and monthly work reports with trend comparison?

Yes, you can generate weekly and monthly work reports with trend comparison. The skill computes productivity indicators like code change metrics and completion rates, enabling clear progress tracking across different time periods.

Does the daily report skill support exporting Markdown files for Feishu?

Yes, the daily report skill outputs a Markdown file content obtained through read_file, making it ready to share in platforms like Feishu. The generated report includes your progress, code impact, email load, and tomorrow’s plan.

Do I need to configure bash-runner to execute Python entrypoints for report generation?

Yes, required execution is via bash-runner invoking the provided Python entrypoints. This environment setup is necessary to collect work signals, run LLM analysis, and return the final report as Markdown file content.