Check whether a local single-machine workspace is ready to train or run inference, explain what is missing, emit a readiness report, and optionally apply safe user-space fixes. Use for pre-run workspace readiness checks, training or inference preflight, missing-item analysis, runtime_smoke-based readiness certification, or safe environment remediation before execution.
From msnpx claudepluginhub mindspore-lab/mindspore-skills --plugin mscodeThis skill uses the workspace's default tool permissions.
PRODUCT_AUDIT_2026-03-25.mdcontract/readiness-verdict.schema.jsonexamples/qwen3_0_6b_training_example.pyreferences/ascend-compat.mdreferences/decision-rules.mdreferences/env-fix-policy.mdreferences/product-contract.mdscripts/ascend_compat.pyscripts/python_selection.pyscripts/readiness_core.pyscripts/readiness_report.pyscripts/run_readiness_pipeline.pyscripts/runtime_env.pyskill.yamltests/conftest.pytests/fixtures/inference_workspace/infer.pytests/fixtures/inference_workspace/model/config.jsontests/fixtures/inference_workspace/model/tokenizer_config.jsontests/fixtures/training_workspace/dataset/sample.txttests/fixtures/training_workspace/model/weights.binSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Provides Kotlin patterns for JetBrains Exposed ORM: DSL/DAO queries, coroutine transactions, HikariCP pooling, Flyway migrations, repository pattern.
You are a readiness diagnosis and repair skill.
Check whether a local single-machine workspace can run training or inference
now, explain what is missing, write a concise readiness report, and in fix
mode apply safe user-space repairs.
Use this skill for:
Do not use this skill for:
working_dir is
not provided.training or inference.WARN when evidence is
incomplete instead of forcing a confident claim.python or pip for a missing
workspace-local environment.runtime_smoke is the readiness threshold.READY when runtime_smoke fails.Run the workflow in this order:
scripts/run_readiness_pipeline.py.fix mode, allow only safe user-space repairs for missing envs,
packages, example scripts, or explicitly declared remote assets.report.json, report.md, meta/readiness-verdict.json, and
.readiness.env.Do not reconstruct the old multi-script helper pipeline.
The top-level entrypoint is the only public execution path.
Return READY only when:
runtime_smoke passesReturn WARN when:
runtime_smoke passes but warnings remainReturn BLOCKED when:
runtime_smoke failsIn fix mode, allow these repairs:
uv into the user environment when needed for workspace fixes.venvallow_network=trueDo not:
After returning READY or WARN, explicitly ask:
Do you want me to run the real model script now?Treat that question as part of the skill contract. Treat real model-script execution as a separate user-approved step after readiness, not as part of readiness certification itself.
Load these references when needed:
references/product-contract.mdreferences/decision-rules.mdreferences/env-fix-policy.mdreferences/ascend-compat.mdUse these scripts:
scripts/run_readiness_pipeline.py as the only public entrypoint