dev10x:wrap-up

Captures and triages open work items at the end of a development session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that no unfinished work or important notes are lost when a development session ends, by systematically capturing and organizing all open items.

Core Features & Use Cases

  • Comprehensive Scan: Gathers open tasks, git status, session TODOs, open PRs, and project TODO files.
  • Interactive Triage: Allows users to decide whether to finish, defer, or drop each identified item.
  • Use Case: At the end of a coding session, you can run this skill to automatically find all your uncommitted changes, any # TODO comments you added, and any tasks that are still open, then decide how to handle each one before logging off.

Quick Start

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

Frequently Asked Questions about dev10x:wrap-up

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

FAQPage Schema
How do I track open TODOs and uncommitted git changes before ending a coding session?

To track open TODOs and uncommitted git changes before ending a coding session, you can use an automated wrap-up workflow that scans for in-session tasks, git status, and project TODO files to triage them.

What is the best way to capture open loops and session tasks in software development?

The best way to capture open loops is to systematically scan for in-session tasks, open GitHub PRs, and in-progress memory entries, then interactively decide whether to finish, defer, or drop each item.

Can I automatically find uncommitted changes and open PRs when closing a development session?

Yes, you can automatically find uncommitted changes and open PRs by running a comprehensive session scan that gathers git status and open GitHub PRs alongside session TODOs.

How do I manage deferred tasks and prevent data loss across development sessions?

You manage deferred tasks and prevent data loss by orchestrating an end-of-session capture that identifies all open work items and facilitates user decisions to finish, defer, or drop them.

Does session management workflow automation work with existing project TODO files?

Yes, session management workflow automation works with existing project TODO files by scanning them alongside git status and in-session tasks to ensure all open items are captured and triaged.