com um clique
test-verification-gate
// Runtime test verification gate for SceneScape — image freshness checks, rebuild-before-test requirements, and retry policy.
// Runtime test verification gate for SceneScape — image freshness checks, rebuild-before-test requirements, and retry policy.
| name | test-verification-gate |
| description | Runtime test verification gate for SceneScape — image freshness checks, rebuild-before-test requirements, and retry policy. |
Use this skill whenever a task adds or modifies tests.
Ensure runtime verification is completed and reported consistently.
pytest tests/sscape_tests/<test_file>.pypytest tests/functional/<test_file>.pyChanged controller/src/**, testing with pytest tests/functional/<test>.py:
make rebuild-controllerpytest tests/functional/<test>.pyChanged manager/src/**, testing with pytest tests/functional/<test>.py:
make rebuild-managerpytest tests/functional/<test>.pyUnit tests in tests/sscape_tests/ run on the host (no container images required).
Apply rebuild only for functional/UI/integration tests that exercise containerized services.
If execution is blocked (missing environment, skipped setup, unavailable runtime), report:
These checks are useful but do not replace runtime test execution.
Guide for creating SceneScape test cases — unit, functional, integration, UI, and smoke tests with positive and negative cases.
Procedures for updating SceneScape documentation — where to make changes and what to update for each type of modification.
JavaScript coding standards for SceneScape — code style, conventions, and frontend patterns.
Makefile standards for SceneScape — build targets, conventions, and patterns.
Python coding standards for SceneScape — imports, indentation, patterns, and conventions.
On-demand security review skill for SceneScape — code and configuration security guidance.