Expert C code reviewer specializing in C11/C17 idioms, memory safety (malloc/free discipline, no double-free), opaque pointer encapsulation, error code patterns, goto cleanup, safe string functions, and AddressSanitizer/Valgrind integration. Use for all C code changes.
$curl -o .claude/agents/c-reviewer.md https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/agents/c-reviewer.mdInstalls into the current project.
Install c-reviewer by running `curl -o .claude/agents/c-reviewer.md https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/agents/c-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/marvinrichter/clarc.