code-review

Review code across four layers with severity levels and file:line references.

3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/opzero1/op1 --skill code-review-opzero1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/opzero1/op1/tree/main/packages/install/templates/skill/code-review
Command: npx skills add https://github.com/opzero1/op1 --skill code-review-opzero1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes and accelerates code reviews by enforcing a four-layer assessment (Correctness, Security, Performance, Style) and a clear severity model to surface high-confidence issues.

Core Features & Use Cases

  • Layered review framework covering correctness, security, performance, and maintainability.
  • Severity classification guiding remediation priority and ensuring actionable feedback.
  • Generates file:line references and a concise, confidence-filtered report suitable for PR checks and audits.

Quick Start

Prompt: "Review module X for correctness and security and report high-confidence issues with file:line references."

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 code review for correctness and security?

A code review for correctness and security applies a four-layer assessment framework to surface high-confidence issues with severity classifications and file:line references for actionable feedback.

What is a four-layer code review methodology?

A four-layer code review methodology systematically evaluates source code across correctness, security, performance, and maintainability to generate confidence-filtered reports suitable for PR validations.

Can I use this for PR checks across different programming languages?

Yes, you can use this for PR checks across languages and frameworks, as it generates concise, confidence-filtered reports with an 80% threshold to guide remediation priority.

How do I get file:line references during a security audit?

To get file:line references during a security audit, prompt the review process to report high-confidence issues, which automatically generates explicit references and severity levels for remediation.

Does static-analysis code review work for maintainability and performance?

Static-analysis code review works for maintainability and performance by applying a layered framework that surfaces actionable issues with an 80% confidence threshold to filter out false positives.