scheduled-runtime-health-check

Execute user-specified commands in a background terminal within a scheduled time window.

4|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/LaiTszKin/apollo-toolkit --skill scheduled-runtime-health-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-runtime-health-check
Source: https://github.com/LaiTszKin/apollo-toolkit/tree/main/scheduled-runtime-health-check
Command: npx skills add https://github.com/LaiTszKin/apollo-toolkit --skill scheduled-runtime-health-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate timed command execution in a background terminal to run user-specified tasks immediately or within a bounded time window, with optional post-run log analysis to expose evidence-backed findings.

Core Features & Use Cases

  • Orchestrates a dedicated background-terminal session for a single run, ensuring logs and behavior are correlated.
  • Supports immediate runs or scheduled windows with bounded duration and a readiness signal check.
  • Delegates log analysis to analyse-app-logs when findings are requested or needed, providing structured health insights.

Quick Start

Run a command in a background terminal within a bounded window and capture logs for later review.

Frequently Asked Questions about scheduled-runtime-health-check

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

FAQPage Schema
How do I schedule a command to run automatically in the background?

To schedule a command, this Skill orchestrates a background-terminal run to execute your specified task either immediately or within a bounded time window, applying readiness checks before execution.

What is a health check for background command execution?

A health check for background execution coordinates a dedicated terminal session to run tasks with bounded durations and readiness signals, then optionally analyzes logs to produce a comprehensive health summary.

Can I run a scheduled task immediately instead of waiting for a specific time?

Yes, you can run a scheduled task immediately. The Skill supports both immediate runs and scheduled windows, applying bounded durations and readiness checks regardless of the execution timing.

How do I get log insights after running a scheduled command?

To get log insights after running a command, the Skill delegates post-run log analysis to the analyse-app-logs component, which provides structured health insights and reports run metadata and log locations.

Does background command execution work with automatic code updates?

Yes, background command execution works with optional code updates. The Skill applies bounded runtimes, readiness checks, and optional code updates before executing your scheduled or immediate command.

What's the best way to automate health checks with log analysis?

The best way to automate health checks is to coordinate a background-terminal run that executes your command within a bounded window, then delegates optional post-run log analysis to produce evidence-backed findings across modules.