session-wrap-up

Automate end-of-session code review, documentation updates, and task tracking.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/owebboy/maestro --skill session-wrap-up-owebboy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-wrap-up
Source: https://github.com/owebboy/maestro/tree/main/skills/session-wrap-up
Command: npx skills add https://github.com/owebboy/maestro --skill session-wrap-up-owebboy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of fragmented development sessions by ensuring that code reviews, documentation updates, and project metadata are synchronized before a session ends, preventing technical debt and context loss.

Core Features & Use Cases

  • Automated Quality Review: Runs parallel agents to simplify code, perform security/performance audits, and verify implementation against specs.
  • Context Synchronization: Automatically updates project documentation like CLAUDE.md and AGENTS.md based on session learnings.
  • Work Item Lifecycle Management: Transitions work items to appropriate statuses and captures follow-up tasks directly into the project inbox.

Quick Start

Invoke the session wrap up skill to review your changes, update project documentation, and commit your work.

Frequently Asked Questions about session-wrap-up

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

FAQPage Schema
How do I automate end-of-session code reviews and documentation updates before committing?

Automating end-of-session code reviews and documentation updates requires coordinating parallel agents to audit security, verify implementation against specs, and sync project context files like CLAUDE.md. This ensures technical debt is prevented and work item statuses are transitioned accurately before the final git commit.

What is the best way to synchronize project documentation with git commit changes at the end of a development session?

The best way to synchronize project documentation with git changes is to apply an automated session wrap-up workflow that captures session learnings and updates context files like AGENTS.md. This prevents context loss by ensuring documentation reflects the exact state of the committed code.

Does session wrap-up work with local project context files and git-based version control?

Yes, session wrap-up requires integration with local project context files and git-based version control systems to ensure accurate state management. It uses these dependencies to verify implementation against project specs and transition work items to appropriate statuses.

How do I manage work item lifecycle and capture follow-up tasks when finalizing a development session?

To manage work item lifecycles during a development session wrap-up, you transition items to appropriate statuses and capture follow-up tasks directly into the project inbox. This coordinates task tracking alongside code reviews and documentation updates for clean commit hygiene.

Why does fragmented development context cause technical debt and how can I prevent it?

Fragmented development context causes technical debt when code reviews, documentation updates, and project metadata are not synchronized before a session ends. Prevent context loss by running parallel agents to audit code quality and automatically update project documentation prior to committing.

When should I not use an automated session wrap-up workflow for my code reviews?

You should avoid an automated session wrap-up workflow if your software development lifecycle does not require strict adherence to project specs or consistent commit hygiene. It relies heavily on local context files and git version control, making it unsuitable for environments lacking these structured integrations.