review-session

Analyze DAGI session logs and generate structured self-review reports.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/ag3nt3154/Driverless_AGI --skill review-session-ag3nt3154
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-session
Source: https://github.com/ag3nt3154/Driverless_AGI/tree/main/.dagi/skills/review-session
Command: npx skills add https://github.com/ag3nt3154/Driverless_AGI --skill review-session-ag3nt3154

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deep-read and evaluate long DAGI session logs to produce structured self-review reports, enabling ongoing agent performance improvement and accountability.

Core Features & Use Cases

  • Full-session analysis that reads complete logs to assess tasks, actions, errors, corrections, and outputs formal reviews.
  • Flexible review scope with single-session or batch reviews, supporting filters like session ID, time windows, last N sessions, minimum node length, and unreviewed/reviewed mode.
  • Output and traceability to .dagi/self-review/review_{session-id}.md, plus an accompanying self-improvement plan to guide changes.

Quick Start

Review the most recent session and save the self-review report to .dagi/self-review/review_{session-id}.md.

Frequently Asked Questions about review-session

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

FAQPage Schema
How do I automate session log analysis for agent self-review?

Automate session log analysis by reading complete DAGI session logs to evaluate tasks, actions, and errors, generating structured self-review reports for ongoing agent performance improvement.

Can I filter session reviews by time window or session ID?

Yes, you can filter session reviews by explicit session ID, time window, count, or default to the last five unreviewed sessions above a minimum node length.

What is the best way to generate structured self-improvement plans from session logs?

Generate structured self-improvement plans by deep-reading session logs to output formal reviews and an accompanying improvement plan, storing artifacts under .dagi/self-review/.

How do I review multiple unreviewed DAGI sessions at once?

Review multiple unreviewed DAGI sessions at once by applying batch review mode, which processes sessions filtered by count, time window, or the default last five unreviewed sessions.

Does the self-review process work with short session logs?

The self-review process defaults to sessions above a minimum node length, ensuring logs contain sufficient data depth for accurate analysis while still supporting explicit ID filtering for shorter sessions.