code-review

Automates structured code review for correctness, security, and maintainability.

65|10|Updated May 1, 2026
One-click install
npx skills add https://github.com/DevelopersGlobal/ai-agent-skills --skill code-review-developersglobal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/DevelopersGlobal/ai-agent-skills/tree/main/skills/code-review
Command: npx skills add https://github.com/DevelopersGlobal/ai-agent-skills --skill code-review-developersglobal

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the code review process, ensuring that code is thoroughly checked for correctness, security, and maintainability before merging into production.

Core Features & Use Cases

  • Structured Review Process: Guides reviewers through a structured process that includes understanding the change, correctness, security, and maintainability checks.
  • Security Hardening: Applies a security-hardening skill to changes involving authentication, input, or data.
  • Actionable Feedback: Encourages clear, actionable comments that help improve code quality.

Quick Start

Run the code-review skill on your pull request to perform a thorough review.

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 systematically analyzing the change for correctness, applying security best practices, and evaluating maintainability before providing actionable feedback.

What is the best way to automate security auditing for AI-generated code?

Automated security auditing for AI-generated code involves applying a security-hardening process to changes that handle authentication, input, or data, ensuring the logic adheres to security best practices.

How do I ensure code review feedback is actionable and improves code quality?

To ensure code review feedback is actionable and improves code quality, comments should be structured to address correctness, security, and maintainability checks clearly, helping developers understand and resolve issues.

Does this code review process work for auditing both human and AI-generated code?

Yes, this code review process works for auditing both human pull requests and AI-generated code by applying a consistent, structured process focused on correctness, security, and maintainability.

When do I need to apply security hardening during a code review?

Security hardening is needed during a code review whenever the changes involve authentication, input handling, or data processing, ensuring that the code logic adheres to security best practices.

What does a maintainability check evaluate during a code review?

A maintainability check during a code review evaluates the long-term viability of the code logic, ensuring the changes are structured clearly and adhere to best practices before merging into production.