About
The requesting-code-review skill streamlines the development lifecycle by automating the process of requesting and acting on code reviews via Claude subagents. It allows developers to dispatch a dedicated code-reviewer subagent that analyzes changes between git SHAs, evaluates logic against specific project requirements, and provides categorized feedback on critical, important, and minor issues. By integrating review checkpoints directly into the development loop, it helps catch bugs early, ensures architectural consistency, and maintains high code quality before merging to production.