collect-reports

Consolidate scattered Markdown reports into a single CONSOLIDATED_REPORT.md with metadata and archive sources.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Auto-one-Family/Automation-One --skill collect-reports
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: collect-reports
Source: https://github.com/Auto-one-Family/Automation-One/tree/main/.claude/skills/collect-reports
Command: npx skills add https://github.com/Auto-one-Family/Automation-One --skill collect-reports

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of scattered or fragmented Markdown reports by consolidating multiple report files into one comprehensive document and preparing the original files for archival, removing manual copying, ordering, and tracking work from the handoff process.

Core Features & Use Cases

  • Inventory and grouping: Scans a specified folder (or a default folder) for .md reports, excludes existing CONSOLIDATED_REPORT.md, and identifies thematic, temporal, or chained relationships between reports.
  • Full-content consolidation: Embeds each included report verbatim into a single CONSOLIDATED_REPORT.md with metadata (ISO timestamp, branch, source list) so recipients can understand the full context without the originals.
  • Safe archival: After consolidation, moves only the included source reports into an archive folder following existing date-patterns or configured mappings, and leaves CONSOLIDATED_REPORT.md in place.
  • Use Case: Prepare a session handoff or send a complete status packet to a technical manager by merging inboxed agent or system reports into one archival-ready document.

Quick Start

Consolidate reports in .claude/reports/current/ and produce CONSOLIDATED_REPORT.md while archiving the processed sources.

Frequently Asked Questions about collect-reports

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

FAQPage Schema
How do I consolidate multiple Markdown reports into a single file for archival?

To consolidate multiple Markdown reports, you can scan a specified folder for .md files and embed their full contents verbatim into a single comprehensive document, adding metadata like ISO timestamps and branch info for context.

What is the best way to merge scattered Markdown session handoff reports?

The best way to merge scattered Markdown session handoff reports is to group files from inbox folders, compose a single file with full source contents, and move processed sources into an archive following existing date-based patterns.

Can I archive source Markdown files automatically after merging them into a report?

Yes, after consolidating source Markdown files into a single report, the original files can be safely moved into an archive folder using date-based patterns, leaving the newly created consolidated report in place.

How does report consolidation handle existing consolidated files during a glob scan?

During a glob scan, report consolidation explicitly excludes existing consolidated files to prevent duplication, ensuring only new source Markdown reports are embedded into the final comprehensive document.

Do I need a specific folder structure to consolidate Markdown reports for a technical manager review?

No specific folder structure is strictly required, but the Skill is optimized for default report folders like .claude/reports/current/ and .technical-manager/inbox/* for seamless manager review and archival workflows.