code-review

Analyze source code for logical errors, code smells, and security issues.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/lyingparachute/skills --skill code-review-lyingparachute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/lyingparachute/skills/tree/main/code-review
Command: npx skills add https://github.com/lyingparachute/skills --skill code-review-lyingparachute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive review of code changes to ensure quality, correctness, and adherence to best practices.

Core Features & Use Cases

  • Code Quality Analysis: Identifies potential code quality issues such as complexity, readability, and maintainability problems.
  • Correctness Verification: Checks for logical errors, missing edge cases, and regressions in the code.
  • Security Audits: Examines the code for security vulnerabilities and ensures compliance with security standards.
  • Use Case: Utilize this Skill to review code changes before they are merged into the main codebase, ensuring the codebase remains robust and secure.

Quick Start

Perform a code-judo review on the latest changes by running 'code-review -s latest'.

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 security audit and correctness verification on my source code?

A security audit and correctness verification examines source code for logical errors, missing edge cases, and security vulnerabilities. This process ensures compliance with security standards and checks for regressions before merging changes.

What's the best way to automate code review workflows for recent changes?

Automating code review workflows involves running a script against your local repository to analyze the latest changes. This provides a thorough audit of logical errors, security issues, and adherence to coding standards before integration.

Do I need a local repository to run a source code analysis?

Yes, you need a local repository with source code for analysis. The code review process requires direct access to the local codebase to accurately check for logical errors, code smells, and security vulnerabilities.

When should I use an automated code quality audit instead of manual review?

Use an automated code quality audit when you need to systematically identify complexity, readability issues, and security vulnerabilities across a codebase. It provides comprehensive correctness verification for regressions before merging code.