Analyze Logs banner
PeiranFeng PeiranFeng

Analyze Logs

Data community

Description

--- name: analyze-logs description: Analyze GPU monitoring data (monitor.csv) and training metrics from a completed compass-app-jasper experiment. Use when the user wants a GPU utilization report or training metrics summary from an experiment directory. disable-model-invocation: false allowed-tools: Bash Read Glob Grep --- # Analyze Experiment Logs ## Step 1 — 确认实验目录 确认目标实验目录(用户提供,或从对话上下文推断): ```bash ls <exp-dir>/ ``` ## Step 2 — 确认可用的日志文件 **先检查文件是否存在、格式是什么,再做任何分析。不要假设某个字段存在。** 检查以下文件(如存在)

Installation

Installs to ~/.claude/commands/peiranfeng-my-claude-code-analyze-logs.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/PeiranFeng/my-claude-code/HEAD/.claude/commands/analyze-logs.md -o ~/.claude/commands/peiranfeng-my-claude-code-analyze-logs.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository