一键导入
syngen-validation-debugging
Use for marshmallow validation errors, metadata schema failures, and CLI argument validation issues in Syngen.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for marshmallow validation errors, metadata schema failures, and CLI argument validation issues in Syngen.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use to verify or set up the local Syngen development environment — creates a `.venv` if missing, installs `requirements.txt`, probes runtime imports, and confirms pytest collection works. Invoke this on a fresh checkout, when pytest reports `ModuleNotFoundError`, or when `python -m build / twine / mypy` says the tool is not installed.
Use for implementing production-grade Syngen features or non-trivial code changes.
Use for selecting the correct test, lint, CI, or packaging command for a given Syngen change.
Use when a coding or testing session reveals that a harness file (rule, skill, agent, or doc) is inaccurate, incomplete, or blocking correct work. Requires human approval before any harness file is changed.
| name | syngen-validation-debugging |
| description | Use for marshmallow validation errors, metadata schema failures, and CLI argument validation issues in Syngen. |
syngen/ml/validation_schema/.src/tests/unit/.python -m pytest src/tests/unit/<validation_path>.