Agent skill
review-python
Run the Python code review protocol on scripts in code/py/. Checks code quality, reproducibility, pandas idioms, figure standards, and output conventions. Produces a report without editing files.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/review-python
SKILL.md
Review Python Scripts
Run the comprehensive Python code review protocol.
Steps
-
Identify scripts to review:
- If
$ARGUMENTSis a specific.pyfilename or path: review that file only - If
$ARGUMENTSisall: review all.pyscripts incode/py/(skipconfig.pyunless explicitly requested — it's a config file, not an analysis script)
- If
-
For each script, launch the
python-revieweragent with instructions to:- Follow the full protocol in
.claude/agents/python-reviewer.md - Read
.claude/rules/python-code-conventions.mdfor current standards - Read
code/py/config.pyto understand the path configuration - Save report to
quality_reports/[script_name]_python_review.md
- Follow the full protocol in
-
After all reviews complete, present a summary:
- Total issues found per script
- Breakdown by severity (Critical / High / Medium / Low)
- Top 3 most critical issues across all scripts
-
IMPORTANT: Do NOT edit any Python source files. Only produce reports. Fixes are applied after user review.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?