code-review

Analyzes an entire software repository for architecture, security, performance, and testing issues.

5|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/SteveFeldman/agents-skills --skill code-review-stevefeldman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/SteveFeldman/agents-skills/tree/main/skills/code-review
Command: npx skills add https://github.com/SteveFeldman/agents-skills --skill code-review-stevefeldman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates a comprehensive code quality review for an entire repository, identifying issues in architecture, security, performance, and testing.

Core Features & Use Cases

  • Holistic Codebase Analysis: Examines the entire project, not just individual files or PRs.
  • Multi-faceted Review: Covers architecture, security vulnerabilities, performance bottlenecks, testing gaps, and documentation.
  • Structured Findings: Provides clear, actionable recommendations categorized by severity (CRITICAL, HIGH, MEDIUM, LOW).
  • Use Case: A senior engineer can use this Skill to get a detailed report on the overall health and potential risks of a new open-source project before contributing or adopting it.

Quick Start

Initiate a full repository code quality review for the current project.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a comprehensive code quality review on an entire repository?

A comprehensive code quality review examines project structure, tech stack, code smells, and vulnerabilities to provide actionable recommendations. It analyzes configuration files, code patterns, and test suites to assess overall repository health.

Can I use an automated code review to find security vulnerabilities and performance bottlenecks?

Automated code review identifies security vulnerabilities and performance bottlenecks by analyzing code patterns and configuration files. It categorizes findings by severity to highlight critical risks and performance issues requiring immediate attention.

What is holistic codebase analysis and when do I need it?

Holistic codebase analysis assesses the entire project rather than individual files or pull requests. You need it when evaluating project health, architecture, testing gaps, and documentation before adopting or contributing to a new codebase.

How do I identify testing gaps and architecture issues in my software project?

To identify testing gaps and architecture issues, analyze existing test suites and project structure. This review evaluates testing practices and architectural patterns to pinpoint areas needing improvement.

Does repository code review work without specific dependencies or components?

Repository code review requires no specific dependencies or components to function. It directly analyzes your existing configuration files, code patterns, and test suites to evaluate code quality.

What are the limitations of automated code quality analysis?

Automated code quality analysis provides structured findings categorized by severity but focuses on configuration files, code patterns, and test suites. It may not capture nuanced business logic flaws or subjective architectural preferences without human context.