code-reviewer

Analyzes code for bugs, security vulnerabilities, performance bottlenecks, and style violations.

22|8|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/inbharatai/claude-skills --skill code-reviewer-inbharatai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/inbharatai/claude-skills/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/inbharatai/claude-skills --skill code-reviewer-inbharatai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of ensuring code quality, identifying potential bugs, security vulnerabilities, and performance issues before deployment.

Core Features & Use Cases

  • Comprehensive Code Analysis: Analyzes code for bugs, security flaws, performance bottlenecks, and style inconsistencies.
  • Architectural Review: Assesses code against architectural best practices.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag critical issues in pull requests, ensuring only high-quality code is merged.

Quick Start

Use the code-reviewer skill to analyze the provided Python script for potential bugs and security vulnerabilities.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I identify security vulnerabilities and performance bottlenecks in my code before deployment?

To identify security vulnerabilities and performance bottlenecks before deployment, you can use automated code analysis to assess your scripts against architectural best practices and flag critical issues. This ensures high-quality code is merged securely.

How do I integrate automated code review into a CI/CD pipeline to check pull requests?

You can integrate automated code review into a CI/CD pipeline to check pull requests by running static analysis and linters on submitted code. This automatically flags critical bugs and style violations before merging.

Can I use static analysis tools to find bugs across multiple programming languages?

Yes, static analysis tools can find bugs across multiple programming languages by analyzing code for adherence to best practices and architectural concerns. They provide actionable feedback on style inconsistencies and security flaws.

What is the best way to ensure my Python script adheres to architectural best practices?

The best way to ensure your Python script adheres to architectural best practices is to perform an in-depth code review assessing structural concerns. This verifies adherence to best practices while detecting potential bugs and performance bottlenecks.

Does in-depth code review work without linters and static analysis tools?

In-depth code review requires static analysis tools and linters to provide actionable feedback on style violations and security vulnerabilities. Without these dependencies, the architectural assessment and comprehensive code analysis cannot function effectively.