.agents/skills/examples-auto-run/SKILL.md
Run python examples in auto mode with logging, rerun helpers, and background control.
npx skillsauth add openai/openai-agents-python examples-auto-runInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
uv run examples/run_examples.py with:
EXAMPLES_INTERACTIVE_MODE=auto (auto-input/auto-approve)..tmp/examples-start-logs/.--main-log (also under .tmp/examples-start-logs/)..tmp/examples-rerun.txt when --write-rerun is set.run.sh.stop cleans it up.# Start (auto mode; interactive included by default)
.agents/skills/examples-auto-run/scripts/run.sh start [extra args to run_examples.py]
# Examples:
.agents/skills/examples-auto-run/scripts/run.sh start --filter basic
.agents/skills/examples-auto-run/scripts/run.sh start --include-server --include-audio
# Check status
.agents/skills/examples-auto-run/scripts/run.sh status
# Stop running job
.agents/skills/examples-auto-run/scripts/run.sh stop
# List logs
.agents/skills/examples-auto-run/scripts/run.sh logs
# Tail latest log (or specify one)
.agents/skills/examples-auto-run/scripts/run.sh tail
.agents/skills/examples-auto-run/scripts/run.sh tail main_20260113-123000.log
# Collect rerun list from a main log (defaults to latest main_*.log)
.agents/skills/examples-auto-run/scripts/run.sh collect
# Rerun only failed entries from rerun file (auto mode)
.agents/skills/examples-auto-run/scripts/run.sh rerun
EXAMPLES_INTERACTIVE_MODE=autoEXAMPLES_INCLUDE_INTERACTIVE=1EXAMPLES_INCLUDE_SERVER=0EXAMPLES_INCLUDE_AUDIO=0EXAMPLES_INCLUDE_EXTERNAL=0APPLY_PATCH_AUTO_APPROVE=1, SHELL_AUTO_APPROVE=1, AUTO_APPROVE_MCP=1.tmp/examples-start-logs/main_*.logrun_examples.py): .tmp/examples-start-logs/<module_path>.log.tmp/examples-rerun.txt.tmp/examples-start-logs/stdout_*.loguv run examples/run_examples.py, which already writes per-example logs and supports --collect, --rerun-file, and --print-auto-skip.start uses --write-rerun so failures are captured automatically..tmp/examples-rerun.txt exists and is non-empty, invoking the skill with no args runs rerun by default.The runner does not perform any automated behavioral validation. After every foreground start or rerun, Codex must manually validate all exit-0 entries:
.tmp/examples-start-logs/.testing
Use when the task requires capturing or automating a real browser from the terminal.
development
Build a concise prior authorization packet from local case files and payer policy docs.
development
Fix the tiny credit-note formatting bug and rerun the exact targeted test command.
testing
Analyze CSV files in /mnt/data and return concise numeric summaries.