code-review

Analyze code changes across six focus areas for actionable review feedback.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/alxvlo/AHI_Capstone --skill code-review-alxvlo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/alxvlo/AHI_Capstone/tree/main/.opencode/skill/code-review
Command: npx skills add https://github.com/alxvlo/AHI_Capstone --skill code-review-alxvlo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews often focus on individual issues rather than structured, end-to-end quality across multiple dimensions. This Skill provides a framework to evaluate changes against six focus areas to ensure robust, maintainable software.

Core Features & Use Cases

  • Architecture & design review: assesses module boundaries, design patterns, and long-term maintainability.
  • Code quality & readability: evaluates naming, complexity, consistency, and refactoring opportunities.
  • Security & dependencies: identifies vulnerabilities, risky dependencies, and supply chain concerns.
  • Performance & scalability: analyzes potential bottlenecks, resource usage, and future load considerations.
  • Testing quality: checks test coverage, edge cases, isolation, and reliability.
  • Documentation & API design: ensures clear developer guides and stable APIs.

Quick Start

Provide a structured six-aspect review of the latest code changes and return actionable feedback across architecture, quality, security, performance, testing, and documentation.

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 across architecture, security, and performance?

You can review code changes by applying a framework that assesses architecture, quality, security, performance, testing, and documentation, returning actionable feedback that improves long-term maintainability across the project.

What does a comprehensive code quality check include beyond basic readability?

Comprehensive code quality checks evaluate naming, complexity, consistency, and refactoring opportunities, extending beyond basic readability to ensure the codebase remains maintainable and consistent over time.

How do I identify security vulnerabilities and risky dependencies during code review?

Security and dependency reviews identify vulnerabilities, risky dependencies, and supply chain concerns by analyzing code changes to ensure robust protection against potential threats and maintain software integrity.

Can I assess testing quality and edge case coverage as part of a code review?

Testing quality assessment checks test coverage, edge cases, isolation, and reliability, ensuring that code changes are thoroughly validated and that tests remain effective and independent.

What is the best way to evaluate module boundaries and design patterns in code changes?

Evaluating module boundaries and design patterns is part of architecture and design review, which assesses long-term maintainability and structural integrity to ensure robust software design decisions.

Does this code review approach work for ensuring clear API documentation and stability?

Documentation and API design review ensures clear developer guides and stable APIs, verifying that code changes maintain interface stability and provide comprehensive documentation for developers.