code-review

Analyze code for quality issues, bugs, security risks, and correctness gaps.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/justincordova/agents --skill code-review-justincordova
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/justincordova/agents/tree/main/skills/code-review
Command: npx skills add https://github.com/justincordova/agents --skill code-review-justincordova

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides engineers through rigorous code reviews to identify quality issues, security gaps, and correctness problems before changes are merged.

Core Features & Use Cases

  • Thorough review methodology covering correctness, security, error handling, and design.
  • Step-by-step process: establish context, read everything, mentally simulate execution, and trace data flow.
  • Use Case: during PR reviews or before merging critical code changes to improve reliability and maintainability.

Quick Start

Provide your code or PR diff and let the tool perform a structured, automated review for quality and security.

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 static code review to identify security risks and bugs?

Static code review analyzes code to identify security risks and bugs by enforcing static checks, tracing data flow, and testing edge cases. It establishes context, reads everything, and simulates execution to document findings for remediation.

What is the best way to review a pull request for quality and correctness gaps?

The best way to review a pull request for quality and correctness is using a thorough methodology covering error handling and design. This process guides you to establish context, read all code, mentally simulate execution, and trace data flow.

Can I use this code review process for standalone codebases across different programming languages?

Yes, you can review standalone codebases across different programming languages. The process applies to API libraries, backend services, and frontend components, focusing on correctness, security, error handling, and design for improved reliability.

Does this automated code review check coding standards and trace data flow?

Yes, the automated code review checks coding standards and traces data flow. It enforces static checks to identify quality issues, security gaps, and correctness problems before changes are merged.

When do I need a rigorous code review before merging critical code changes?

You need a rigorous code review before merging critical code changes to improve reliability and maintainability. It identifies quality issues, security gaps, and correctness problems by testing edge cases and simulating execution.