ワンクリックで
sparkgen-template-test
Run cookiecutter matrix tests to verify template generates correctly across all variable combinations
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run cookiecutter matrix tests to verify template generates correctly across all variable combinations
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Generate a new SparkGen-AWS project from the cookiecutter template
Develop and modify the SparkGen-AWS cookiecutter template — variables, hooks, files
Add, modify, remove, list, or show agents in the workflow
Send a chat message to the running agent server and display the response
Switch LLM providers, deployment modes, and manage environment configuration
Diagnose issues with Ollama, Docker, AWS, endpoints, guardrails, RAG, or general health
SOC 職業分類に基づく
| name | sparkgen-template-test |
| description | Run cookiecutter matrix tests to verify template generates correctly across all variable combinations |
| user_invokable | true |
| auto_invokable | true |
| auto_invoke_hint | Invoke when discussing template testing, generation issues, or after modifying template files |
| arguments | [--combo N] or no args for all combos |
Run the cookiecutter matrix test to verify the template generates correctly.
Before testing:
test_cookiecutter_matrix.sh existscookiecutter --versionpython --version/sparkgen-template-test)bash test_cookiecutter_matrix.sh
This script:
python -m compileall on each generated project/sparkgen-template-test --combo N)Run only combination N from the matrix. Useful for debugging a specific failure.
For each combo, check:
Common failure causes:
{{ }} expression inside {{cookiecutter.project_slug}}/ is not wrapped in {% raw %}...{% endraw %}{% if %}) produced invalid Python/YAML