What problem does it solve? Information scattered across multiple channels needs to be pulled into one inbox regularly, but manually running each collector and checking whether it actually worked is tedious and error-prone. This Skill automates one full collection round and confirms each collector left a fresh trace. ## Core Features & Use Cases - Registry-driven execution: Reads the collector declarations from the workspace registry file (자리-선언표.yaml) and runs every collector that has an executable command, skipping manual or query-only channels with a stated reason. - Failure isolation and verification: One collector's failure never stops the round; after execution it checks each collector's status file to confirm the timestamp was actually refreshed, treating unrefreshed files as failures. - Structured reporting: Produces a summary table showing per-collector run status, status-file freshness, and new item counts, plus recovery guidance from the registry when something fails. - Use Case: You say "수집 한 바퀴 돌려줘" in the morning; the Skill runs all due collectors, confirms each one's state file updated, and reports that email pulled 5 new items while one channel was skipped as manual. ## Quick Start Ask the assistant to run a collection round by saying "수집 돌려줘" and it will execute all declared collectors and report their status.