What problem does it solve?
This Skill automates the rigorous review of Julia scripts, ensuring code quality, type stability, performance, and adherence to professional standards without modifying source files.
Core Features & Use Cases
- Comprehensive Code Auditing: Analyzes Julia scripts against a detailed protocol covering structure, hygiene, reproducibility, function design, domain correctness, data persistence, comments, error handling, polish, type stability, multiple dispatch, and broadcasting.
- Automated Reporting: Generates detailed Markdown reports for each reviewed script, highlighting issues with severity, location, and proposed fixes.
- Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag potential bugs, performance bottlenecks, or style violations in new Julia code submissions before they are merged.
Quick Start
Use the review-julia skill to review all Julia scripts in the code directory.