What problem does it solve? Running a large suite of Python examples manually is slow and error-prone, especially when examples require interactive input, optional dependency extras, or background services. This Skill automates the full run cycle with consistent logging and failure tracking. ## Core Features & Use Cases - Automated Example Execution: Runs uv run examples/run_examples.py in auto mode with auto-approvals and optional dependency extras (litellm, sqlalchemy, redis, modal, temporal, and more) enabled by default. - Lifecycle Helpers: Provides start, stop, status, logs, tail, collect, and rerun commands via run.sh, including background execution with a pidfile. - Failure Rerun Workflow: Writes failed examples to .tmp/examples-rerun.txt so only failures can be rerun without repeating the full suite. - Use Case: After modifying the SDK, start a full auto-mode run in the background, tail the main log, then rerun only the failed examples and manually validate each passing example's log against its source. ## Quick Start Use the examples-auto-run skill to start the repo examples in auto mode, then report status and summarize any failures from the logs.