원클릭으로
analyze-log
Analyze a gptel HTTP log file and trace the multi-agent conversation flow
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze a gptel HTTP log file and trace the multi-agent conversation flow
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | analyze-log |
| description | Analyze a gptel HTTP log file and trace the multi-agent conversation flow |
| context | inline |
| user-invocable | true |
| model-invocable | false |
| argument-hint | <log-file-path> |
Analyze the gptel HTTP log file at the path given in $ARGUMENTS.
If no path is given, look for the most recent *.log file in the
current workspace root.
Run the analyzer script:
python3 ${CLAUDE_SKILL_DIR}/../../scripts/analyze-gptel-log.py $ARGUMENTS
After seeing the trace output, provide a brief interpretation covering:
Keep the interpretation concise (under 200 words).
Run a bounded validation loop for current changes: tests, compile/checks, reviewer, verifier, fixes, then repeat until green or capped. Use when user asks to make changes green, run review and verify, 'until everything passes', or prepare a change for final validation.
Review persistent memory and propose cleanup or promotion changes
Check Git worktree isolation and guide safe worktree creation before implementation work
Review code changes against a target and return prioritized findings