ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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>.