daily-review

Generate standardized daily review documents from logs, conversations, and code commits.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/hongmaple0820/agent-academy --skill daily-review-hongmaple0820
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-review
Source: https://github.com/hongmaple0820/agent-academy/tree/main/skills/daily-review
Command: npx skills add https://github.com/hongmaple0820/agent-academy --skill daily-review-hongmaple0820

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

简化每日复盘流程,自动整理日终记忆并归档到长期记忆中,帮助 AI 提取关键经验与改进点。

Core Features & Use Cases

  • 自动收集当日信息:从今日日志、对话历史、代码提交等源聚合关键信息。
  • 生成标准化的复盘文档:按固定模板输出,便于归档与记忆整理。
  • 持续更新长期记忆:关键经验自动归档到 MEMORY.md,同时可同步到共享知识库。
  • 定时与手动触发:支持 cron/systemd 定时触发和显式触发。

Quick Start

给出今天的工作回顾并按规定格式生成复盘文档。

Frequently Asked Questions about daily-review

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

FAQPage Schema
How do I automate daily reflections and memory consolidation for AI agents?

Automating daily reflections involves aggregating daily logs and conversation history into standardized markdown recap documents to update long-term memory. This skill uses configurable triggers to consolidate experiences without manual input.

Can I use cron or systemd to schedule automated daily reviews?

Yes, scheduled daily review is supported through cron and systemd automation scripts. This enables recurrent triggering at specified times to generate standardized recap documents and archive key experiences automatically.

What is the best way to consolidate daily conversation history into long-term memory?

Consolidating daily conversation history into long-term memory requires generating standardized markdown recap documents with robust frontmatter. This skill updates the MEMORY.md file to archive extracted key experiences and improvement points.

Does daily-review require curl to integrate with shared knowledge bases?

Curl is required as a dependency to support daily review automation and integration. It facilitates the synchronization of consolidated memory updates and recap documents with shared knowledge bases or external memory systems.

How do I generate standardized markdown recap documents from end-of-day logs?

Generating standardized markdown recap documents from end-of-day logs requires applying a fixed template with robust frontmatter. This skill aggregates daily information and outputs consistent markdown for archiving and memory consolidation.

When should I use manual triggers instead of scheduled automation for daily reviews?

Manual triggers suit ad-hoc daily review workflows when immediate memory consolidation is needed outside fixed schedules. This skill supports both scheduled automation and explicit triggering to generate recap documents on demand.