code-review

Review code changes for bugs and security vulnerabilities per file.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Aliisa-yt/twitchbot --skill code-review-aliisa-yt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Aliisa-yt/twitchbot/tree/main/.github/skills/code-review
Command: npx skills add https://github.com/Aliisa-yt/twitchbot --skill code-review-aliisa-yt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes for bugs, security vulnerabilities, and adherence to best practices, ensuring higher code quality and reducing manual review effort.

Core Features & Use Cases

  • Automated Code Analysis: Detects bugs, logic errors, security risks, and performance issues.
  • Readability & Maintainability Checks: Assesses code clarity, consistency, and adherence to coding standards.
  • Actionable Feedback: Provides concise, prioritized suggestions for improvement.
  • Use Case: After a developer commits code, this Skill automatically reviews the changes, identifies potential bugs, and suggests refactoring for better maintainability, flagging critical security issues before human review.

Quick Start

Use the code-review skill to analyze the changes in the 'feature/new-login' branch.

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 for Python security vulnerabilities and bugs?

Automated code review detects bugs, logic errors, and security vulnerabilities in Python code changes. It analyzes specified files or directories, then provides concise, prioritized suggestions for fixes to improve maintainability and overall code quality.

What does automated code analysis check for in Python projects?

Automated code analysis checks Python code for bugs, logic errors, security risks, and performance issues. It also assesses readability, consistency, and adherence to Python 3.13 best practices to ensure high maintainability.

Can I run code quality checks on specific files or directories?

Yes, you can run code quality checks on specific files or directories. The skill operates on the paths you specify and outputs results per file, providing targeted and actionable feedback for each analyzed code segment.

How do I get actionable feedback on code maintainability and readability?

You get actionable feedback on maintainability by running automated code analysis on your changes. It assesses code clarity and consistency, then provides concise, prioritized suggestions for refactoring to improve overall code quality.

Does this code review skill work with Python 3.13 best practices?

Yes, the code review skill explicitly adheres to Python 3.13 best practices. It evaluates your code changes against these standards to ensure clarity, consistency, and maintainability while detecting potential bugs and security vulnerabilities.

When should I use automated code review instead of manual review?

Use automated code review after committing code changes to identify potential bugs, security vulnerabilities, and refactoring opportunities. It saves developer time by flagging critical issues for fixes before human review.