code-review

Automate code review for Python/Django projects against PEP08 standards.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/rhbpinheiro/smart-financy --skill code-review-rhbpinheiro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/rhbpinheiro/smart-financy/tree/main/.github/skills/code-review
Command: npx skills add https://github.com/rhbpinheiro/smart-financy --skill code-review-rhbpinheiro

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a systematic approach to code review, ensuring quality, security, and adherence to best practices.

Core Features & Use Cases

  • Code Quality Assurance: Checks for common issues like duplicate code, dead code, unnecessary comments, unused imports, complexity, PEP08 violations, and security issues.
  • Customizable Checklist: Focuses on Python/Django, HTML templates, HTMX, and Tailwind CSS, allowing for tailored reviews.
  • Use Case: Ideal for developers and teams looking to maintain high standards in their codebase during hackathons or project development.

Quick Start

Run the code-review skill on your Python/Django project to perform a thorough code review.

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 and Django projects?

Automating code review for Python and Django involves systematically checking your codebase against quality, security, and PEP08 standards. This process identifies duplicate code, dead code, and security issues to ensure your project maintains high standards.

What does a Python code quality checklist cover for Django, HTMX, and Tailwind CSS?

A Python code quality checklist covers common issues like duplicate code, dead code, unnecessary comments, unused imports, and complexity. For Django, HTMX, and Tailwind CSS, it ensures adherence to PEP08 standards and identifies potential security vulnerabilities.

Can I use an automated code review tool on HTML templates and Tailwind CSS?

Yes, you can use an automated code review tool on HTML templates and Tailwind CSS. A customizable checklist allows you to tailor reviews specifically for Python, Django, HTML templates, HTMX, and Tailwind CSS to maintain high project standards.

Do I need to know Django to check my Python codebase for PEP08 violations and security issues?

Yes, you need knowledge of Python and Django frameworks to effectively check your codebase. Automating the code review process requires understanding these frameworks to accurately identify issues related to code quality, security, and PEP08 adherence.

Why does my Django project need a systematic approach to code quality assurance?

Your Django project needs a systematic approach to code quality assurance to prevent technical debt and ensure application security. Automating code review identifies dead code, unused imports, and complexity issues that manual checks often miss during rapid development or hackathons.

What is the best way to find duplicate code and unused imports in a Python codebase?

The best way to find duplicate code and unused imports is to run an automated code review process. This systematically scans your Python project, flagging dead code, unnecessary comments, and complexity violations according to established PEP08 standards.