code-review

Automate code reviews with security, performance, and quality checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TheLineExp/claude-code-platform --skill code-review-thelineexp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/TheLineExp/claude-code-platform/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/TheLineExp/claude-code-platform --skill code-review-thelineexp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive, automated checks to ensure code changes are clean, secure, and aligned with project standards.

Core Features & Use Cases

  • Security: detect and prevent common vulnerabilities in code changes
  • Performance: identify N+1 queries, bottlenecks, and inefficient patterns
  • Code Quality & Architecture: enforce style, readability, and architectural compliance
  • Use Case: integrate into PR reviews to automatically surface issues before human review

Quick Start

Review the latest changes and return a structured assessment with prioritized issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for security and performance before merging?

Automate code reviews by applying a structured checklist that detects security vulnerabilities, identifies performance bottlenecks like N+1 queries, and enforces architectural compliance across codebases.

What is the best way to enforce code quality and architectural standards in a pull request?

Enforce code quality by integrating automated reviews into PR workflows to surface style, readability, and architectural compliance issues before human review.

Can I customize the automated code review checklist with project-specific rules?

Yes, you can customize the review process by applying project-specific addons to the standard security, performance, and architecture checklist.

How does automated code review detect performance bottlenecks like N+1 queries?

Automated code review identifies performance bottlenecks by analyzing code changes to detect N+1 queries and inefficient patterns during feature development or bug fixes.

Does automated code review work for pre-commit and pre-deploy workflows?

Yes, automated code review applies to pre-commit and pre-deploy workflows, returning a structured assessment with prioritized issues across diverse codebases.