python-code-reviewer

Review Python code for compliance with universal coding standards.

6|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/GrizzwaldHouse/cowork-skills --skill python-code-reviewer-grizzwaldhouse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: python-code-reviewer
Source: https://github.com/GrizzwaldHouse/cowork-skills/tree/main/skills/python-code-reviewer
Command: npx skills add https://github.com/GrizzwaldHouse/cowork-skills --skill python-code-reviewer-grizzwaldhouse

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing Python code, ensuring it adheres to high-quality development standards and best practices, thereby reducing bugs and improving maintainability.

Core Features & Use Cases

  • Standards Compliance: Validates Python code against established universal coding standards (access control, initialization, type safety, etc.).
  • Violation Reporting: Identifies and reports specific violations with severity levels and actionable recommendations.
  • Use Case: A development team can use this Skill to automatically check all new Python code submissions for adherence to their company's coding guidelines before merging, ensuring consistency and quality across the codebase.

Quick Start

Review the Python code in the file 'my_module.py' for access control violations.

Frequently Asked Questions about python-code-reviewer

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

FAQPage Schema
How do I automate Python code review for enterprise security standards and anti-patterns?

You can automate Python code review by running this Skill to check files against universal coding standards. It evaluates access control, initialization, event-driven patterns, type hints, error handling, and reports specific violations with severity levels and actionable recommendations.

What coding standards are enforced during a Python code compliance check?

Python code compliance checks enforce access control, initialization, event-driven patterns, type hints, error handling, and anti-patterns. The validation rules are derived from enterprise-grade security and portfolio-quality development principles, specifically Marcus Daley's coding philosophy.

Does this Python code reviewer work with Python 3.9 projects?

No, this Python code reviewer requires Python 3.10 or higher. Your project must adhere to this minimum version requirement and Marcus Daley's coding philosophy to successfully validate code against the embedded enterprise-grade security standards.

How do I check Python files for access control violations before merging?

To check Python files for access control violations, point the Skill at your target module like 'my_module.py'. It reviews the code for compliance with universal coding standards and outputs specific violation reports with severity levels and actionable recommendations.

What is the best way to identify type hint and error handling anti-patterns in Python code?

The best way to identify these anti-patterns is using an automated review Skill that enforces type safety and error handling rules. It validates your Python code against established universal coding standards and highlights specific portfolio-quality development principle violations.

Why does my Python code review report initialization and event-driven pattern violations?

Your review reports these violations because the Skill enforces universal coding standards for initialization and event-driven patterns. It identifies code segments that deviate from enterprise-grade security principles and provides actionable recommendations to correct them.