Code Review

Analyze code for bugs, vulnerabilities, and performance bottlenecks.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/1Shot-Labs/chief-of-staff --skill code-review-1shot-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review
Source: https://github.com/1Shot-Labs/chief-of-staff/tree/main/services/skills-system/src/bundled-skills/chief-of-staff__code-review
Command: npx skills add https://github.com/1Shot-Labs/chief-of-staff --skill code-review-1shot-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the process of reviewing code, identifying potential bugs, security vulnerabilities, and performance issues, ensuring adherence to best practices.

Core Features & Use Cases

  • Code Quality Analysis: Detects code smells, anti-patterns, and complexity issues.
  • Security Review: Identifies common security vulnerabilities and risks.
  • Performance Analysis: Pinpoints performance bottlenecks and suggests optimizations.
  • Best Practices Enforcement: Ensures compliance with coding standards and conventions.
  • Use Case: A developer can ask the skill to review a new feature branch, receiving detailed feedback on potential issues before merging.

Quick Start

Use the code review skill to analyze the attached file 'main.py' for security vulnerabilities.

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 review to find security vulnerabilities before merging a feature branch?

Automated code review detects code smells, anti-patterns, and complexity issues to enforce coding best practices. It analyzes your source files to ensure compliance with established conventions, helping maintain high software quality and readability.

Can I configure code review strictness to focus specifically on performance optimization?

Yes, code review supports configuration for review strictness and focus areas. You can target performance optimization to pinpoint bottlenecks and receive specific suggestions for improving code efficiency.

What's the best way to identify performance bottlenecks and code smells in a Python file?

Analyze the Python file using automated code review to pinpoint performance bottlenecks, detect code smells, and identify anti-patterns. This process provides actionable feedback on potential issues and optimization opportunities.

Does automated code review work across different programming languages or only specific frameworks?

Automated code review analyzes code for bugs and vulnerabilities across various programming languages. It does not depend on specific frameworks, ensuring adherence to best practices regardless of your technology stack.