Генерация вспомогательных утилит для тестов игрового движка
engineering
test-helpers is a Claude Code skill that generates engine-specific test-helper libraries by reading existing test patterns in the project and producing a `tests/helpers/` directory populated with assertion utilities, factory functions, and mock objects tailored to the project's systems. It is part of Claude Code Game Studios, a coordinated suite of 49 agents and 73 skills designed for AI-assisted game development. Intended as a one-time setup step at the start of the testing infrastructure, the skill significantly reduces boilerplate across the test suite. It is most useful for QA engineers and developers building game-engine test coverage from scratch who need a consistent, reusable set of helpers without manually authoring each utility.
- #games
- #testing
- #engineering
- #template