code-review

Automate code reviews with structured feedback and prioritized fixes.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/zm2231/personal-os-cowork --skill code-review-zm2231
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/zm2231/personal-os-cowork/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/zm2231/personal-os-cowork --skill code-review-zm2231

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review is often time-consuming and error-prone; this skill provides a structured, tiered approach to evaluating code quality, security, and maintainability, delivering practical, actionable feedback.

Core Features & Use Cases

  • Tiered review process covering correctness, readability, performance, security, and maintainability.
  • Architectural guidance to identify design pitfalls and suggest better patterns.
  • Clear, PR-friendly summaries and suggested improvements for developers and reviewers.

Quick Start

Provide a structured, actionable code review with prioritized issues and recommended fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for pull requests?

To automate code reviews for pull requests, apply this structured evaluation to assess correctness, security, performance, and maintainability, generating PR-friendly summaries with prioritized, actionable improvements.

What should a comprehensive code review checklist include?

A comprehensive code review checklist should include architectural design patterns, testing coverage, documentation quality, security vulnerabilities, and performance optimizations to ensure full software maintainability.

Can I get actionable feedback on code snippets without a full project?

Yes, you can receive actionable feedback on code snippets without a full project by evaluating the isolated code patch against design patterns, security guidelines, and maintainability standards.

What is the best way to identify security and performance issues during code review?

The best way to identify security and performance issues during code review is using a tiered evaluation process that systematically checks code patches against dedicated security and performance optimization guidelines.

How do architectural considerations factor into code review feedback?

Architectural considerations factor into code review feedback by identifying design pitfalls early and suggesting better design patterns, ensuring the overall software structure remains maintainable and scalable.