code-reviewer

Review code and configuration changes for security and production reliability.

1|1|Updated Aug 5, 2025
One-click install
npx skills add https://github.com/slantview/claude --skill code-reviewer-slantview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/slantview/claude/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/slantview/claude --skill code-reviewer-slantview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as an expert code reviewer, focusing on preventing production outages by scrutinizing configuration changes for security and reliability risks, while also ensuring overall code quality.

Core Features & Use Cases

  • Configuration Security: Proactively identifies high-risk configuration patterns (e.g., connection pools, timeouts, resource limits) and questions their justification.
  • Production Reliability: Employs a checklist to ensure changes are load-tested, have rollback strategies, and are monitored.
  • Code Quality & Security: Reviews code for standard quality, security vulnerabilities, and performance impacts.
  • Use Case: Before merging a change that modifies database connection pool settings, this Skill will flag potential exhaustion risks and demand load testing data and a rollback plan.

Quick Start

Review the code changes in the current directory for security and configuration risks.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review configuration changes for production reliability risks?

To review configuration changes for production reliability, you analyze high-risk patterns like connection pools and timeouts, then validate changes against load testing data, rollback strategies, and monitoring requirements.

What is configuration security in a code review?

Configuration security in code review is the process of identifying risky settings such as resource limits and connection pools, questioning their justification, and preventing potential outages before merging changes.

How do I ensure code quality and security before a merge?

To ensure code quality and security before a merge, review code for standard quality, security vulnerabilities, and performance impacts, prioritizing configuration changes that could affect production stability.

Can I use an automated review to check rollback strategies and monitoring requirements?

Yes, you can use an expert review process to check rollback strategies and monitoring requirements by employing a production reliability checklist that ensures changes are load-tested and monitored.

When do I need a risk assessment for database connection pool settings?

You need a risk assessment for database connection pool settings when modifying configurations, as it flags potential exhaustion risks and demands load testing data and a rollback plan before deployment.