Review C code for compliance with Zireael standards. Use before committing or when reviewing PRs.
원문 언어: 영어
메뉴
SkillsMP는 RtlZeroMemory/Zireael에서 13개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 13개 중 13개를 표시합니다.
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).
원문 언어: 영어
Maintain portable CMake builds and deterministic unit/golden/fuzz/integration tests.
원문 언어: 영어
Keep ZR_ERR_* codes and "no partial effects" contracts consistent across the engine.
원문 언어: 영어
Maintain deterministic diff-output golden tests with byte-for-byte fixture comparison.
원문 언어: 영어
Prevent include cycles and platform-boundary leaks by enforcing header layering.
원문 언어: 영어
Enforce the strict platform boundary where core/unicode/util stay OS-header-free.
원문 언어: 영어
Implement framebuffer and diff renderer with grapheme safety and minimal terminal output.
원문 언어: 영어
Implement deterministic UTF-8, grapheme segmentation, width policy, and wrapping primitives.
원문 언어: 영어