code-review

Review Python and JavaScript code for security vulnerabilities and quality issues.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/GarrettRoi/open-manus --skill code-review-garrettroi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/GarrettRoi/open-manus/tree/main/skills/software-development/code-review
Command: npx skills add https://github.com/GarrettRoi/open-manus --skill code-review-garrettroi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured approach to reviewing code, ensuring it meets high standards for security, quality, and maintainability.

Core Features & Use Cases

  • Security Auditing: Identifies common security vulnerabilities like hardcoded secrets, injection risks, and improper authorization.
  • Quality Assurance: Checks for code clarity, error handling, adherence to DRY principles, and testability.
  • Use Case: When a developer submits a pull request, use this Skill to guide the review process, ensuring all critical aspects are checked systematically.

Quick Start

Use the code-review skill to review the attached Python script for security and quality issues.

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

To perform a thorough code review, apply a structured checklist focusing on security and quality. Ensure the code adheres to best practices for error handling, maintainability, and common vulnerability prevention in Python and JavaScript.

What common security vulnerabilities should I check during a Python code review?

During a Python code review, check for common security vulnerabilities like hardcoded secrets, injection risks, and improper authorization. Use a structured checklist to systematically identify and address these security weaknesses.

Can I use this code review checklist for JavaScript pull requests?

Yes, you can use this code review checklist for JavaScript pull requests. It specifically addresses common vulnerabilities in both Python and JavaScript, ensuring feedback covers security, error handling, and maintainability.

How do I check code clarity and DRY principles when reviewing a pull request?

To check code clarity and DRY principles during a pull request review, follow quality assurance guidelines. Verify that the code avoids repetition, handles errors properly, and remains testable to ensure high maintainability.

What is the best way to structure feedback for a code review?

The best way to structure feedback for a code review is to follow a standardized response format. This ensures all critical aspects regarding security vulnerabilities, code clarity, and error handling are communicated systematically.