wrap-up

Analyze session context against git log and update memory files.

440|28|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ianlkl11234s/mini-taiwan-pulse --skill wrap-up-ianlkl11234s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap-up
Source: https://github.com/ianlkl11234s/mini-taiwan-pulse/tree/main/.agents/skills/wrap-up
Command: npx skills add https://github.com/ianlkl11234s/mini-taiwan-pulse --skill wrap-up-ianlkl11234s

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the session wrap-up process, ensuring comprehensive memory updates and a reviewable commit history.

Core Features & Use Cases

  • Session Wrap-up: Automates the analysis and documentation of session insights.
  • Memory Update: Integrates session insights into 9 memory files.
  • Atomic Commits: Ensures each update is committed atomically for traceability.
  • Reviewable Output: Provides a diff for user review before pushing changes.

Quick Start

/wrap-up to finalize the current session and commit memory updates.

Frequently Asked Questions about wrap-up

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

FAQPage Schema
How do I automate session wrap-up and memory updates with git?

Automating session wrap-up involves analyzing session context, comparing it with the git log, and updating memory files. This process requires git and Codex memory directory access to ensure atomic commits and reviewable diffs.

How does commit automation work when finalizing a development session?

Commit automation works by integrating session insights into memory files and committing each update atomically. This ensures traceability and provides a reviewable diff for you to check before pushing changes.

What is the review process for memory file updates before pushing?

The review process provides a reviewable diff for user review before pushing changes. This allows you to verify the automated session insights and memory updates against your git history before finalizing the commit.

Do I need git to manage memory updates and session documentation?

Yes, you need git to manage memory updates and session documentation. Git integration is a required dependency for comparing session context with the log and creating atomic commits for traceability.

Can I manually review the diff generated from a session wrap-up?

Yes, you can manually review the diff generated from a session wrap-up. The Skill provides a reviewable output diff specifically for user review, ensuring you can check memory updates before committing and pushing changes.