Skip to content
Development
Command

/ml-run-review

Review a machine learning training run or experiment configuration for soundness, reproducibility, and evaluation rigor.

From plugin
agent-powerups
654 skills46 agents54 commands
Install
$ npx -y skills add yeaight7/agent-powerups --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/ml-run-review

Context preview

What this command does when you run it.

Review a machine learning training run or experiment configuration for soundness, reproducibility, and evaluation rigor.

Command definition

ml-run-review.md

ml-run-review

Review a machine learning training run or experiment configuration for soundness, reproducibility, and evaluation rigor.

Prerequisites

Provide the agent with the training script, experiment configuration, or metric logs you want reviewed.

Review Focus

1. **Evaluation Rigor:** Is there a proper holdout set? Is the cross-validation strategy appropriate (e.g., time-based splitting for time series)? 2. **Data Leakage Check:** Are preprocessing steps (scaling, imputing) fit only on the training set? 3. **Reproducibility:** Are random seeds fixed? Are hyperparameters explicitly logged? 4. **Metrics:** Do the chosen metrics align with the stated goal? Are baselines established?

Output

The agent will provide a brief markdown summary of identified risks and propose specific, targeted code fixes. The agent will not make changes without your explicit approval.

Ships withagent-powerups

Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
2
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
11d ago
Last commit
3mo ago
Created

Repo: yeaight7/agent-powerups