AI Agent Hub
Back to skills
AI Daily Self-Review System icon

AI Daily Self-Review System

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_fe828a0e/self-reivew-pro.

About this skill

Problem

AI agents accumulate a lot of daily conversation, task execution, and error traces, but many failures do not naturally compound into learning. A stuck command, an unvalidated assumption, or a recurring “something felt off” moment often gets patched in the moment and then reappears. Self Review Pro treats daily runtime material as an auditable review record: it surfaces blind spots, recognizes repeated patterns, and compresses the outcome into executable rules.

How it works

  • Trigger: It can run automatically at 22:00 daily, or manually when the user says “review” or “self review.”
  • Data collection: It gathers today's conversation history, task logs, logs, stuck-execution records, and yesterday's review from memory/YYYY-MM-DD.md and MEMORY.md.
  • Review template: It follows nine modules, including the day's sharpest pain point, challenged beliefs, thinking blind spots, unvalidated assumptions, pattern recognition, three-level root-cause questioning, cognitive upgrade, if-then action anchors, and a self-audit checklist.
  • Memory writes: Core conclusions go into long-term MEMORY.md, the full process goes into memory/YYYY-MM-DD.md, and an external summary can be reduced to one or two sentences.

Boundaries

It fits agent workflows that already have conversation, task, log, and memory artifacts, especially when debugging, tool calls, or process decisions repeat. Quality depends on inputs: without history, execution logs, or searchable conversations, the template still runs, but pattern recognition and root-cause analysis become weaker. It is not a replacement for engineering monitoring, audit systems, or human incident review; it works best as a lightweight daily calibration loop.

Use Cases

  • Automatically collect daily conversations, task logs, and error records at 22:00 to complete a nine-module review.
  • Manually trigger a self-review after repeated task failures to dig into root causes and extract if-then action anchors.
  • Compress core review conclusions into MEMORY.md and archive the full process into memory/YYYY-MM-DD.md for future reference.
  • Combine yesterday's review and today's error logs to identify recurring blind spots, repeated patterns, and unvalidated assumptions.

Best For

  • AI app developers who need to equip their AI agents with daily reflection and experience accumulation capabilities.
  • Prompt engineers aiming to transform agent logs, conversations, and error records into actionable improvement rules.
  • Architects focused on AI agent memory management, seeking to standardize writing workflows for MEMORY.md and short-term memory.
  • Independent developers debugging multi-turn dialogue agents who need to locate thinking blind spots and recurring failure patterns.