post-session
SolidComplete 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
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
summarize
AI-powered iterative deep-dive analysis of converted recordings. TRIGGERS - summarize recording, analyze session, what happened
62 Updated today
terrylica AI & Automation Solid
full-workflow
Full workflow - record + backup + convert + analyze. TRIGGERS - full workflow, complete recording, end-to-end.
62 Updated today
terrylica AI & Automation Solid
finalize
Finalize orphaned recordings - stop processes, compress, push to orphan branch. TRIGGERS - finalize recording, stop asciinema, orphaned recording
62 Updated today
terrylica