Resmi Sağlayıcı Skill'iView repo
Analyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/. Use when asked to audit doc coverage, sync docs with code, or propose doc updates/structure changes. Only update English docs under docs/** and never touch translated docs under docs/ja, docs/ko, or docs/zh. Provide a report and ask for approval before editing docs.
Dosyalar3 dosya
SKILL.md77 satır
Loading editor…
Kurulum
ÖnerilenTek komut — ajanınız otomatik olarak devreye alır.
Kurulum komutunu görmek için yukarıdan bir AI aracı seçin.
veya
Manuel Kurulum
Daha fazla adımArşivi indirin ve dosyaları projenize manuel olarak ekleyin.
Skill detayları
Versiyonv1.0.0
YazarOpenAI
Kategoriwriting
Skill IDopenai/openai-agents-python/.agents/skills/docs-sync
Dosyalar3 dosya
İlgili skill'ler
Code Change VerificationRun the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository.Credit Note FixerFix the tiny credit-note formatting bug and rerun the exact targeted test command.Csv WorkbenchAnalyze CSV files in /mnt/data and return concise numeric summaries.Examples Auto RunRun python examples in auto mode with logging, rerun helpers, and background control.Final Release ReviewPerform a release-readiness review by locating the previous release tag from remote tags and auditing the diff (e.g., v1.2.3...<commit>) for breaking changes, regressions, improvement opportunities, and risks before releasing openai-agents-python.Implementation StrategyDecide how to implement runtime and API changes in openai-agents-python before editing code. Use when a task changes exported APIs, runtime behavior, serialized state, tests, or docs and you need to choose the compatibility boundary, whether shims or migrations are warranted, and when unreleased interfaces can be rewritten directly.