Dev10x-session-wrap-up

Triage open loops from Git, PRs, and TODOs at session end.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

At the end of a session, this Skill captures all open loops, aggregates them, and routes each item to the most appropriate follow-up context so nothing falls through the cracks when the session closes.

Core Features & Use Cases

  • Auto-scan phase collects in-session tasks, Git status, and open PRs to surface outstanding work.
  • Gap-fill phase presents discovered loops in a scannable format and helps triage items for action, defer, or drop.
  • Per-item triage assigns finish-or-deferral actions, with a path to re-invoke later or relocate items to appropriate discovery contexts (e.g., TODO.md or Slack).
  • Batch-mode support enables deferring multiple items to a project file, Slack, or standard triage flow when there are many items.
  • Used by developers and teams to maintain session hygiene and ensure progress is tracked across tools (Git, PRs, project docs).

Quick Start

Invoke Dev10x-session-wrap-up at session end to capture open loops and route each item to the correct follow-up context.

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 track open loops and unfinished tasks at the end of a coding session?

To track open loops at session end, an automated workflow scans in-progress tasks, Git status, and open PRs to surface outstanding work. It then triages each item, allowing you to act, defer, or drop unfinished tasks so nothing falls through the cracks.

How do I automate triage for unfinished Git status and open PRs?

Automated triage for Git status and open PRs uses an auto-scan phase to discover outstanding work, followed by a gap-fill phase. This presents items in a scannable format, assigning finish-or-deferral actions and relocating items to appropriate contexts like TODO.md.

Can I batch defer multiple open tasks to a project file?

Yes, you can batch defer multiple open tasks. Batch-mode support enables deferring several items simultaneously to a project file, standard triage flow, or Slack, ensuring efficient session wrap-up when many open loops are discovered.

What is the best way to manage project TODOs and open PRs before closing a session?

The best way to manage project TODOs and open PRs before closing a session is a phase-based workflow that aggregates open loops and routes each item to the correct follow-up context. This maintains session hygiene and tracks progress across tools.

Does session wrap-up integrate with Git and TODO files for routing unfinished work?

Session wrap-up integrates directly with Git, gh, and TODO files. These integration points allow the workflow to automatically scan repository status, classify unfinished work, and route items to appropriate discovery contexts for later action.

Why do my open loops fall through the cracks when I close my coding session?

Open loops fall through the cracks without a structured end-of-session workflow because unfinished work across tasks, Git, and PRs remains untracked. Automating session wrap-up captures and routes each item to a follow-up context, preventing lost progress.