code-review

Automate detection of security vulnerabilities, performance issues, and code quality defects in code reviews.

21|2|Updated Nov 5, 2023
One-click install
npx skills add https://github.com/sgcarstrends/sgcarstrends --skill code-review-sgcarstrends
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/sgcarstrends/sgcarstrends/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/sgcarstrends/sgcarstrends --skill code-review-sgcarstrends

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides automated code reviews focusing on security, performance, and quality before PRs.

Core Features & Use Cases

  • Checklists for functionality, quality, type safety, tests, performance, and security.
  • Common anti-patterns and remediation guidance.
  • Practical examples to elevate code standards.

Quick Start

Run an automated review pass on a new PR to surface high-priority 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 quality before merging pull requests?

Automated code reviews detect security vulnerabilities, performance issues, and quality defects through static analysis, linting, and testing workflows applied to pull requests and complex changes, surfacing high-priority issues before merge.

What security vulnerabilities and performance issues can automated code review detect?

Code review automation identifies security vulnerabilities, performance anti-patterns, and code quality defects across frontend and backend codebases by analyzing functionality, readability, test coverage, type safety, and adherence to best practices.

Can I use automated code review for both frontend and backend codebases?

Yes, automated code review applies across frontend and backend codebases to assess functionality, readability, test coverage, and adherence to security and performance best practices during pull requests and complex changes.

What checks does an automated code review include?

Automated code review covers functionality checklists, type safety validation, test coverage assessment, performance considerations, security validations, and identifies common anti-patterns with remediation guidance.

How do I get started with automated code review on a new pull request?

Run an automated review pass on a new pull request to surface high-priority issues. The review assesses code against checklists for functionality, quality, type safety, tests, performance, and security standards.