概要
Breenix Code Quality Guard is a specialized Claude Code skill designed to maintain rigorous standards within the Breenix kernel repository. It automates pre-commit verification by running Rust compiler checks, project-specific Clippy lints, and manual audits for logging side-effects. This skill is essential for ensuring that code is free of warnings, avoids unsafe patterns, and adheres to the architectural constraints of kernel-space development, such as the prohibition of standard output and the prevention of expensive function calls within disabled log levels.