dev10x-session-wrap-up

Capture open tasks, Git status, TODOs, and PRs at session end.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-session-wrap-up
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev10x-session-wrap-up
Source: https://github.com/wooyek/dev10x-ai/tree/main/codex-skills/dev10x-session-wrap-up
Command: npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-session-wrap-up

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that no unfinished work or important context is lost when a coding session ends, by systematically capturing and organizing all open tasks, code changes, and pending items.

Core Features & Use Cases

  • Comprehensive Scan: Gathers in-session tasks, Git status, TODOs, open PRs, and project TODO files.
  • User Triage: Presents findings clearly and allows users to decide whether to finish, defer, or drop each item.
  • Deferred Work Routing: Integrates with dev10x:park to defer items to appropriate locations like project TODO files or Slack.
  • Use Case: Before logging off for the day, you can run this skill to ensure all your current coding tasks, notes, and any uncommitted changes are either completed, saved for later, or explicitly discarded, preventing data loss and maintaining project continuity.

Quick Start

Use dev10x:wrap-up to capture open loops before closing this session.

Frequently Asked Questions about dev10x-session-wrap-up

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

FAQPage Schema
How do I capture unfinished work and uncommitted changes before closing a coding session?

To capture unfinished work before closing a coding session, use a session wrap-up tool that scans Git status, in-session tasks, open PRs, and project TODO files to present a consolidated view of pending items for triage.

What is the best way to manage session TODOs and deferred tasks when logging off?

The best way to manage session TODOs and deferred tasks when logging off is to use an automated triage system that lets you finish, defer, or drop each item, ensuring no work is lost upon session closure.

Does this session wrap-up workflow integrate with project TODO files and MEMORY.md?

Yes, this session wrap-up workflow integrates directly with project TODO files and MEMORY.md, scanning them alongside Git status and open PRs to identify and consolidate deferred work appropriately.

How do I defer unfinished coding tasks to review later?

You can defer unfinished coding tasks by routing them to appropriate locations like project TODO files or Slack during the session triage process, ensuring items are explicitly saved for later review.

What does a comprehensive code wrap-up scan check for?

A comprehensive code wrap-up scan checks for in-session tasks, Git status, session TODOs, open PRs, project TODO files, and MEMORY.md to ensure all open loops are captured before session closure.