Review C code for compliance with Zireael standards. Use before committing or when reviewing PRs.
RtlZeroMemory/Zireael
SkillsMP has collected 13 skills from RtlZeroMemory/Zireael. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 13
- GitHub stars
- 46
- GitHub forks
- 3
Skills in this repository
Showing 13 of 13 collected skills.
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.