wrap-up

Synchronize task states, commit changes, and archive project knowledge with git.

Updated May 3, 2026
One-click install
npx skills add https://github.com/skogai/marketplace --skill wrap-up-skogai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap-up
Source: https://github.com/skogai/marketplace/tree/main/skogai-core/skills/wrap-up
Command: npx skills add https://github.com/skogai/marketplace --skill wrap-up-skogai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of fragmented project state and lost knowledge by automating the end-of-session ritual of committing code, documenting insights, and organizing files.

Core Features & Use Cases

  • Task Synchronization: Automatically updates issue states and cleans up stale worktrees.
  • Knowledge Capture: Ensures debugging insights and project conventions are permanently recorded in memory files or documentation.
  • Journaling: Preserves significant milestones and architectural decisions in a structured, append-only format.

Quick Start

Invoke the wrap-up skill to finalize your current session and document all progress.

Frequently Asked Questions about wrap-up

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

FAQPage Schema
How do I automate git cleanup and code documentation at the end of a development session?

Automating end-of-session cleanup involves synchronizing task states, committing git changes, and archiving project knowledge. This workflow ensures consistent documentation and repository hygiene by finalizing your session and recording all progress automatically.

What is the best way to capture debugging insights and project conventions permanently?

The best way to capture debugging insights is through automated knowledge archiving during your session wrap-up. This preserves significant milestones and architectural decisions in a structured, append-only format within memory files or documentation.

How do I synchronize task states and clean up stale worktrees before committing code?

To synchronize task states and clean up stale worktrees, you can run an automated end-of-session workflow. This process updates issue states automatically and archives project knowledge before finalizing your git commit.

Do I need git and gptodo integration to automate workflow cleanup and task tracking?

You need git to manage version control for committing changes, while gptodo is an optional integration for task tracking. Both work together to automate the cleanup workflow and ensure repository hygiene effectively.

When should I use an automated session wrap-up for repository hygiene?

You should use an automated session wrap-up for any software development session requiring consistent documentation and repository hygiene. It solves the problem of fragmented project state and lost knowledge by automating the finalization ritual.