# examples-run-analysis

> Claude/Codex skill by [@openai](https://omgskills.com/library/openai/index.md) · 29k stars · Updated 2026-08-31

Analyze artifacts from the latest completed manual examples Make run. Read the main log, every relevant per-example log, and example source; validate every exit-0 example and classify failures, skips, and environment restrictions. Never execute or control examples.

Tags: agents, ai, framework, harness, llm, openai, python

## Install

```sh
git clone https://github.com/openai/openai-agents-python /tmp/openai-agents-python && ln -s /tmp/openai-agents-python/.agents/skills/examples-run-analysis ~/.claude/skills/examples-run-analysis
```

## From README

Examples Run Analysis Use this skill only to analyze artifacts that already exist after a user has manually invoked an examples Make target. This skill is read-only and analysis-only. Hard boundary Never start, retry, stop, or otherwise execute examples. Never invoke an examples Make target or .github/scripts/runexamples.sh. Never request elevated execution, alter an environment, remove a pid file, or own or signal a background process. Never treat an older completed run as current when the newest run is active, incomplete, or stale. If usable results are missing, stale, incomplete, or still running, stop the analysis and ask the user to run the appropriate Make target manually. Give the exact command but do not execute it. The supported workflow is an explicit manual Make invocation followed by analysis of the generated artifacts. Artifacts to inspect Background pid file: .tmp/examples-auto-run.pid. Main logs: .tmp/examples-start-logs/main.log.

## Links

- HTML page: https://omgskills.com/skills/openai/openai-agents-python/examples-auto-run/
- GitHub: https://github.com/openai/openai-agents-python
- Author: [@openai](https://omgskills.com/library/openai/index.md)

## More from this repo

- [code-change-verification](https://omgskills.com/skills/openai/openai-agents-python/code-change-verification/index.md) — Used to run the required final formatting, lint, type, and test checks after eligible SDK changes pass review.
   - [@openai](https://omgskills.com/library/openai/index.md) · 29k stars
- [credit-note-fixer](https://omgskills.com/skills/openai/openai-agents-python/credit-note-fixer/index.md) — Used to fix the tiny credit-note formatting bug and rerun the exact targeted test command.
   - [@openai](https://omgskills.com/library/openai/index.md) · 29k stars
- [csv-workbench](https://omgskills.com/skills/openai/openai-agents-python/csv-workbench/index.md) — Used to analyze CSV files in /mnt/data and return concise numeric summaries.
   - [@openai](https://omgskills.com/library/openai/index.md) · 29k stars
