← ClaudeAtlas

post-sessionlisted

Complete post-session workflow - finalize orphaned recordings, convert, and AI summarize. TRIGGERS - post session, analyze recording, session review
terrylica/cc-skills · ★ 49 · AI & Automation · score 79
Install: claude install-skill terrylica/cc-skills
# /asciinema-tools:post-session Complete post-session workflow: finalize orphaned recordings → convert to text → AI-powered summarize. > **Self-Evolving Skill**: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues. ## Arguments | Argument | Description | | ------------- | ------------------------------------------------ | | `file` | Path to .cast file (or auto-detect) | | `--finalize` | Include finalize step (stop processes, compress) | | `-q, --quick` | Quick analysis (keyword grep + brief summary) | | `-f, --full` | Full analysis (convert + AI deep-dive summarize) | | `--summarize` | Include AI summarize step (iterative deep-dive) | | `--output` | Save findings to markdown file | ## Workflow Modes ### Quick Mode (`-q`) ``` [file] → convert → keyword grep → brief summary ``` ### Full Mode (`-f`) ``` [file] → convert → AI summarize (iterative deep-dive) ``` ### Complete Mode (`--finalize --full`) ``` stop processes → compress → push → convert → AI summarize ``` ## Execution ### Phase 1: Discovery ```yaml AskUserQuestion: question: "What would you like to do?" header: "Workflow" options: - label: "Quick analysis (Recommended)" description: "Convert + keyword search + brief summary" - label: "Full AI analysis" desc