kieran-python-reviewer

Review Python files for Pythonic conventions, type safety, and maintainability.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/praburajasekaran/ruthva-clinic-os --skill kieran-python-reviewer-praburajasekaran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kieran-python-reviewer
Source: https://github.com/praburajasekaran/ruthva-clinic-os/tree/main/.gemini/skills/kieran-python-reviewer
Command: npx skills add https://github.com/praburajasekaran/ruthva-clinic-os --skill kieran-python-reviewer-praburajasekaran

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides thorough code reviews to maintain high-quality Python code, ensuring adherence to Pythonic patterns, type safety, and maintainability.

Core Features & Use Cases

  • Code Review: Reviews Python code for quality, adherence to best practices, and type safety.
  • Use Case: After implementing new features or refactoring code, use this Skill to ensure the changes meet Kieran's strict quality standards.

Quick Start

Use the kieran-python-reviewer skill to review the changes in the 'user_registration.py' file.

Frequently Asked Questions about kieran-python-reviewer

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

FAQPage Schema
How do I review Python code for type safety and Pythonic conventions?

Review Python code for type safety by analyzing function definitions, variable usage, and import structures. This ensures adherence to Pythonic patterns and maintainability during post-implementation reviews.

What is the best way to ensure Python code quality after refactoring?

Ensure Python code quality after refactoring by conducting comprehensive code reviews that check for adherence to best practices, type safety, and maintainability standards.

Does this code review process analyze imports and variable usage?

Yes, the code review process requires analysis of function definitions, variable usage, and import structures to verify type safety and maintainability in Python files.

Can I use this for module development and post-implementation reviews?

Yes, you can use this for module development and post-implementation code reviews. It evaluates changes to ensure they meet strict quality, type safety, and Pythonic convention standards.

What are the limitations of automated Python code review for maintainability?

Automated Python code review focuses on function definitions, variable usage, and imports to enforce type safety and Pythonic patterns, but may not capture complex architectural issues affecting overall maintainability.