Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository.
8.2
Rating
0
Installs
Testing & Quality
Category
Excellent skill for automating verification workflows in a Python repository. The description clearly explains when to invoke the skill (code/test/build changes vs. docs-only). Task knowledge is comprehensive with both quick-start scripts and manual fallback steps, including the critical sequence (format→lint→mypy→tests) and fail-fast semantics. Structure is clean with a concise SKILL.md that references appropriately separated scripts. Novelty is moderate: while wrapping a standard CI verification stack, it provides meaningful value by encoding the correct execution order, cross-platform support, and fail-fast logic that would otherwise require a CLI agent to orchestrate multiple commands with proper error handling—saving tokens and reducing error risk.
Loading SKILL.md…

Skill Author