一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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
| 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