code-review

Review code across organization, security, performance, and maintainability criteria.

55|15|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/LangConfig/langconfig --skill code-review-langconfig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/LangConfig/langconfig/tree/main/backend/skills/builtin/code-review
Command: npx skills add https://github.com/LangConfig/langconfig --skill code-review-langconfig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual code reviews are time-consuming, prone to human error, and often miss critical issues like security vulnerabilities or performance bottlenecks, leading to lower code quality and increased technical debt. This Skill provides systematic code review guidance.

Core Features & Use Cases

  • Systematic Evaluation: Review code across organization, error handling, security, performance, and maintainability.
  • Security Checks: Identify common vulnerabilities and ensure secure coding practices are followed.
  • Maintainability & Testing: Evaluate code for readability, adherence to DRY principles, and comprehensive test coverage.
  • Use Case: You're about to merge a pull request and need a thorough review. Use this Skill to systematically analyze the code for security flaws, performance issues, and maintainability concerns, generating a structured feedback report that ensures high-quality code.

Quick Start

Review this Python authentication function for security issues and best practices.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I systematically review code for security vulnerabilities and best practices?

Code review uses a structured, criterion-based process to evaluate code across security, performance, maintainability, error handling, and organization. This Skill provides systematic guidance to identify vulnerabilities, performance bottlenecks, and quality issues during pull request assessments, generating actionable feedback reports.

What should I check for when reviewing code quality and maintainability?

Effective code review examines organization, error handling, security practices, performance, maintainability, and test coverage. Evaluate code for readability, adherence to DRY principles, secure coding patterns, and comprehensive testing to prevent technical debt and ensure long-term quality.

Can I use code review automation for pull request assessments?

Yes. Automated code review integrates with pull request workflows and filesystem tooling like grep to provide systematic, standardized reporting. It evaluates criteria across security, performance, and maintainability to reduce manual effort and catch critical issues before merge.

How do I avoid missing security flaws during code review?

Security checks identify common vulnerabilities and ensure secure coding practices are followed systematically. A structured review process covering error handling, input validation, and secure patterns reduces the risk of deploying vulnerable code.

What's the best way to generate consistent, actionable code review feedback?

Criterion-based code review produces standardized, actionable feedback by systematically evaluating organization, security, performance, error handling, and testing. Structured reporting ensures consistency across reviews and integrates with existing tooling for seamless workflow adoption.

Why do manual code reviews miss critical issues?

Manual reviews are time-consuming and prone to human error, often overlooking security vulnerabilities, performance bottlenecks, and maintainability concerns. Systematic code review guidance provides comprehensive coverage across all quality dimensions, reducing missed issues and technical debt.