code-review

Analyze code changes and generate structured review feedback reports.

6|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/SPeeDoA1/everything-opencode --skill code-review-speedoa1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/SPeeDoA1/everything-opencode/tree/main/.opencode/skills/core/code-review
Command: npx skills add https://github.com/SPeeDoA1/everything-opencode --skill code-review-speedoa1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are often inconsistent, time-consuming, and prone to missing critical issues. This skill provides a structured, repeatable workflow to assess changes for quality, readability, and maintainability.

Core Features & Use Cases

  • Structured review templates and checklists to evaluate naming, readability, error handling, tests, security considerations, and documentation.
  • Guidance for PR reviews, pair programming, and pre-merge checks to accelerate feedback and ensure consistency across teams.
  • Use Case: Apply the checklist to a multi-language PR to surface defects early and improve code quality before merging.

Quick Start

Use the code-review skill to generate a structured review of a PR by providing the diff and any relevant context, then receive a focused feedback report.

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 on a pull request?

A structured code review on a pull request is performed by applying a checklist to evaluate code quality, readability, error handling, tests, security, and documentation, generating focused feedback before merging.

What should I check during a pre-merge code review?

During a pre-merge code review you should check naming conventions, readability, error handling, tests, security considerations, and documentation to ensure coding standards and maintainability before changes are merged.

Can I use a code review checklist for multi-language codebases?

Yes, you can use a code review checklist for multi-language codebases to surface defects early and improve code quality across different languages and architectures by enforcing consistent review standards.

Does this code review process work for pair programming sessions?

Yes, this code review process works for pair programming sessions by guiding participants through a structured assessment to accelerate feedback, enforce coding standards, and ensure consistency during collaborative development.

What is the best way to provide consistent feedback for code reviews?

The best way to provide consistent feedback for code reviews is to use structured review templates and checklists that assess quality, readability, and maintainability, ensuring evaluations remain uniform across team members.

Why are code reviews often inconsistent without a review template?

Code reviews are often inconsistent without a review template because they lack a structured, repeatable workflow to assess changes, making them time-consuming and prone to missing critical quality and security issues.