一键导入
test-and-tea-loop
Self-correcting build-test loop that compiles, diagnoses failures, fixes source code, and re-verifies until all tests pass.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Self-correcting build-test loop that compiles, diagnoses failures, fixes source code, and re-verifies until all tests pass.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guides creation of modular Slint UI components, design tokens, responsive layouts, and modern aesthetics.
Manages C++20 integrations with Slint UI, CMake target linkage, thread-safe data models, and event loop dispatching.
Executes hot-reloading preview sessions and Slint LSP syntax verification for iterative UI development.
Enforces data-oriented design (SoA vs AoS), SIMD loop friendliness, Google Benchmark integration, cache-line alignment, and microbenchmarking best practices.
Directs high-performance Python bindings creation, zero-copy buffer transfers, GIL management, and C++/Python memory safety.
Enforces modern C++20 standards, RAII resource management, immutability by default, and memory locality.
| name | test-and-tea-loop |
| description | Self-correcting build-test loop that compiles, diagnoses failures, fixes source code, and re-verifies until all tests pass. |
Automated build → diagnose → fix → retest loop for C++ projects using CMake and Google Test.
build/, out/, or target/.gtest) or Catch2.cmake --build build/ unless a specific Makefile or Bazel configuration is detected.Execute the compilation command in the local environment terminal. If the build fails:
CMakeLists.txt or the corresponding header files to ensure targets are linked correctly.Once the build compiles successfully with 0 warnings/errors:
./build/bin/run_tests).clang-format if available, and present the final success state.