code-review

Run Python scripts to check code style and flag potential bugs.

4|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/ajshedivy/agno-cookbook --skill code-review-ajshedivy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ajshedivy/agno-cookbook/tree/main/cookbook/02_agents/16_skills/sample_skills/code-review
Command: npx skills add https://github.com/ajshedivy/agno-cookbook --skill code-review-ajshedivy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires flake8, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for style, best practices, and potential issues, ensuring higher code quality and consistency.

Core Features & Use Cases

  • Automated Style Checking: Runs Python scripts to enforce coding style and identify common errors.
  • Best Practice Adherence: References a style guide to ensure code follows established conventions.
  • Issue Identification: Flags potential bugs, security vulnerabilities, and performance problems.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag style violations and potential bugs before code is merged.

Quick Start

Use the code-review skill to check the style of the provided Python code snippet.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate Python code review for style and best practices?

Automate Python code review by running scripts that check style compliance, identify potential bugs, and enforce best practices. This skill uses flake8 alongside a referenced style guide to flag issues and maintain code consistency.

What does automated linting check for in a Python codebase?

Automated linting checks for style violations, potential bugs, and performance problems by enforcing coding conventions. It flags security vulnerabilities and ensures adherence to established guidelines for higher code quality.

Can I integrate automated style checking into a CI/CD pipeline?

Yes, you can integrate automated style checking into a CI/CD pipeline to automatically flag style violations and potential bugs before code is merged. This ensures higher code quality and consistency throughout software development workflows.

Do I need flake8 to run automated Python code reviews?

Yes, flake8 is required as a dependency to run the automated Python scripts for style compliance. It provides the linting foundation needed to identify common errors and enforce the referenced style guide.

What is the best way to ensure Python code follows established conventions?

The best way to ensure Python code follows established conventions is to apply an automated style guide reference. This flags potential bugs and security vulnerabilities while enforcing consistency across the codebase.