소개
The Code Reviewer skill acts as a proactive first line of defense, scanning your code for bugs, security vulnerabilities, and stylistic issues as you write. By triggering automatically on file changes, git diffs, and commits, it provides near-instant feedback on critical issues like SQL injection, null pointers, and missing React dependencies. It is designed to be lightweight and non-blocking, catching 'quick win' improvements before you even commit your code, while providing a seamless bridge to more complex architectural reviews via specialized sub-agents.