What problem does it solve? Work reports, session summaries, and context recovery often miss activity that happened on remote machines. This Skill standardizes a read-only SSH preflight and bounded evidence collection across Joey's default hosts (local machine, BL-mac-mini-m4-hoteng, hoteng-srv-01, and codex-hoteng-srv-01) so cross-host Codex work is never silently dropped. ## Core Features & Use Cases - Bounded Remote Preflight: Checks each default host for reachability, user/home identity, ~/.codex presence, and tool availability before any deeper reads, reporting the exact failure gate. - Safe Rollout Access: Provides session-meta, rollout-stat, rollout-summary, chunked-rollout-summary, fetch-rollout, fetch-rollout-chunk, and terminal-tail commands with strict byte caps, identity pinning, and symlink-safe descriptor-based file access. - Verified Full Reconstruction: Validates complete chunk plans against a 128 MiB budget, verifies SHA-256 and final stat, then delegates the exact JSONL record stream to codex-session-mining. - Use Case: When writing an Apple Notes work report, run the default preflight across all four hosts, locate relevant rollouts by creation date with session-meta, and merge remote evidence before concluding any task is missing from the report. ## Quick Start Run the remote-host-context preflight across the local machine and all three default SSH hosts to check which Codex evidence roots are reachable before summarizing recent work.