code-review

Request code reviews via a dedicated subagent enforcing verification gates before completion claims.

3|2|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/hotriluan/ai-command-center --skill code-review-hotriluan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/hotriluan/ai-command-center/tree/main/code-review
Command: npx skills add https://github.com/hotriluan/ai-command-center --skill code-review-hotriluan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual code reviews can be time-consuming, inconsistent, and sometimes lead to overlooked issues or communication breakdowns. This skill provides guidance and best practices for requesting, conducting, and receiving code reviews, aiming to streamline the process, improve code quality, and foster better collaboration among development teams.

Core Features & Use Cases

  • Requesting Reviews: Best practices for preparing code, writing clear descriptions, and effectively requesting reviews.
  • Review Reception: Guidance on how to receive feedback constructively and integrate suggestions into code.
  • Verification: Emphasizes the importance of verifying changes before marking a review as complete, ensuring quality and preventing regressions.
  • Collaborative Workflow: Promotes a collaborative and efficient code review process that enhances team productivity.
  • Use Case: A developer has completed a new feature and needs a code review. This skill can guide them on how to structure their pull request description, what information to include, and how to respond to feedback, ensuring a smooth and effective review process that leads to higher quality code and faster merges.

Quick Start

Provide a checklist for preparing a pull request for code review.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a pull request for effective code review?

Structure pull requests with clear descriptions that explain what changed and why, include context about the feature or fix, link related issues, and break down changes logically so reviewers can follow your reasoning and verify each component systematically.

What should I include when requesting a code review?

When requesting code review, provide a summary of changes, rationale for implementation choices, testing performed, potential risks, and specific areas where you want feedback. Clear context helps reviewers focus on critical issues and reduces review time.

How do I handle feedback and iterate on code review comments?

Receive feedback constructively by understanding the reviewer's intent, addressing comments systematically, explaining your reasoning if you disagree, and requesting re-review after changes. This collaborative approach strengthens code quality and builds team trust.

Why is verification important before marking a code review complete?

Verification before completion ensures changes don't introduce regressions, confirms tests pass, validates the code meets requirements, and prevents quality issues from reaching production. It's a critical gate that maintains consistency across merges and deployments.

What's the best way to conduct collaborative code reviews across a team?

Establish shared standards for review depth and turnaround time, rotate reviewers to spread knowledge, document decision protocols for common issues, and use code review as a learning opportunity. This disciplined workflow accelerates shipping while maintaining quality.

Can code review practices improve team productivity?

Yes. Streamlined code review with clear checklists, defined triggers for review gates, and documented feedback patterns reduces back-and-forth cycles, accelerates merge decisions, and catches issues early when they're cheaper to fix.