AI Daily Self-Review System
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:00daily, 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 frommemory/YYYY-MM-DD.mdandMEMORY.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-thenaction anchors, and a self-audit checklist. - Memory writes: Core conclusions go into long-term
MEMORY.md, the full process goes intomemory/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.
Related Skills
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.
Run a grilling session to interact with or test AI agents.
A systematic prompt optimization skill that refines prompts using a four-step distillation framework (diagnose, structure, think, compress) and methodologies from four prompting masters.
A meta-skill for the FlagOS skills repository to create, improve, validate, and evaluate agent skills, covering SKILL.md, scripts, references, and convention checks.