post-session

Solid

Complete post-session workflow - finalize orphaned recordings, convert, and AI summarize. TRIGGERS - post session, analyze recording, session review

AI & Automation 62 stars 9 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /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...

Details

Author
terrylica
Repository
terrylica/cc-skills
Created
8 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category