Подготовка оценки к публикации в Inspect AI
documentation
prepare-submission-workflow is a Claude Code skill that guides an evaluation through the full preparation cycle for registration in the Inspect AI catalog. Since May 2026, new evaluations are submitted as entries in register/ while the evaluation code stays in the author's own upstream repository — the skill verifies and enforces this model. The five-step workflow covers: checking upstream repo requirements (pyproject.toml with a [project] table, inspect_ai as a dependency, @task-decorated functions), drafting and writing register/<eval_name>/eval.yaml from the example_eval.yaml template with fields derived automatically from the upstream repo, running make check to validate the YAML and auto-generate README.md, creating a changelog fragment with uv run scriv create, and opening a pull request using the project's PR template. Aimed at developers submitting a new eval to the Inspect AI register or finalizing a submission PR.
- #submission
- #registration
- #inspect-ai
- #yaml-generation
- #validation