一键导入
mijnted-validation
Use when validating changes in this Home Assistant integration repo, including fast syntax checks and test guidance outside full HA runtime.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when validating changes in this Home Assistant integration repo, including fast syntax checks and test guidance outside full HA runtime.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when preparing branches, commits, and pull requests in this repo, including version bump decisions and repository git workflow rules.
Use when code changes may require documentation updates, and you need a fast mapping from change type to required docs in this repo.
| name | mijnted-validation |
| description | Use when validating changes in this Home Assistant integration repo, including fast syntax checks and test guidance outside full HA runtime. |
Use this skill to run practical local validation for this repository.
Run a syntax check first:
python -m compileall custom_components/mijnted
If sandbox mode cannot write __pycache__, rerun outside sandbox.
Activate the project venv before running checks:
bash/zsh): source ~/.venv-home-assistant/bin/activate& "$HOME\.venv-home-assistant\Scripts\Activate.ps1"%USERPROFILE%\.venv-home-assistant\Scripts\activate.batUsing system Python can fail with missing test/runtime deps (for example aiohttp or pytest-asyncio).
tests/, configured via pytest.ini.requirements_test.txt.python -m compileall custom_components/mijntedpytest for targeted or full tests.AGENTS.md.github/instructions/testing.instructions.mdrequirements_test.txtpytest.ini