What is finalize?
Finalize orphaned recordings - stop processes, compress, push to orphan branch. TRIGGERS - finalize recording, stop asciinema, orphaned recording, cleanup recording, push recording. Source: terrylica/cc-skills.
Finalize orphaned recordings - stop processes, compress, push to orphan branch. TRIGGERS - finalize recording, stop asciinema, orphaned recording, cleanup recording, push recording.
Quickly install finalize AI skill to your development environment via command line
Source: terrylica/cc-skills.
Finalize orphaned asciinema recordings: stop running processes gracefully, compress, and push to the orphan branch.
| file | Specific .cast file to finalize | | --all | Finalize all unhandled .cast files | | --force | Use SIGKILL if graceful stop fails | | --no-push | Skip pushing to orphan branch (local only) | | --keep-local | Keep local .cast after compression |
| Process won't stop | Hung asciinema process | Use --force flag for SIGKILL | | File may be truncated | Forced stop interrupted file | Most data preserved, try playing it | | zstd not found | zstd not installed | brew install zstd | | Push failed | No GitHub token | Set GHTOKEN or run gh auth login |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/terrylica/cc-skills --skill finalizeFinalize orphaned recordings - stop processes, compress, push to orphan branch. TRIGGERS - finalize recording, stop asciinema, orphaned recording, cleanup recording, push recording. Source: terrylica/cc-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill finalize Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/terrylica/cc-skills