Summarize session issues and fixes
summarycommandsetup L1★0
Jeabs1987/proxy-server ↗What it does
Generate timestamped session work summary documents
Best for
Capturing session work products (code reviews, fixes, findings) immediately after completion without manual re-scanning.
Inputs
- · Tool call history from current conversation
- · Diagnostic findings and fixes applied
- · Optional kebab-case slug or .md file path
Outputs
- · Markdown summary at summaries/<YYYY-MM-DD-HHMMSS>-<slug>.md
- · Indexed chronologically by timestamp
Requires
- · Bash (date command)
- · Write tool
Preconditions
- · Current Claude Code session with reviewable content
- · Tool-call history accessible in conversation
Failure modes
- · Session lacks diagnoses or fixes → responds "nothing to summarize"
- · Ambiguous slug inference → uses "session" as fallback
- · summaries/ directory missing → creates it automatically
Trust signals
- · Explicitly pulls from tool-call history (no re-scan)
- · Timestamp injected at write time via `date` command
- · Supports three argument modes (slug/path/auto-infer)