OpenClaw Testing Use this skill when deciding what to test, debugging failures, rerunning CI, or validating a change without wasting hours. Read First - for local test commands. - for CI scope, release checks, Docker chunks, and runner behavior. - Scoped files before editing code under a subtree. Default Rule Prove the touched surface first. Do not reflexively run the whole suite. 1. Inspect the diff and classify the touched surface: - normal source checkout, source change: , then - normal source checkout, tests only: - normal source checkout, one failing file: - Codex worktree or linked/spar…