code-review

Guide code reviews through a four-stage methodology with checklists.

15|16|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/alxyrgin/secondbrain_ai --skill code-review-alxyrgin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/alxyrgin/secondbrain_ai/tree/main/.claude/skills-dev/code-review
Command: npx skills add https://github.com/alxyrgin/secondbrain_ai --skill code-review-alxyrgin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic, repeatable code reviews that improve security, performance, and maintainability by guiding reviewers through a structured process and checklists.

Core Features & Use Cases

  • Four-stage review methodology: Quick Scan, Deep Analysis, Security & Performance, and Recommendations to ensure thorough coverage.
  • Readability, Architecture, Logic, and Testing checklists to enforce high-quality code and reduce defects.
  • Use cases include reviewing pull requests, evaluating changes, auditing security, and improving overall code quality.

Quick Start

Run a code review on the latest pull request by following the four-stage workflow and the provided checklists to ensure readability, correctness, security, and performance.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a structured code review on a pull request?▼

A structured code review on a pull request uses a four-stage methodology: Quick Scan, Deep Analysis, Security & Performance, and Recommendations. This enforces checklists for readability, architecture, logic, and testing to identify defects.

What should a code review checklist include for security and maintainability?▼

A code review checklist for security and maintainability should cover readability, architecture, logic, and testing. These checklists guide reviewers through structured stages to ensure defect reduction and high-quality code.

What is the best way to review code for security vulnerabilities and performance issues?▼

The best way to review code for security and performance issues is applying a dedicated review stage within a structured workflow. This stage targets vulnerabilities and bottlenecks before final recommendations are proposed.

Can I use a structured review methodology for evaluating bug fixes and new features?▼

Yes, you can apply a structured review methodology to bug fixes and new features across codebases. The four-stage process and checklists ensure thorough coverage of correctness, security, and maintainability for any changes.

Why does my pull request review miss maintainability and architecture defects?▼

Pull request reviews miss maintainability and architecture defects when lacking a structured checklist. Applying a four-stage methodology with dedicated architecture and readability checklists systematically identifies and proposes fixes for these issues.

Do I need specific tools to audit code quality across my codebase?▼

You do not need specific tools to audit code quality, as a structured process with best-practices templates and checklists can guide you. This methodology evaluates changes and improves overall code quality without external dependencies.