review

Analyze ML optimization session logs to generate actionable plugin improvement suggestions.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ChuaHanChong/ml-optimizer --skill review-chuahanchong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/ChuaHanChong/ml-optimizer/tree/main/skills/review
Command: npx skills add https://github.com/ChuaHanChong/ml-optimizer --skill review-chuahanchong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python standard library, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill analyzes past optimization runs to identify systemic issues, suggest improvements, and enhance the overall effectiveness and efficiency of the ML optimizer plugin itself.

Core Features & Use Cases

  • Error Analysis: Identifies patterns in agent/skill failures, experiment failures, and pipeline inefficiencies.
  • Success Analysis: Highlights what worked well, including top-performing configurations and effective strategies.
  • Suggestion Generation: Provides specific, actionable recommendations for modifying plugin code or configurations.
  • Use Case: After a long ML optimization session encounters several OOM errors and failed experiments, this Skill can review the logs, identify that high batch sizes on limited GPU memory are a recurring problem, and suggest adding a batch size cap to the hyperparameter tuning skill.

Quick Start

Use the review skill to analyze the current project's optimization session and identify areas for plugin improvement.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze ML model optimization logs to improve my optimizer plugin?

Analyzing ML optimization sessions involves processing error logs and experiment outcomes to identify systemic issues and generate actionable plugin improvement suggestions. This skill scopes analysis to single projects or cross-project memory and prioritizes suggestions based on impact and frequency.

What is the best way to identify systemic issues from failed ML experiments?

Identifying systemic issues from failed ML experiments requires error analysis to detect patterns in agent failures and pipeline inefficiencies. This approach highlights top-performing configurations and effective strategies while isolating recurring problems such as high batch sizes on limited GPU memory.

How do I generate actionable suggestions for modifying ML optimizer configurations?

Generating actionable suggestions for modifying ML optimizer configurations requires analyzing success metrics and proposal outcomes from past optimization runs. This provides specific recommendations for plugin code or configuration modifications, such as adding batch size caps, based on identified failure patterns.

Does the ML optimization review process require specific Python dependencies?

The ML optimization review process requires only the Python standard library. It utilizes specific Python scripts for data loading, pattern detection, success metrics evaluation, proposal outcome analysis, and suggestion logging to process experiment data without external dependencies.

Can I analyze cross-project memory to find recurring plugin improvement opportunities?

You can analyze cross-project memory to find recurring plugin improvement opportunities by scoping the review to include both single project and cross-project data. This identifies systemic issues and successful strategies across multiple optimization sessions to enhance overall plugin effectiveness.