一键导入
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}".