daily-report

Summarize previous day's work sessions into a structured Markdown report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/weifuchow/work-agent-os --skill daily-report-weifuchow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-report
Source: https://github.com/weifuchow/work-agent-os/tree/main/.claude/skills/daily-report
Command: npx skills add https://github.com/weifuchow/work-agent-os --skill daily-report-weifuchow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of compiling daily work activities into a structured, easily reviewable report, saving time and improving productivity.

Core Features & Use Cases

  • Automatic Summarization: Collects and consolidates all work session data from the previous day.
  • Report Generation: Creates a formatted Markdown report containing summaries, tasks, and risk labels.
  • Use Case: A manager wants to generate a daily team activity report automatically to review progress without manual compilation, ensuring consistency and saving hours every day.

Quick Start

Use the generate_daily script to produce yesterday's report and review it in your daily workflow.

Frequently Asked Questions about daily-report

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

FAQPage Schema
How do I automate daily work report generation from session data?

Automate daily work report generation by scanning previous day's work sessions, extracting key summaries and tags, and formatting the output into Markdown for team review and record keeping. The process runs via the generate_daily script to compile tasks and risk labels automatically.

Can I generate a Markdown summary of yesterday's tasks without manual compilation?

You can generate a Markdown summary of yesterday's tasks without manual compilation by running the generate_daily script. It consolidates all work session data from the previous day into a structured report containing summaries, tasks, and risk labels for easy sharing.

What is the best way to create a structured team activity report for daily review?

The best way to create a structured team activity report for daily review is to automate the extraction of work session summaries and tags into a formatted Markdown document. This ensures consistency, saves hours of manual compilation, and provides an easily reviewable record of progress and risks.

Does daily report automation work without external dependencies?

Daily report automation works without external dependencies, relying solely on internal scripts to process session data. It requires no additional modules, using built-in data processing and report formatting capabilities to output a structured Markdown file for team review.

What data sources are needed to produce an automatic daily work summary?

To produce an automatic daily work summary, the system requires access to previous day's work session data containing summaries and tags. The script scans this session data to extract key information and formats it into a structured Markdown report.

What formatting limitations exist when automating report generation for team review?

The formatting limitation of automating report generation is that the output is strictly formatted as a Markdown file containing summaries, tasks, and risk labels. It does not support other file formats, focusing entirely on structured Markdown output for easy sharing and record keeping.