code-reviewing

Review code across 11 dimensions including architecture, security, and performance.

244|75|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/pavel-molyanov/molyanov-ai-dev --skill code-reviewing-pavel-molyanov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewing
Source: https://github.com/pavel-molyanov/molyanov-ai-dev/tree/main/skills/code-reviewing
Command: npx skills add https://github.com/pavel-molyanov/molyanov-ai-dev --skill code-reviewing-pavel-molyanov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive methodology and set of quality standards to ensure code is production-ready, maintainable, and architecturally sound, preventing bugs and technical debt.

Core Features & Use Cases

  • Systematic Code Analysis: Guides reviewers through 11 critical dimensions of code quality, from architecture to security.
  • Quality Standards: Defines clear best practices and actionable checklists for each review dimension.
  • Use Case: When a developer submits a pull request, this Skill can be invoked to provide a structured review checklist, ensuring all critical aspects like error handling, security, and performance are considered.

Quick Start

Use the code-reviewing skill to analyze the provided code snippet for adherence to architectural patterns and security considerations.

Frequently Asked Questions about code-reviewing

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

FAQPage Schema
How do I perform a comprehensive code review to ensure production-ready code?

Comprehensive code review requires evaluating 11 critical dimensions including architectural patterns, separation of concerns, error handling, type safety, and security. A structured methodology guides reviewers through systematic analysis with actionable checklists to ensure production-ready code.

What dimensions should I check when reviewing a pull request for maintainability?

When reviewing a pull request for maintainability, check architectural patterns, readability, cross-file consistency, dependencies, separation of concerns, and resource management. These dimensions prevent technical debt and ensure the codebase remains architecturally sound.

How do I prioritize issues and categorize feedback during a code review?

Prioritize code review issues and categorize feedback by following a structured methodology that guides communication style and issue severity. This ensures reviewers focus on critical security, performance, and error handling defects before minor readability suggestions.

What is the best way to analyze code snippets for security and architectural patterns?

Analyzing code snippets for security and architectural patterns is best achieved by applying a structured review checklist. This approach evaluates type safety, dependency management, and error handling against defined best practices to identify vulnerabilities and architectural flaws.

Does a structured code review methodology work for evaluating testing and performance?

A structured code review methodology works effectively for evaluating testing and performance by providing explicit quality standards. Reviewers assess test coverage, type safety, performance bottlenecks, and resource management to ensure software development quality assurance.