在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
zireael-build-test-ci
// Maintain portable CMake builds and deterministic unit/golden/fuzz/integration tests.
$ git log --oneline --stat
stars:43
forks:3
updated:2026年2月2日 07:15
SKILL.md
// Maintain portable CMake builds and deterministic unit/golden/fuzz/integration tests.
| name | zireael-build-test-ci |
| description | Maintain portable CMake builds and deterministic unit/golden/fuzz/integration tests. |
| metadata | {"short-description":"Build + CI + tests"} |
Use this skill when working on:
CMakeLists.txt or CMakePresets.jsondocs/BUILD_TOOLCHAINS_AND_CMAKE.md — build specdocs/modules/TESTING_GOLDENS_FUZZ_INTEGRATION.md — test strategydocs/GOLDEN_FIXTURE_FORMAT.md — fixture format| Type | Purpose | Location |
|---|---|---|
| Unit | Pure logic, deterministic | tests/unit/ |
| Golden | Byte-for-byte output | tests/golden/ |
| Fuzz | No crash/hang on arbitrary input | tests/fuzz/ |
| Integration | PTY/ConPTY real terminals | tests/integration/ |
cmake --preset posix-clang-debug
cmake --build --preset posix-clang-debug
ctest --test-dir out/build/posix-clang-debug --output-on-failure
Review C code for compliance with Zireael standards. Use before committing or when reviewing PRs.
Write readable C with proper comments, named constants, and consistent style per CODE_STANDARDS.md.
Enforce locked docs, boundary rules, and safety guardrails for any Zireael change.
Write readable C with proper comments, named constants, and consistent style per CODE_STANDARDS.md.
Write readable C with proper comments, named constants, and consistent style per CODE_STANDARDS.md.
Maintain stable C ABI and versioned binary formats (drawlist + event batches).