What problem does it solve? After the org-wide daily-fire-watch routine posts its morning report to Slack, each repo still needs its share of the findings turned into actionable work. Re-running a full survey in every repo to rediscover the same items wastes tokens and time. This Skill reads the already-published report, extracts only the items routed to the repo you are in, and hands them to the work-recommendations delegate in the report's own priority order. ## Core Features & Use Cases - Report consumption: Fetches the newest Daily Fire Watch post from the pinned routine poster in Slack #daily-fire-watch and parses only its fenced fire-watch-v1 machine block, never the prose. - Exact repo filtering: Matches item lines to the current repo by bare name equality, preserving the report's Top-5 ranking and tier ordering (P0 through unranked). - Safe delegation: Normalizes items into handles (issue, PR, Sentry, cron, ci-red) and delegates all filing and dispatch to work-recommendations behind its preview and approval gates. - Use Case: You open your repo Monday morning and say "work the fire watch" — the Skill pulls today's report, finds the three items routed to your repo, and ships them through the standard dispatch flow without re-surveying anything. ## Quick Start Work the fire watch for this repo using today's daily-fire-watch Slack report.