daily-report

Generate daily work reports from memory notes and session history into Markdown.

5|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/HikariShine/AgentStudy --skill daily-report-hikarishine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-report
Source: https://github.com/HikariShine/AgentStudy/tree/main/skills/daily-report
Command: npx skills add https://github.com/HikariShine/AgentStudy --skill daily-report-hikarishine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of daily work reports by aggregating memory notes and session histories, reducing manual writing effort.

Core Features & Use Cases

  • Reads memory notes from memory/ for the current day and merges with chat history
  • Generates a structured Markdown report under reports/YYYY-MM-DD.md
  • Supports a preview-then-commit workflow to push the report to version control

Quick Start

Write a concise instruction for the AI to produce today's daily report, preview it, and push after confirmation.

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 reports from chat history and memory notes?

To automate daily work reports, this Skill scans memory notes and session histories to generate a structured Markdown file. It consolidates your daily tasks and summaries into a formatted report without manual writing effort.

How to generate a Markdown daily report and push it to version control?

Generating a Markdown daily report follows a preview-then-commit workflow. The Skill creates the report file, allows you to preview the content, and executes a git push to version control only after receiving your confirmation.

Can I use session history to track daily tasks for individuals and teams?

Yes, session history is used to track daily tasks for both individuals and teams. The Skill extracts tasks from chat logs and merges them with memory notes to ensure consistent daily summaries and task tracking across your workflow.

Does the daily report automation tool require any dependencies or components?

No dependencies or components are required to use the daily report automation tool. It operates independently to scan memory folders, extract tasks, and create versioned Markdown reports.

What is the best way to consolidate memory notes into a formatted daily summary?

The best way to consolidate memory notes into a daily summary is using an automated workflow that reads current day notes and merges them with chat history. This process creates a structured Markdown file under a dated reports folder.