follow-up-patrol

Parse MEMORY.md and issue tracker follow-ups, compute ages, and write follow-up-status.md.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill follow-up-patrol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: follow-up-patrol
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/follow-up-patrol
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill follow-up-patrol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weekly escalation audit — parses the follow-up / open-loop section of MEMORY.md plus the issue tracker, computes item ages, and alerts on items hitting urgency thresholds so nothing rots unattended.

Core Features & Use Cases

  • Parse and classify follow-up items by Section (Known Follow-ups, Next Priorities, Open Loops) and extract label, date, and status.
  • Compute item ages and generate escalation status across CRITICAL/HIGH/MEDIUM/WATCH tiers.
  • Notify or generate follow-up status reports and write memory/topics/follow-up-status.md and logs.

Quick Start

Run the follow-up-patrol skill to generate and write the latest follow-up status for today.

Frequently Asked Questions about follow-up-patrol

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

FAQPage Schema
How do I automate follow-up tracking and escalation alerts for aging issues?

Automated follow-up tracking parses MEMORY.md and your issue tracker to compute item ages and trigger escalation alerts when thresholds are exceeded. It classifies items into Known Follow-ups, Next Priorities, and Open Loops to ensure nothing rots unattended during weekly audits.

What is the best way to monitor open loops and prevent unattended backlog aging?

Monitoring open loops involves parsing memory sections to extract labels, dates, and statuses, then computing ages to detect deadlines. This process generates escalation statuses across CRITICAL, HIGH, MEDIUM, and WATCH tiers, writing results to a follow-up status report.

How do I calculate item ages and generate urgency tiers for a review backlog?

Calculating item ages requires extracting the date and status from each follow-up entry, then computing the duration against predefined thresholds. The system assigns escalation tiers like CRITICAL or WATCH and logs the results to memory/topics/follow-up-status.md.

Can I use automated escalation audits for memory follow-ups without external dependencies?

Yes, automated escalation audits run without external dependencies by reading directly from MEMORY.md and the issue tracker. The skill internally parses multiple sections, computes ages, and generates optional notifications alongside the status report.

When should I run weekly escalation audits for open follow-ups and issue tracking?

Weekly escalation audits should be run during regular review cycles to parse the latest MEMORY.md and issue tracker entries. Running the audit computes current item ages and immediately flags any follow-ups that have crossed urgency thresholds.

Why are my follow-up status reports not capturing all open loops from MEMORY.md?

Follow-up status reports capture open loops by parsing specific sections within MEMORY.md, extracting the label, date, and status for each item. If entries lack proper dating or status formatting, the age computation and subsequent escalation detection may fail to classify them correctly.