FreHu

Dump Workflow — Documentation skill for Claude Code

Documentation community

Dump a workflow run's per-agent outputs to markdown (recovers findings even if the final report crashed).

How to install Dump Workflow

Installs to ~/.claude/skills/frehu-claude-maintainability-review-dump-workflow/SKILL.md

Terminal
mkdir -p ~/.claude/skills/frehu-claude-maintainability-review-dump-workflow && curl -fsSL https://raw.githubusercontent.com/FreHu/claude-maintainability-review/HEAD/commands/dump-workflow.md -o ~/.claude/skills/frehu-claude-maintainability-review-dump-workflow/SKILL.md

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

What Dump Workflow does


description: Dump a workflow run's per-agent outputs to markdown (recovers findings even if the final report crashed) argument-hint: "[wf_runId | run-dir path] (optional — defaults to the newest run)" allowed-tools: Bash(python:*), Bash(py:*)

Run the workflow-dump helper to recover a Workflow run's per-agent results as one markdown file per agent (plus an index). This reads the run's `journal.jsonl` and renders it deterministically — no model re-synthesis — so findings survive even if t

Alternatives in Documentation

Full documentation available on GitHub

View Source Repository