code-review

Reviews code across correctness, security, and maintainability for Python and JavaScript.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/consigcody94/FWG-LLM-Agentic-Training-Guide --skill code-review-consigcody94
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/consigcody94/FWG-LLM-Agentic-Training-Guide/tree/main/modules/28-antigravity/examples/skills/code-review
Command: npx skills add https://github.com/consigcody94/FWG-LLM-Agentic-Training-Guide --skill code-review-consigcody94

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured checklist and guidelines to ensure code quality, security, and maintainability during the review process.

Core Features & Use Cases

  • Comprehensive Checklist: Covers correctness, security, performance, maintainability, testing, and documentation.
  • Language-Specific Issues: Highlights common pitfalls in Python and JavaScript.
  • Process Guidance: Outlines a systematic review process and feedback guidelines.
  • Use Case: A developer can use this skill to ensure their pull request adheres to best practices before submitting it for review, or a lead can use it to guide their team's code review sessions.

Quick Start

Use the code-review skill to review the attached pull request against the security and correctness checklist.

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 correctness and security?

A thorough code review evaluates correctness, security, performance, maintainability, testing, and documentation using a structured checklist. It guides a systematic review process to ensure comprehensive feedback delivery and code quality adherence across Python and JavaScript.

What should a code review checklist include for Python and JavaScript?

A code review checklist for Python and JavaScript should include language-specific common pitfalls, alongside checks for security vulnerabilities, performance bottlenecks, maintainability issues, and adequate testing coverage to ensure robust pull request validation.

How do I provide constructive feedback during a code review?

Constructive feedback during a code review is facilitated by following systematic process guidelines. These guidelines help structure comments around correctness, maintainability, and documentation, ensuring reviews remain objective and actionable for the developer.

Can I use this code review checklist to validate my pull request before submission?

Yes, developers can use the code review checklist to validate pull requests against best practices before submission. It systematically checks for security flaws, performance issues, and documentation gaps to ensure adherence to quality standards.

What is the best way to ensure maintainability and testing coverage during code reviews?

The best way to ensure maintainability and testing coverage is to apply a comprehensive review checklist that explicitly targets these aspects. This process verifies that documentation supports the code structure and tests validate functionality across multiple programming languages.

Does this code review process address performance and documentation aspects?

Yes, the code review process explicitly addresses performance and documentation aspects. It incorporates these dimensions into a systematic checklist, ensuring that reviewed code meets performance standards and includes sufficient documentation for maintainability.