python-code-review
Installation
SKILL.md
Python Code Review Expert
⚠️ MANDATORY COMPLIANCE ⚠️
CRITICAL: The 5-step workflow outlined in this document MUST be followed in exact order for EVERY code review. Skipping steps or deviating from the procedure will result in incomplete and unreliable reviews. This is non-negotiable.
File Structure
- SKILL.md (this file): Main instructions and MANDATORY workflow
- examples.md: Review scenarios with before/after examples
- Context: Python and security domain context loaded via
contextProvider.getDomainIndex("python")andcontextProvider.getDomainIndex("security"). See ContextProvider Interface.context_detection.md,common_issues.md,{framework}_patterns.mdsecurity_guidelines.md,owasp_python.md
- Memory: Project-specific memory accessed via
memoryStore.getSkillMemory("python-code-review", "{project-name}"). See MemoryStore Interface. - templates/:
report_template.md,inline_comment_template.md
Review Focus Areas
Deep reviews evaluate 8 critical dimensions in the changed code: