consolidate

Group related session files into daily-summary.md files by issue numbers, file overlap, and time proximity.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/goffity/dev-km --skill consolidate-goffity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consolidate
Source: https://github.com/goffity/dev-km/tree/main/skills/consolidate
Command: npx skills add https://github.com/goffity/dev-km --skill consolidate-goffity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill tackles the problem of scattered and numerous auto-captured session files by intelligently grouping related sessions into a single, coherent daily summary, reducing clutter and improving knowledge organization.

Core Features & Use Cases

  • Automated Grouping: Consolidates session files based on issue numbers, file overlap, or time proximity.
  • Daily Summaries: Creates a daily-summary.md file for each day, containing merged content from grouped sessions.
  • Use Case: After a day of coding on various tasks, use /consolidate to automatically group all related coding sessions into a single summary, making it easy to review your progress and extract key learnings.

Quick Start

Run the consolidate command to preview today's consolidation.

Frequently Asked Questions about consolidate

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

FAQPage Schema
How do I consolidate scattered coding session files into a daily summary?

To consolidate scattered session files into a daily summary, this Skill automatically groups related sessions based on issue numbers, file overlap, and time proximity, then generates a single `daily-summary.md` file for each day.

How does automated session grouping work for daily code reviews?

Automated session grouping works by analyzing fragmented session data and linking related coding sessions through matching issue numbers, shared file overlap, or close time proximity to create coherent daily overviews.

Can I preview daily summary consolidation before executing it?

Yes, you can preview daily summary consolidation for specific dates. The Skill supports previewing the grouped sessions and executing the consolidation using configurable time windows and overlap thresholds.

What is the best way to organize auto-captured session files by date?

The best way to organize auto-captured session files by date is to merge them into daily summaries. This reduces file clutter by intelligently grouping related sessions into a single coherent markdown overview per day.

What are the limitations of using time proximity for session consolidation?

A limitation of using time proximity for session consolidation is that unrelated coding sessions may merge if they occur close together. Configurable time windows and overlap thresholds help mitigate this by controlling grouping sensitivity.