원클릭으로
logs
Show log output from Evoloop pipeline runs — latest run summary, specific story logs, last agent invocation, or a specific run
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show log output from Evoloop pipeline runs — latest run summary, specific story logs, last agent invocation, or a specific run
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Show planning area readiness status -- statuses, open questions, blockers, and next actions
Clone an existing Evoloop story as a template for a new one — copies structure, resets status, prompts for changes to title, requirements, and dependencies
Estimate the total prompt size that will be sent to an AI agent when processing an Evoloop story — warns if approaching model context limits
Visualize the Evoloop story dependency graph as text tree and Mermaid flowchart — shows critical path, blocked chains, and ready-to-run stories
Run Evoloop doctor checks and auto-fix common issues — missing directories, non-executable scripts, missing templates, and provide remediation for manual fixes
Deep-dive into a specific story's state — stage, failures, dependencies, last agent output, requirement verification, and suggested next action
| name | logs |
| description | Show log output from Evoloop pipeline runs — latest run summary, specific story logs, last agent invocation, or a specific run |
| argument-hint | [US-XXX | last | run-YYYYMMDD-HHMMSS] |
| allowed-tools | ["Read","Glob","Grep"] |
$ARGUMENTS)| Argument | Mode |
|---|---|
| (empty) | Latest run summary |
last | Last agent invocation from most recent run |
run-YYYYMMDD-HHMMSS | Specific run log |
US-XXX | All log entries for that story across runs |
| anything else | Usage help |
.log/run-YYYYMMDD-HHMMSS/run.md — agent invocations.log/run-YYYYMMDD-HHMMSS/context-pack.md — files given to agents.log/run-<id>/handoff-notes.md — may exist per run.state/pipeline.json → lastRunIdKey patterns in run.md: Runner: <agent> -> <command>, Agent failure: <agent> exit=<code> story=<id>, ## Crashed, Start:, Resume:
Read pipeline.json for lastRunId, then run.md + context-pack.md. Show: run ID, start time, resume status, agent activity (agent/story/outcome), context pack, pipeline state.
last)Find latest run, extract last Runner: line + any Agent failure: line. Show: run, agent, runner command, story, outcome.
run-...)Same as latest run format. If >200 lines → first 30 + "truncated" + last 30. If not found → list available runs.
US-XXX)Grep all run.md and context-pack.md for story ID. Per matching run: run ID, agent, outcome, stage. Reverse chronological.
No runs → "Run ./orchestrator.sh run --tool claude". Run not found → list available. No matches → "No entries for {ID}".