What problem does it solve?
This skill automates the process of requesting code reviews, ensuring they are initiated at the right time with all necessary context. This leads to faster, more effective feedback and quicker merges, reducing development cycle times.
Core Features & Use Cases
- Contextual Review Requests: Automatically identifies the relevant commit range and generates a detailed request, including focus areas and changes, for a
code-reviewer agent or human.
- Mandatory Self-Review Integration: Enforces a self-review using the
code-review skill before any external review is requested, improving initial quality and reducing reviewer burden.
- Use Case: After completing a feature and performing a self-review, this skill will automatically identify the commits for your feature branch and dispatch a
code-reviewer agent with a clear prompt to check for security, performance, and test coverage.
Quick Start
I've completed the user authentication feature and self-reviewed it. Use the requesting-code-review skill to get an external review for commits abc1234..def5678.