code-review

Review code changes for quality, architecture, and pattern consistency.

55|7|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/wraps-team/wraps --skill code-review-wraps-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/wraps-team/wraps/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/wraps-team/wraps --skill code-review-wraps-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code for quality, architecture, and pattern consistency to surface important issues during reviews and after feature work.

Core Features & Use Cases

  • Phase-driven evaluation across Pattern Consistency, Error Handling, State & Data Flow, Security, Types & Contracts, Complexity & Readability, and Performance.
  • Provides canonical review patterns and at-a-glance baselines, enabling reviewers to identify drift and inconsistencies.
  • Guides concrete fixes, refactors, and documentation updates aligned with CODEBASE conventions.

Quick Start

Review the currently changed files or PR diff using the canonical patterns to surface the top issues that matter.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review code changes for architecture drift and pattern consistency?

Code review evaluates pull requests and committed changes against canonical patterns to surface architecture drift and priority issues fast. It provides phase-driven evaluation across consistency, error handling, security, and performance to guide concrete refactors.

What is the best way to enforce code quality baselines on a feature branch?

The best way to enforce code quality baselines is to apply canonical review patterns to your feature branch diff. This compares changed files against at-a-glance baselines to identify inconsistencies and guides documentation updates aligned with codebase conventions.

Can I review UI components and API routes for state and data flow issues?

Yes, you can review UI components, API routes, and CLI commands for state and data flow issues. The review process applies phase-driven evaluation to surface priority issues and guide concrete fixes across these changed code paths.

How does code review surface priority issues in a pull request?

Code review surfaces priority issues by evaluating pull request diffs across multiple dimensions including types, contracts, complexity, and readability. It compares changes against baselines and canonical patterns to highlight the top issues that matter.

When do I need to check code for security and error handling consistency?

You need to check code for security and error handling consistency during pull request reviews and after feature work. This phase-driven evaluation identifies drift from canonical patterns and guides concrete refactors to maintain codebase conventions.

Does code review work with committed changes or only open pull requests?

Code review works with both committed changes and open pull requests. It evaluates feature branches and committed code across API routes, CLI commands, and UI components to surface architecture drift and pattern inconsistencies.