What problem does it solve? It gives an AI or developer the authoritative map of the strata project's build and test system — Makefile targets, test-gated installs, C++/Python test architecture, fuzzing, coverage, PGO builds, and CI workflows — so changes to build tooling do not silently break gates or reproduce known-broken patterns from the previous implementation. ## Core Features & Use Cases - Build pipeline reference: Documents setup.py's test-gated build, compiler flags, LTO/PGO knobs (including clang-cl and MSVC variants), and the single-source-of-truth core_sources.txt manifest. - Test architecture guide: Explains the single CMake/ctest registry, the tests/py vs tests/unit mirrored suites, the committed fuzz corpus, and the ASan/UBSan sanitized-bindings gate with its five failure-prone mechanics. - CI workflow inventory: Describes ci.yml, benchmark.yml, fuzz.yml, and pgo.yml, plus a do-not-reproduce list of broken tooling from the previous implementation. - Use Case: Before editing the Makefile, setup.py, CMakeLists.txt, scripts/, tests/, or .github/workflows/, load this Skill to learn which targets exist, which gates run where, and which historical mistakes to avoid. ## Quick Start Load the build-and-test skill before modifying the Makefile or CI workflows and ask which targets and gates your change must keep green.