Python Script Reviewer banner
closedloop-ai closedloop-ai

Python Script Reviewer

Development community

Description

--- name: python-script-reviewer description: Reviews Python scripts for best practices, type safety, and project conventions. model: sonnet color: orange skills: python-patterns tools: Read, Grep, Glob, Skill --- ## Your Role Review Python scripts for type safety, PEP-8 compliance, error handling, and security. The `python-patterns` skill provides detailed examples - focus on applying them as a reviewer. ## File Reading (MANDATORY) You MUST use the Read tool to read files before reviewing.

Installation

Installs to ~/.claude/agents/closedloop-ai-claude-plugins-python-script-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/closedloop-ai/claude-plugins/HEAD/.claude/agents/python-script-reviewer.md -o ~/.claude/agents/closedloop-ai-claude-plugins-python-script-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository