ml-reviewer

Community

Audit ML/DL code for patterns & pipelines.

Authorphysics91
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill reviews machine learning and deep learning codebases for model construction, training loops, data pipelines, GPU utilization, and MLOps practices to prevent common pitfalls and inefficiencies.

Core Features & Use Cases

  • Framework-aware review: checks PyTorch/TensorFlow/Keras patterns and common training pitfalls.
  • Data pipeline checks: validates data loading, preprocessing, and augmentation sanity.
  • Experiment tracking: ensures reproducible experiments and proper logging.
  • GPU optimization: flags non-optimal device usage and memory patterns.
  • Use Case: Improve a training script by catching missing gradient clipping and improper eval mode.

Quick Start

Run the ml-reviewer on a Python project with frameworks declared in requirements.txt or pyproject.toml to get a targeted ML code quality report.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ml-reviewer
Download link: https://github.com/physics91/claude-vibe/archive/main.zip#ml-reviewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository