code-reviewer

Review code for correctness, maintainability, and security with structured feedback.

1|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/ihmorol/unsw-nb15-handling-binary-multiclass-ids --skill code-reviewer-ihmorol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/ihmorol/unsw-nb15-handling-binary-multiclass-ids/tree/main/.opencode/skills/code-reviewer
Command: npx skills add https://github.com/ihmorol/unsw-nb15-handling-binary-multiclass-ids --skill code-reviewer-ihmorol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring code correctness, maintainability, and adherence to project standards for both local changes and remote pull requests.

Core Features & Use Cases

  • Automated PR Checkout & Verification: Integrates with GitHub CLI for seamless PR handling and runs preflight checks.
  • Comprehensive Analysis: Evaluates code across correctness, maintainability, readability, efficiency, security, and testability.
  • Structured Feedback: Provides clear, actionable feedback with summary, findings, and recommendations.
  • Use Case: Review a colleague's pull request to identify potential bugs and suggest improvements before merging.

Quick Start

Review the current local changes in the repository.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review a GitHub pull request for maintainability and security?

To review a GitHub pull request for maintainability and security, this Skill checks out remote PRs via GitHub CLI, runs preflight verification, and evaluates code across correctness, readability, efficiency, and testability. It then provides structured, actionable feedback.

Can I use this to review local code changes before creating a pull request?

Yes, you can review local code changes before creating a pull request. The Skill evaluates your current local repository changes for correctness, maintainability, efficiency, security, and testability, providing structured feedback with summary findings and recommendations.

Do I need npm and GitHub CLI installed to run automated code reviews?

Yes, you need npm and GitHub CLI installed to run automated code reviews. The Skill integrates with GitHub CLI for seamless remote PR checkout and handling, while utilizing npm for workflow automation and running preflight verification checks.

What is the best way to check code correctness and readability on a pull request?

The best way to check code correctness and readability on a pull request is using an automated review process that runs preflight verification and evaluates the code against these specific dimensions. This Skill provides a comprehensive analysis with structured, actionable recommendations.

Does code review automation work without running preflight verification checks?

No, code review automation through this Skill includes running preflight verification checks as part of its workflow. This ensures that the code is evaluated for correctness, maintainability, security, and testability under validated conditions before providing structured feedback.