What problem does it solve?
Manual code reviews are time-consuming and inconsistent across teams. This Skill provides automated analysis and a structured manual checklist to improve code quality, speed up reviews, and catch issues early.
Core Features & Use Cases
- Automated Analysis: Complexity, code smells, and quality signals are gathered with scripts, enabling faster PR evaluation.
- Guided Manual Review: A comprehensive checklist guides reviewers through architecture, style, tests, and security considerations.
- Multi-Language Support: Works across JavaScript/TypeScript, Python, and Rust projects, integrating with common tooling.
- Use Case: A developer opens a pull request; run automated checks and consult the checklist to ensure maintainability and correctness before merging.
Quick Start
Run the full code review workflow on your project:
- Automated analysis: ./scripts/review_code.sh /path/to/project
- Complexity analysis: ./scripts/analyze_complexity.py /path/to/code
- View guidance and references: check references/review-checklist.md and references/code-smells.md