code-review

Automate code review for quality, completeness, and specification adherence.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/iJosueeh/nexora-web --skill code-review-ijosueeh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/iJosueeh/nexora-web/tree/main/.opencode/skills/code-review
Command: npx skills add https://github.com/iJosueeh/nexora-web --skill code-review-ijosueeh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of code review, ensuring quality, completeness, and adherence to specifications, saving time and reducing human error.

Core Features & Use Cases

  • Automated Code Review: Reviews code against specifications and design mockups.
  • Quality Checks: Identifies bugs, security issues, and deviations from standards.
  • Use Case: For developers who need to ensure their code meets quality standards and specifications before deployment.

Quick Start

Run the code-review skill to review the code changes in the current branch.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review and quality checks for my codebase?

Automated code review checks code quality, completeness, and adherence to specifications. It identifies bugs, security issues, and deviations from standards to reduce human error before deployment.

What is specification compliance checking in software engineering?

Specification compliance checking reviews code against design mockups and defined standards. It ensures the implementation matches the intended architecture and functional requirements without manual verification.

Do I need Python to run automated code review tools?

Python is required to execute this code review skill. The environment uses Python along with various specific tools to handle codebases of varying complexity for bug detection and security checks.

How do I check code changes for bugs and security issues before deployment?

Reviewing code changes in your current branch automates bug detection and security checks. This process validates code quality and ensures specifications are met prior to deployment.

What's the best way to ensure code quality in complex codebases?

Automated quality assurance tools handle codebases of varying complexity by systematically checking for bugs and standard deviations. This approach ensures consistent quality validation across the entire project.