What it does
Runtime Fit Preflight Doctor performs a lightweight environment health scan before your agent commits to a task. It checks workspace state, tool availability, config integrity, memory headroom, and active session context — then returns a clear GO / HOLD / ABORT verdict with remediation hints.
Stop tasks from failing halfway through because of a missing binary, exhausted token budget, stale workspace lock, or bad config. Run the preflight, get a verdict, then proceed with confidence.
Use cases
- Pre-flight check before any long-running or destructive agent task.
- Catch stale workspace locks and memory bloat before they derail a session.
- Validate tool availability (wrangler, gh, python3, etc.) before pipeline runs.
- Confirm config integrity before releasing or deploying.
- Use in cron pipelines to gate scheduled jobs on runtime health.
Example usage
Run the runtime-fit-preflight-doctor skill before starting this deployment pipeline.
Requirements
- OpenClaw v2026.x or later
- No external API keys required
- Works with any OpenRouter-supported or local Ollama model
QA and security
This skill has been reviewed and cleared for release through the GetAgentIQ release pipeline with Rooster QA and Warlock security sign-off.