review-code

Coordinate end-to-end code reviews and consolidate findings into a single report.

7|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/nesnilnehc/ai-cortex --skill review-code-nesnilnehc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/nesnilnehc/ai-cortex/tree/main/skills/review-code
Command: npx skills add https://github.com/nesnilnehc/ai-cortex --skill review-code-nesnilnehc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end code reviews by coordinating scope, language, framework, library, and cognitive skills in a fixed sequence and consolidates findings into a single report.

Core Features & Use Cases

  • Coordinates the full code-review workflow by sequencing scope, language, framework, library, and cognitive skills, ensuring consistent results across runs.
  • Aggregates findings from all atomic skills into a unified, deduplicated report and derives high-level risk signals at the aggregation stage.
  • Delegates actual code analysis to specialized atomic skills (e.g., review-diff, review-security, review-performance, review-architecture, etc.) while the orchestrator handles the coordination.

Quick Start

Invoke the orchestrator to run a full code-review pipeline against the target scope and generate a single aggregated report.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I automate an end-to-end code review and get a single report?

Automating an end-to-end code review involves coordinating scope, language, framework, library, and cognitive skills in a fixed sequence to consolidate deduplicated findings into a single report.

What is the best way to run a pre-PR code review pipeline across multiple stacks?

The best way to run a pre-PR code review pipeline across multiple stacks is to use an orchestrator that sequences specialized skills, ensuring standardized execution and deriving high-level risk signals during aggregation.

Does this code review orchestrator perform direct code analysis?

This code review orchestrator does not perform direct code analysis. It delegates actual analysis to specialized atomic skills like review-diff or review-security, while it handles coordination and aggregation.

Can I use this tool to standardize code review pipelines for different frameworks?

Yes, you can use this orchestrator to standardize code review pipelines across multiple stacks. It coordinates framework, library, and language skills in a fixed order to ensure consistent results across runs.

How are duplicate findings handled during automated code aggregation?

During automated code aggregation, duplicate findings are handled by deduplicating results from all atomic skills at the aggregation stage, while high-level risk signals are derived only after consolidation.