code-review

Review code changes for quality, security, and maintainability with a deterministic verdict.

24|2|Updated Mar 12, 2025
One-click install
npx skills add https://github.com/Orinks/AccessiWeather --skill code-review-orinks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Orinks/AccessiWeather/tree/main/.codex/skills/code-review
Command: npx skills add https://github.com/Orinks/AccessiWeather --skill code-review-orinks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Code Review Skill helps teams perform thorough evaluations of code changes for quality, security, and maintainability, delivering structured, severity-rated feedback to guide merges.

Core Features & Use Cases

  • Two-lane review: code-reviewer and architect lanes run in parallel to surface issues from different perspectives.
  • Comprehensive categories: Security, Code Quality, Performance, Best Practices, and Maintainability with concrete recommendations.
  • Output synthesis: deterministic final verdict with recommended actions and merge gating rules.

Quick Start

Provide a full two-lane code review for the current changes and deliver a final verdict.

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 comprehensive code review for a pull request?

A comprehensive code review evaluates quality, security, and maintainability by operating in two parallel lanes: a code-reviewer and an architect. This dual-perspective approach surfaces issues across security, performance, and best practices before synthesizing a final deterministic verdict.

What is the best way to assess code quality and security before merging?

Assessing code quality and security before merging requires a structured review that checks static analysis, architecture, and vulnerability risks. The process generates severity-rated feedback and concrete recommendations to gate your pull request merges effectively.

How does an architecture review integrate with standard code quality checks?

An architecture review integrates with standard checks by running in parallel with code quality lanes. While the code-reviewer lane focuses on implementation details, the architect lane evaluates structural maintainability, combining both perspectives into a unified final synthesis.

Can I get a deterministic merge verdict from automated static analysis?

You can get a deterministic merge verdict by applying structured review rules to static analysis. The process evaluates security, performance, and maintainability, producing severity ratings and architectural status that culminate in a final recommendation with merge gating rules.

What categories should a thorough code review cover for development processes?

A thorough code review for development processes should cover Security, Code Quality, Performance, Best Practices, and Maintainability. Evaluating these categories ensures comprehensive feedback that addresses both immediate vulnerabilities and long-term architectural health.

When do I need a two-lane code review instead of a single pass?

You need a two-lane code review when a single pass cannot adequately balance implementation details with structural design. Running code-reviewer and architect lanes in parallel ensures both maintainability and architectural status are evaluated before producing a final synthesis.