← ClaudeAtlas

routine-test-pinglisted

Proof-of-life for the routine monitor. Appends one timestamped line to SHELL.md under Monitoring and stops. Fired by the routine scheduler; not for operator use.
gtapps/claude-code-hermit · ★ 74 · AI & Automation · score 77
Install: claude install-skill gtapps/claude-code-hermit
# Routine Test Ping Proof-of-life for the routine monitor — confirms a routine still fires correctly. No side effects beyond a log line. ## Steps Append one line to `.claude-code-hermit/sessions/SHELL.md` under `## Monitoring`: ``` [HH:MM] routine-test-ping: fired. ``` Stop. No channel send, no further checks.