원클릭으로
time-analysis
Measure wall-clock time consumed per week of a simulation run. Use when the user says "时间分析", "time analysis", "每周耗时", or "运行时间".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Measure wall-clock time consumed per week of a simulation run. Use when the user says "时间分析", "time analysis", "每周耗时", or "运行时间".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyze whether a role-play agent's activity output reads like a real human. Use when the user says "分析对话", "analyze activity", or "检查角色扮演".
Deeply analyze a simulation run's results — agent experiences, inner journey, personality growth, etc. Use when the user says "分析run", "analyze run", or "分析这个运行".
Compute numerical metrics for a simulation run (as opposed to the qualitative analysis done by analyze-run). Use when the user says "run metrics", "计算指标", or "compute metrics".
| name | time-analysis |
| description | Measure wall-clock time consumed per week of a simulation run. Use when the user says "时间分析", "time analysis", "每周耗时", or "运行时间". |
| allowed-tools | Bash(python scripts/time_analysis.py *) |
Analyze the per-week wall-clock time of a simulation run, reporting each week's start/end time (GMT+8) and duration.
Run the matching command based on the user's request:
python scripts/time_analysis.py <run_id>
python scripts/time_analysis.py <run_id1> <run_id2> <run_id3>
python scripts/time_analysis.py --latest 3
python scripts/time_analysis.py --all
python scripts/time_analysis.py --no-save <run_id>
data/{run_id}/time_analysis.md, containing the full markdown report.